• I’ve been using the User Photo plugin fine elsewhere but just installed it on a new WordPress 3 installation and it is not outputting user photos where it should.

    Turning on the WordPress debug mode gives the following errors:

    Notice: Undefined property: stdClass::$userphoto_approvalstatus in /home/sites/foo.net/public_html/bar/wp-content/plugins/user-photo/user-photo.php on line 123

    … where I try and call one of the output functions.

    Notice: Undefined property: WP_User::$userphoto_error in /home/sites/foo.net/public_html/bar/wp-content/plugins/user-photo/user-photo.php on line 614

    … on the profile page in the control panel.

    I’m aware the plugin does not claim to be compatible with WordPress 3 but has anyone else had these problems and found a solution to them? Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is working for me in 3.0

    For me it’s not working either(WP 3.0). I can’t get it activated because of this error:
    Plugin could not be activated because it triggered a fatal error.

    Fatal error: User Photo plugin not usable on this system because image resizing is not available, specifically the imagecopyresampled() and related functions. It has been deactivated. The required GD module is not available on your system. in …/wp-content/plugins/user-photo/user-photo.php on line 40

    Sorry for posting a bit too fast :). Now I installed GD to my php5 and restarted apache so activation works now.

    And so does the plugin with WP 3.0.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: User Photo] User Photo broken on WordPress 3’ is closed to new replies.