Length of article description limited. How can I remove limitation?

Started by fmlk4u, January 04, 2013, 10:25:14 AM

Previous topic - Next topic

fmlk4u

To demonstrate the issue I have I like to invite you to go to an example where I found the problem.

Go to http://new.keyboard-centrum.nl/nl/winkel/digitale-piano and click on CVP-609GP to open detail  page of the product.

In the description I use a tabbed dialog to have description, specification, accessoires, etc. But yesterday I found out that during creating the tab "Kenmerken" I could not copy all data. In the bottom I notices a limitation of approx. 1800 - 1900 words. Is this somewhere in the configuration or can I remove the limitation? On Yamaha's site you can see the Kenmerken and see what I miss:
http://nl.yamaha.com/nl/products/musical-instruments/keyboards/digitalpianos/cvp_series/cvp-609gp/?mode=model

Thanks a lot for your feedback and help

Regards, Fred

Milbo

write in your virtuemart.cfg
dblayoutstrict=0
and then execute "load config by file" (be aware that your default values are deleted then). Then go in your config and store it one time. The language tables use then text instead of varchar(2000) respectivly var(18400)
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

fmlk4u

I hope I can manage this since your answer is bit wizkid cryptic.

Kind regards, Fred

fmlk4u

Quote from: Milbo on January 04, 2013, 10:50:26 AM
write in your virtuemart.cfg
dblayoutstrict=0
and then execute "load config by file" (be aware that your default values are deleted then). Then go in your config and store it one time. The language tables use then text instead of varchar(2000) respectivly var(18400)

1. How do I execute "load config by file"?
2. Which default values are deleted? What is the impact?

Thanks for help, Fred

Milbo

read in the wiki tools http://dev.virtuemart.net/projects/virtuemart/wiki/Tools

in the BE search the virtuemart.cfg, this settings are used, if there is no config stored. But,.. hmm due the but with unserialize, I am not sure atm if this setting stays.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/