Template question

Asked by xtreme1

When I am creating the Main Article template I am limited on how many characters I can use....Ill explain.

I can only put in about 61 lines of code before the script starts to cut off the bottom of the code when I try to save the code ??

Any fixes to this ??

Question information

Language:
English Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
alecwh
Solved:
Last query:
Last reply:
Revision history for this message
Best alecwh (alecwh) said :
#1

You may need to increase the VARCHAR limit of the html_article column in
the "templates" table in the mySQL database. Just add an extra zero, and
you should be fine.

This can be done with phpMyAdmin, if your server has it.

Revision history for this message
xtreme1 (anonymous69) said :
#2

That did it but it errored out when I added another "0" so i changed it to 9000 instead of the current 5000.

Thanks~

Revision history for this message
xtreme1 (anonymous69) said :
#3

Thanks alecwh, that solved my question.