PDA

View Full Version : Running out of space in Templates Used input


Tom M
01-02-2005, 06:20 PM
I've got a fair number of templates being used in a module I've written and am unable to add the last template in the "Template Used" box. If I enter it into the box and do a Save it reverts back to the previous condition leaving me with an uncached template.

I guess I could shorten up my template names to get it to work :)

My current list of templates include;

adv_portal_recommend, adv_portal_recommend_categories, adv_portal_recommend_categorybits, adv_portal_recommend_categoryvendors, adv_portal_recommend_vendors,
adv_portal_recommend_vendorbits, adv_portal_recommend_review,
adv_portal_recommend_reviewbits

And I'm trying to add adv_portal_recommend_reviewsubmit. No error message. It just doesn't do the add.

Brian
01-02-2005, 08:55 PM
ALTER TABLE adv_modules CHANGE templatelist templatelist TEXT NOT NULL;

Our Sponsors
 

Tom M
01-02-2005, 08:58 PM
Thx. That did the trick.