Hi,
Just installed all-in-one-seo-pack to my wp-content/plugins folder tried to activate it using the dashboard and it gives me this error.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 19456 bytes) in /home/webapps/wordpress/ceoblog/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 1591
now i have looked up line 1591 out of the aioseop.class.php file using the vi editor and this is what it tells me line 1591 is:
$rss_items = $rss->get_items(0, $maxitems);
i know some coding in the past and i understand this builds an array but what i dont understand is were to increase the memory allocation so i can get is plugin running.
any suggestions or advice on how to proceed would be greatly appreciated.