can anybody help me ? I have problem in plugin wordpress = wp-o-matic plugin the plug in doesnt work because this massage : Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/blazzeri/public_html/wp-admin/menu.php on line 233 my site :http://www.blazzering.com
Which version of WP are you using? I have heard of errors with the latest 2.8.X versions, and some have had to downgrade wp instal...
You need to increase your memory limit, you can do this by accessing php.ini or placing ini_set("memory_limit","24M"); PHP: on the top of wp-o-matic plugin plugin. It should work either way. Note, number depends on many things, so trying to change (12,24,36,48) it to find the one that works.