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’] );