Upgrade from 3.0.2 to 3.0.3 and 3.0.4 fails without error

b0ngo

Joined: 2012-07-14
Posts: 1
Posted: Sat, 2012-07-14 15:13

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