@rosehosting
I have added the line inside the wp-config.php file. Sorry for my poor knowledge, how do I restart the web server? Is it ok if I try in any other browser?
Regards
Hi RoseHosting,
I did open php.ini and php5.ini to change the memory limit from 16M to 64M still I’m getting the following error:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 122880 bytes) in /…/…/wp-includes/post.php on line 5024
and the line 5024 is
$del_file = path_join( dirname($meta[‘file’]), $size[‘file’] );