Thumbnails link broken

HomeSupportImage StoreThumbnails link broken

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47181
    Salsa-Trips
    Participant

    even that thumbnails are created on the server and shown in the backend, on the frontend appears a broken link. Before it worked, but now we can’t fix it anymore:

    http://www.salsa-trips.com/galleries/2012-0318-ulm-salsa-festival

    link to thumbnail:
    http://www.salsa-trips.com/wp-content/plugins/image-store/image.php?…

    #47191
    Xpark Media
    Keymaster

    change your php notification settings or change the following links in the image.php file

    $ext = end( explode( '.', basename( $this->image_dir ) ) );

    for

    $extarray = explode( '.', basename( $this->image_dir ) );
    $ext = end( $extarray );

     

     

    do_action( 'ims_apply_color_filter', &$image );

    for

    do_action( 'ims_apply_color_filter', $image );
    #47205
    Salsa-Trips
    Participant

    OK, GREAT !!!!

    seems that this was the bug for the broken thumbnail links as well as for the download link on the receipt page after Paypal checkout.

    Now just the download links in the receipt email to the customer still refer to a blank website.

    #47223
    Xpark Media
    Keymaster

    Take a look at this post Thumbnails link broken

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.