Looping....

paljets

Joined: 2002-08-16
Posts: 1
Posted: Fri, 2002-08-16 19:57

Ok..

I reinstalled...

Apache 1.3.6, NT 4.0 SP6, Gallery 1.3.1, and PHP 4

But I still am getting a loop during configuration..

I run through all the motions but after I'm done, it just keeps saying: "Gallery needs to be Reconfigured..."

please help...

Paul

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2002-08-19 07:57

Hmm. You should only get that error message if Gallery's application config version number (in Version.php) disagrees with the config version number in config.php. This indicates to Gallery that something has changed in the config wizard requiring you to run it again.

But if you've done a clean install you shouldn't have this problem. Just to verify though, what is the value of $gallery->config_version in Version.php, and what is the value of $gallery->app->config_version from config.php?

 
cdnboy

Joined: 2002-09-10
Posts: 1
Posted: Tue, 2002-09-10 23:04

I am having the same issue,
Both config_version numbers match
Not sure what the next step is

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2002-09-11 03:21

cdnboy, what is the config_version? What version of PHP?

This will require some collaborative debugging. Edit util.php and
in gallerySanityCheck() put these lines:

print "<pre>";
print_r($gallery);

above this line:

if ($gallery->app->config_version != $gallery->config_version) {

and then send us the URL or cut and paste the results.