Skip to:
Content
Pages
Categories
Search
Top
Bottom

Warning: Creating default object from empty value


  • bp-help
    Participant

    @bphelp

    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)
  • Fixed in BP 1.7. It’ll be out soon, or you can try the new beta 2 today: https://buddypress.org/2013/03/buddypress-1-7-beta-2/


    bp-help
    Participant

    @bphelp

    @djaul just out of curiosity is this error a defect of BP 1.6.4 or more of an incompatibility with PHP 5.4+ ? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: Creating default object from empty value’ is closed to new replies.
Skip to toolbar