Hi all,
Is there a character limit set on the information page? I've looked in the corresponding files and can't seem to find it.
Reason I ask is I am trying to add a Colour Chart on one of the pages which is a table of 1000+ colour 'cards' but it throws the page out after about 30 or so rows..
Any info is appreciated.
Is there a character limit set on the information page? I've looked in the corresponding files and can't seem to find it.
Reason I ask is I am trying to add a Colour Chart on one of the pages which is a table of 1000+ colour 'cards' but it throws the page out after about 30 or so rows..
Any info is appreciated.
Last edited by SamNabz on Sun Mar 11, 2012 11:38 am, edited 1 time in total.
Cheers, Sam
You could try changing the 'description' field type from 'text' to 'mediumtext' on the 'information_description' table through your phpMyAdmin.
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Hi grgr, thanks for the quick reply.
It worked, but I ended up using LONGTEXT, as MEDIUMTEXT wasn't enough.
Thanks again.
It worked, but I ended up using LONGTEXT, as MEDIUMTEXT wasn't enough.
Code: Select all
ALTER TABLE `information_description` CHANGE `description` `description` LONGTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL
Cheers, Sam
worked perfectly, thank you grgr!
My Extensions
OpenCart Developer (OCD) Tools
Donate - If I ever helped you.
Thanks this works on 2.2.0.0 tooSamNabz wrote:Hi grgr, thanks for the quick reply.
It worked, but I ended up using LONGTEXT, as MEDIUMTEXT wasn't enough.
Thanks again.Code: Select all
ALTER TABLE `information_description` CHANGE `description` `description` LONGTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL


http://www.koienvijvercentrum.nl Alles voor Koi en Vijver Opencart 2.3.0.2
Who is online
Users browsing this forum: Semrush [Bot] and 85 guests