Bring Your Business to Life › Support › Image Store › Thumbnails link broken
Tagged: broken link, thumbnail
- AuthorPosts
- May 20, 2012 at 7:41 am #47181Salsa-TripsParticipant
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?…May 21, 2012 at 2:55 am #47191Xpark MediaKeymasterchange 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 );
May 21, 2012 at 7:45 am #47205Salsa-TripsParticipantOK, 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.
May 21, 2012 at 4:47 pm #47223Xpark MediaKeymasterTake a look at this post Thumbnails link broken
- AuthorPosts
- You must be logged in to reply to this topic.