Got a couple of plugins up and running, but when I try to ad more, I get the following error - for any plugin
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home1/customj1/public_html/wp-admin/includes/plugin.php on line 4
getting this now if i even attempt to access the plugins page
also getting this error if I try to post.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home1/customj1/public_html/wp-content/plugins/google-sitemap-generator/sitemap-core.php on line 2109
That's a host issue. Contact them.
ok thanks all . i'll get in touch.. will come back if this doesn't solve it.
For the benefit of others with this problem
I solved this myself. Created a php.ini file in public_htlml and changed memory limit to 64MB from original 32MB setup in master on server.
Then to apply the fix, made a copy of php.ini wp-plugins directory. It seems that the ini file must exist wherever php files do.
Bingo. It works.