Zen Cart Logo
Forums / General Questions / what makes the shop jump to install

what makes the shop jump to install

Locked

Views: 1,090

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Jan 2007, 11:30 AM
#1
mrbert avatar

mrbert

New Zenner

Join Date:
Jan 2007
Location:
Rotterdam NL
Posts:
76
Plugin Contributions:
0

what makes the shop jump to install

I just tried to re install a shop back on the server after things went wrong.
Now every time I upload the files to the server and restore / import the database the script wants to jump to ZC install.
I did a similar action to my test server on this PC and had no problem end it just works.

Bert

28 Jan 2007, 3:12 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: what makes the shop jump to install

Check your two configure.php files
/includes/configure.php
/admin/includes/configure.php

and compare to your test server to see what might be missing ...

Also check that both are using the correct paths, database, etc.

28 Jan 2007, 4:37 PM
#3
mrbert avatar

mrbert

New Zenner

Join Date:
Jan 2007
Location:
Rotterdam NL
Posts:
76
Plugin Contributions:
0

Re: what makes the shop jump to install

Hi Ajeh, Thanks for the answer.

I compared the configure.php and they only show the difference related to the server. Before the crash I already had made the copy of those files This is something I always do before changing/uploading anything:)
Both the path and database referals look ok.
The database is available too as far as I can see.

BTW how does the upgrade install know wich version of the database to upgrade?
Is that some field in the database or does that info come from the config files?

Greets

Bert

28 Jan 2007, 5:11 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: what makes the shop jump to install

The upgrader is designed to check the database for various new features from one version to the next to determin what upgrades need to be installed ...

1 Feb 2007, 5:54 PM
#5
mrbert avatar

mrbert

New Zenner

Join Date:
Jan 2007
Location:
Rotterdam NL
Posts:
76
Plugin Contributions:
0

Re: what makes the shop jump to install

Hi Ajeh,

OK now it worked. I lust troed copieing my old php file in and skipped install.
Without editing anything.
Now the update tool did its work now:)
I imported the backup database to a new database
after that
I have the configure.php files changed to point the new database with the new credentials.

And Yes it was detected and I saw all the version updates marked;)
Some warnings that I exepected that I could ignore and I have something running again:)

Only thin is I see saome problems with the blue strip update. Ik like the old css implementation more. It looked more stable in loading the pages.
Now every page that is not in cach will shorty show the left boxes centerd:S

But Keep up the good work!!