[Solved] Problem with the {content] tag
Posted: Tue Dec 20, 2011 8:28 am
I'm having a problem with the {content} tag. I'm following the help instructions for assigning page content to a variable for use in a User Defined Tag. I'm using the exact syntax specified in the help:
Every time I use this tag inside an article I get an out of memory error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /lib/smarty/Smarty.class.php on line 1260
It doesn't matter how big the article is I get the same error. I raised my php memory_limit for 90M to the php default of 128M and I still get the error.
My system info:
CMSMS version: 1.10.2
PHP version: 5.3.5
MySql version: 5.1.39
Apache version: 2.6.32.36
Code: Select all
{content assign=pagecontent}
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /lib/smarty/Smarty.class.php on line 1260
It doesn't matter how big the article is I get the same error. I raised my php memory_limit for 90M to the php default of 128M and I still get the error.
My system info:
CMSMS version: 1.10.2
PHP version: 5.3.5
MySql version: 5.1.39
Apache version: 2.6.32.36