Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Thanks for letting me know…that got past my testers, I’ll issue a fix.

    Plugin Author xnau webdesign

    (@xnau)

    If you want to fix this yourself, here is how:

    In the plugin file /classes/PDb_Image.class.php on line 70, find:

    $default_image = self::concatenate_directory_path( Participants_Db::app_base_path(), $this->default_image, false );
        if ( !empty($this->default_image) and is_file( $default_image ) ) {

    change this to:

    $default_image = trailingslashit(home_url()) . ltrim($this->default_image, '/');
        if ( !empty($this->default_image) and @getimagesize( $default_image ) ) {
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Since latest update (6/29/2015), default image broken’ is closed to new replies.