PHP Notices and warning with PHP 5.5
-
Hi,
this is on my localhost where I run PHP 5.5. So, I’m not sure would it be the same on the live servedr.
I have the plugin activated and when I visit the page to add a new content block, I’ll see a warning and bunch of PHP notices:
Warning: Creating default object from empty value in C:\xampp\htdocs\wp-admin\includes\post.php on line 567
Notice: Undefined property: stdClass::$ID in C:\xampp\htdocs\wp-admin\post-new.php on line 72
Notice: Undefined property: stdClass::$post_date in C:\xampp\htdocs\wp-admin\edit-form-advanced.php on line 77
Notice: Undefined property: stdClass::$post_date in C:\xampp\htdocs\wp-admin\edit-form-advanced.php on line 90
Notice: Undefined property: stdClass::$post_status in C:\xampp\htdocs\wp-admin\edit-form-advanced.php on line 115
Notice: Undefined property: stdClass::$post_status in C:\xampp\htdocs\wp-admin\edit-form-advanced.php on line 149
Notice: Undefined property: stdClass::$post_type in C:\xampp\htdocs\wp-includes\taxonomy.php on line 173
Notice: Undefined property: stdClass::$post_type in C:\xampp\htdocs\wp-includes\taxonomy.php on line 175
It’s happening when all other plugins are deactivated, so certainly it isn’t caused by conflict with other plugin.
When you find time maybe you can try to reproduce this.
Thanks for your time!
- The topic ‘PHP Notices and warning with PHP 5.5’ is closed to new replies.