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?
Your images are set to be invisible in your stylesheet.
.image {
border-style: solid;
border-width:2px;
border-color: #FFFFFF;
margin: 2px;
visibility:hidden;
}
Thank you!
It would seem that the upgrade managed to disable the fade-in plugin I had installed.
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.