coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: Psychic on April 21, 2008, 10:19:03 AM

Title: Upgrade to 1.4.18 gives no thumbnails or links
Post by: Psychic 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?
Title: Re: Upgrade to 1.4.18 gives no thumbnails or links
Post by: Nibbler on April 21, 2008, 11:35:21 AM
Your images are set to be invisible in your stylesheet.


.image {
        border-style: solid;
        border-width:2px;
        border-color: #FFFFFF;
        margin: 2px;
        visibility:hidden;
}
Title: Re: Upgrade to 1.4.18 gives no thumbnails or links
Post by: Psychic 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.
Title: Re: Upgrade to 1.4.18 gives no thumbnails or links
Post by: Joachim Müller 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.