Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fixed the problem by adding the code below to both the functions epdu_get_user and epdu_get_users found in the el-display-users.php file.

    if (!isset($userobj)) $userobj = new stdClass();

    Which prevents the PHP 5.4 warning from appearing ??

    I’m getting the same ‘Creating default object from empty value’ error, but it was only after I migrated my wordpress site.

    Although I get the error the plugin goes onto display User name, email, and even the photo, which makes me wonder what is being “defaulted”.

    I tried creating a user called ‘mystery man’ but that blew the el-display-user plugin up completely.

Viewing 2 replies - 1 through 2 (of 2 total)