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: Upgrade to 1.4.18 gives no thumbnails or links  (Read 4443 times)

0 Members and 1 Guest are viewing this topic.

Psychic

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Upgrade to 1.4.18 gives no thumbnails or links
« on: April 21, 2008, 10:19:03 am »

As directed, I've now upgraded my gallery from 1.4.8 to 1.4.18
Then ran update.php

Everything went fine.

I then updated my config settings to restore the values that were corrupted.

I then ran the Admin/Update thumbs and/or resized photos

However, I still have no thumbnails on my gallery, and the image placeholders do not appear to be links either to the larger images.

I thought it may be my theme/style however, I looked at the theme upgrade docs and everything looks fine.

Looking at the src of the page shows the file paths, and if I type them by hand, they all work!

The site is here:
http://www.algaia.co.uk/gallery/index.php

I've search through the forums here for other possible fixes but can't find anything apart from that I've already done...

Can anyone point me in the right direction please?
Logged

Nibbler

  • Guest
Re: Upgrade to 1.4.18 gives no thumbnails or links
« Reply #1 on: April 21, 2008, 11:35:21 am »

Your images are set to be invisible in your stylesheet.

Code: [Select]
.image {
        border-style: solid;
        border-width:2px;
        border-color: #FFFFFF;
        margin: 2px;
        visibility:hidden;
}
Logged

Psychic

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Upgrade to 1.4.18 gives no thumbnails or links
« Reply #2 on: April 21, 2008, 12:30:00 pm »

Thank you!

It would seem that the upgrade managed to disable the fade-in plugin I had installed.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Upgrade to 1.4.18 gives no thumbnails or links
« Reply #3 on: April 21, 2008, 12:43:55 pm »

The upgrade requires you to replace all your modded files with fresh ones. Your fade-in code can't have been a plugin, but appears to have been a core code hack. Apply it as genuine plugin or as custom theme hack - both options will make sure that you won't run into issues when upgrading.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 16 queries.