Hi --
When I try to activate this plugin, it throws a fatal error message with no explanation.
Any idea?
WP ver. 2.3.1
Hi --
When I try to activate this plugin, it throws a fatal error message with no explanation.
Any idea?
WP ver. 2.3.1
Same problem here. WP 2.3.1, php 4.3.10-18
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 148768 bytes) in /path/to/site/wp-admin/includes/plugin.php on line 4
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 32 bytes) in /path/to/site/wp-includes/plugin.php on line 144
Look in the root of your WordPress dir, and edit the .htaccess, and append this to the file:
php_value memory_limit 16M
That seems to have worked. Thanks!
You must log in to post.