The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hello Friends,
My Terms Static Page Not Saving What I Am Updating Is There Any Limit On Content In static Page Or Is It Bug.
Pharmacy, wholesale prices - worldwide shipping.
Offline
There is: http://forum.adultscriptpro.com/viewtopic.php?id=1033
From there:
Database Issues:
1. The static content field length is too small. Our TOS maxed it out and was still too short. This isn't really a bug but more of a design consideration. Realistically there won't be a lot of static pages, so the [content] field in the _static table can be set to longtext without any realistic db performance impact. Just a thought for some.
To fix this, if you just go into phpMyAdmin and edit that field and change it to longtext, you will then be able to add I think up to 4GB of text. This will not delete any of your prior data, but as always have a backup of your DB prior to doing this.
Offline
Pharmacy, wholesale prices - worldwide shipping.
Offline
Were Is Longtext In PhpMyAdmin . Can you please Tell me In Detail Which Field And Which Option.
Pharmacy, wholesale prices - worldwide shipping.
Offline
1. Login to phpMyAdmin
2. Select your database on the left hand side.
3. Select "_static" table on the left hand side.
4. Click the structure tab at the top.
5. Click change on the line (should be 5) for the "content" field.
6. Change the "Type" dropdown to "LONGTEXT"
7. Click "Save" in the lower right hand corner.
Again, make sure you have a backup prior to doing this. It should not jeopardize your data but every environment is different.
Offline
Pharmacy, wholesale prices - worldwide shipping.
Offline
Pages: 1