WP-Syntax Memeroy Limit Error
-
I’m using the wp-syntax plugin and it’s not working correctly on one of my posts. The post which throws this error has a lot of code that needs to be highlighted and I think that’s what causing it but I may be wrong. The error I get is as follows.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 427688 bytes) in /home/xxxxxxxxx/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3607
Im using WordPress 2.8.6 and the latest version of the plugin 0.98.
I have added this to wp-config.php as one article on internet.
<?php ini_set('memory_limit','64M'); ?>Please help me solve this problem.
The topic ‘WP-Syntax Memeroy Limit Error’ is closed to new replies.