• WordPress 3.4.2, BP 1.6
    Am getting this persistent warning coming up on every screen:
    Warning: Creating default object from empty value in /usr/home/markp/www/esp/wp-content/plugins/bp-groupblog/bp-groupblog.php on line 83
    I have the following settings:
    Set wp-config.php define(‘WP_DEBUG’, false);
    Set /usr/local/etc/php.ini:

    display_startup_errors = Off
    log_errors = On
    track_errors = Off

    .htaccess doesn’t have any debug statements in it.
    On my other test systems with the same code base I don’t get this warning so I think it’s something in the configuration. I’m using the latest FreeBSD version.
    ANy ideas?

    http://wordpress.org/extend/plugins/bp-groupblog/

Viewing 1 replies (of 1 total)
  • Thread Starter markpea

    (@markpea)

    I switched off the display of the warning with :
    display_errors = Off in the php.ini (missed this directive before)
    But the warnings are still accumulating in the error log and really ought to be addressed IMHO. It’s possible that this is thrown by php 5.4 which seems to be less tolerant of syntax ‘looseness’ let us say.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning appears on every screen’ is closed to new replies.