Upgrade to 1.4.18 gives no thumbnails or links Upgrade to 1.4.18 gives no thumbnails or links
 

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

Main Menu

Upgrade to 1.4.18 gives no thumbnails or links

Started by Psychic, April 21, 2008, 10:19:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Psychic

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?

Nibbler

Your images are set to be invisible in your stylesheet.


.image {
        border-style: solid;
        border-width:2px;
        border-color: #FFFFFF;
        margin: 2px;
        visibility:hidden;
}

Psychic

Thank you!

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

Joachim Müller

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.