April 14, 201016 yr Hello friends, While i try to view the comments on my blog i get this error Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/webdesi1/public_html/blog/wp-content/plugins/gd-star-rating/code/t2/templates.php on line 155
April 14, 201016 yr Looks like a simple config problem. Usually the memory limit is set by the host to something small. I always upload a php.ini file into the directory of the script which includes this line: memory_limit=64M This overwrites the base memory limit and is usually allowed by the host. The other option is to change the momoery limit in the webserver config.
Create an account or sign in to comment