Critical Error from ET_Core_PageResource
-
I’m able to duplicate some posts without error, but others cause a critical failure with the error *530 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition “ET_Core_PageResource” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /www/MYSITE/public/wp-includes/formatting.php:5131
Interestingly, I see a previous ticket where someone mentioned the same error with ET_Core_PageResource. Still, that ticket seems to have been closed without a solution, or the solution is not publicly visible.
ET_Core_PageResource seems to have been part of the Divi theme, which I no longer use. I presume the issues I’m having with duplicating posts are only for posts that were originally created when I was using Divi theme.
Heading into PHP MyAdmin and searching for ET_Core_PageResource, I found a Wp_postdata entry containing that reference on 400+ old posts. Presumably the ones created when Divi was active. I then chose one of those and deleted it. After deleting it, I was able to duplicate the post correctly.
The meta key for the posts with the issue is _et_core_cached_page_resources
It’s not clear to me if this was a bug with Divi, or if this is a bug with your plugin that could be solved for other people that used to use Divi theme.
The topic ‘Critical Error from ET_Core_PageResource’ is closed to new replies.