Warning: Creating default object from empty value
-
Anyone else getting this error while using WP 3.5.1 BP 1.6.4 with PHP 5.4+?
Warning: Creating default object from empty value in C:\xampp\htdocs\my-site\wp-content\plugins\buddypress\bp-members\bp-members-template.php on line 620
Anyway I would not call this a solution but I added the below code to my child themes functions.php and it removes this error:
`
/* Remove errors if any */
error_reporting(E_ERROR | E_PARSE);
/* End remove Errors */
`
If anyone has a better solution feel free to share it. Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Warning: Creating default object from empty value’ is closed to new replies.