You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened
Recently, the function "new draft" in the post list started throwing an uncaught PHP error and shows the white screen with "Your page encountered a severe issue." instead of the WP admin backend. Something goes wrong inside the duplicate_post function as it looks...
To Reproduce
Step-by-step reproduction instructions
In the post list, click on "New draft"
Expected results
The post is cloned into a new draft without errors.
Actual results
The post is cloned into a new draft and an uncaught PHP error is issued: The script tried to modify a property on an incomplete object.
Screenshots, screen recording, code snippet
[30-Jul-2023 08:16:07 UTC] PHP Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition "Wpil_Model_Link" 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 /var/web/site/public_html/wp-includes/formatting.php:5058
Please give us a description of what happened
Recently, the function "new draft" in the post list started throwing an uncaught PHP error and shows the white screen with "Your page encountered a severe issue." instead of the WP admin backend. Something goes wrong inside the duplicate_post function as it looks...
To Reproduce
Step-by-step reproduction instructions
Expected results
Actual results
Screenshots, screen recording, code snippet
[30-Jul-2023 08:16:07 UTC] PHP Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition "Wpil_Model_Link" 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 /var/web/site/public_html/wp-includes/formatting.php:5058
PHP Stacktrace:
Technical info
Used versions
The text was updated successfully, but these errors were encountered: