Code and error message I don't understand
I have a situation with one of my sites that is preventing me from deleting a post. I have also been having a problem with this site not being able to produce an up to-date xml sitemap being generated by a plugin. The error message I am receiving when I want to delete the post is this:
Fatal error: Out of memory (allocated 42991616) (tried to allocate 41 bytes) in /home/..../public_html/....../wp-includes/functions.php on line 2913
I receive this same message when I ask to manually build the sitemap.
I don't know how to fix this. I have been into the file wp-includes/functions.php and scrolled down to line 2913 but I don't understand code so I don't know what is wrong at this line.
This is what is at line 2913:
2913 return $can_clone ? clone( $object ) : $object;
2914 }
2915
2916
2917 ?>
The code of this file ends at 2917.
I also don't understand the connection between not being able to delete a post and trying to manually rebuild the sitemap.
Is anyone able to throw any light on this for me?
Cheers
Viv
-
hire_us -
Thanks - 1 reply
{{ DiscussionBoard.errors[853969].message }}-
mistyone -
Thanks
SignatureBest Website Host | Chair Lift For Stairs | Optimize your browzer + FREE speed check | Cookie Diet{{ DiscussionBoard.errors[856373].message }} -
-