Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: After upgrading images images no longer visible  (Read 4688 times)

0 Members and 1 Guest are viewing this topic.

Xavier Francis

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
After upgrading images images no longer visible
« on: September 12, 2006, 06:17:23 pm »

Hello,

On the server several Coppermine albums are running.  Until now there was no problem.  Previous upgrades did well.
Coppermine is part of Fantisco on my server.

The last upgrade was form 1.4.6 to 1.4.8.  After the upgrade the images are no longer visible.  I did an upgrade of the database and everything seems ok.  No error messages. 
the links to the images are displayd but the images doesn't appear.
I've checked the server and the images haven't moved.

I don't know if this error has already been discussed.  Sorry, if so.

Does anyone knows the sollution for this problem.

Greetings,
Xavier
www.debeerst.com
« Last Edit: September 12, 2006, 07:57:33 pm by Nibbler »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: After upgrading images images no longer visible
« Reply #1 on: September 12, 2006, 06:30:29 pm »

If you do Search for fantastico on this board you'll find more than 300 post (issue)
All because of using Fantastico Autoinstaller script
Take my advice and do upgrade to most recent version (recently 1.4.9 ) as upgrading documentation said
you can find download link from top menu
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: After upgrading images images no longer visible
« Reply #2 on: September 12, 2006, 06:32:37 pm »

bmossavari beat me to it - he posted while I was typing. Submitting anyway:
That's why we tell everybody that auto-installers like Fantastico suck, because they are buggy and outdated. Has been discussed many times over, searching the board before posting would have helped. Don't use Fantastico in the future. Upgrade as suggested in our documentation.
When trying to access an image where coppermine expects it to be (e.g. http://www.mindex.be/astronomy/albums/astrophotography/backyard/thumb_polution_03_s.jpg), I get redirected to http://www.anamorfose.be/, so I guess there's something fishy with your redirectors. Review them, or ask your webhsot for support.
Logged

Xavier Francis

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: After upgrading images images no longer visible
« Reply #3 on: September 12, 2006, 06:52:39 pm »

Thank you for your replies.

There is someting strange happening with the sites and the server.  As you stated all the images on the websites are no longer visible.  Not only in the Coppermine sites but also in the html-sites.
So the problem must be with the redirects.

I will contact my hosting company.

Next time I will upgrade manually as explained in the manual and no longer use Fantastico

Thank you for your support.

Xavier
Logged

Xavier Francis

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: After upgrading images images no longer visible
« Reply #4 on: September 12, 2006, 07:22:16 pm »

Problem solved! :D

because of the massive download (750mb each day) of images from my websited my hosting company installed a hotlink protection on the images.
They didn't inform me.  :-[

Removing the hotlink protection and the problems are solved.

Anyway thank you very much for pointing me to the sollution. :)

Xavier
www.debeerst.com
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: After upgrading images images no longer visible
« Reply #5 on: September 12, 2006, 11:13:07 pm »

Glad this worked as expected. You should come up with a custom hotlink solution - bandwidth theft is a serious issue these days, I can understand that your webhost is trying to implement hotlink protection. Create a .htaccess file with this content
Code: [Select]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mindex.be(/)?.*$     [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://mindex.be/images/stolen.gif [R,NC]
and save it into the albums folder of your install. Adjust http://mindex.be/images/stolen.gif in above example - it should point to an image similar to the one you get when trying to access my personal site and running into my hotlink protection:
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fosterburken.net%2Fimages%2Fstolen.gif&hash=3b3d2e336388eafa0e2c623b3d44dba89b5bf588)
Logged

Xavier Francis

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: After upgrading images images no longer visible
« Reply #6 on: September 12, 2006, 11:47:25 pm »

Thank you very much for the idea and the script.  will use it.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.