Increasing the size of pages to take more content
Posted: Tue Aug 23, 2011 8:23 am
Using CMSMS 1.9.4.2
A page has stopped taking any content. I know it is very large - it is a site for a non-profit group and is a ridiculous length. I might have to tackle this some other way but have been searching for how to do it and found this:
To change the maximum length of your content fields you need to use PhpMyAdmin, or some other database utility, to change the field type from TEXT to MEDIUMTEXT or LONGTEXT. In PhpMyAdmin, select your CMSMS database and click on the "cms_content_props" table (assuming a table prefix of cms_). Click on the edit icon next to the "content" field. Then, in the "Type" dropdown menu, select MEDIUMTEXT or LONGTEXT, depending on what you want, then click on the "Save" button.
Problem is I can find Content and Type but Medium or Longtext is not in the dropdown menu.
A page has stopped taking any content. I know it is very large - it is a site for a non-profit group and is a ridiculous length. I might have to tackle this some other way but have been searching for how to do it and found this:
To change the maximum length of your content fields you need to use PhpMyAdmin, or some other database utility, to change the field type from TEXT to MEDIUMTEXT or LONGTEXT. In PhpMyAdmin, select your CMSMS database and click on the "cms_content_props" table (assuming a table prefix of cms_). Click on the edit icon next to the "content" field. Then, in the "Type" dropdown menu, select MEDIUMTEXT or LONGTEXT, depending on what you want, then click on the "Save" button.
Problem is I can find Content and Type but Medium or Longtext is not in the dropdown menu.