Hi,
I'm running a Gallery 3.0.2 instance on apache with fcgid 5.3.3 on debian squeeze.
Since the last two releases, upgrading fails for me silently having tried the following:
http://mygallery/index.php/upgrader
=> reports That's it! Your Gallery is up to date.
and directly via cmdline:
gallery@host:~/public$ php index.php upgrade
Upgrade complete
no errors are listed in apache's error.log.
But no upgrade actually happens:
$ grep -rI "VERSION" modules/gallery/helpers/gallery.php | head -n1
const VERSION = "3.0.2";
$ ls -lah modules/gallery/helpers/gallery.php
-rw-r----- 1 gallery gallery 8.0K May 25 2011 modules/gallery/helpers/gallery.php
Any ideas what to do now?
Thanks in advance
b0ngo