Zen Cart Logo
Forums / All Other Contributions/Addons / Moving Site to new server - Error on Ultimate SEO URLs

Moving Site to new server - Error on Ultimate SEO URLs

Locked

Views: 2,795

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
24 Jun 2008, 1:29 PM
#1
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Moving Site to new server - Error on Ultimate SEO URLs

Hi Guys,

I am trying to move the store from one server to another server which is having the same exact physical path. However, I am getting a blank page on the new server. Upon installing the "Debug Error Logging Utility" on the new server, the following shows up on the debug file at the cache folder:

[24-Jun-2008 08:24:38] PHP Fatal error: Cannot redeclare class SEO_URL_INSTALLER in C:\inetpub\domain1.com\wwwroot\includes\classes\seo.install.php on line 26

Any idea?

24 Jun 2008, 1:32 PM
#2
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

To add-on, I have no problems to login to the admin page.

24 Jun 2008, 3:02 PM
#3
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

Further on this, I notice the page becomes blank when the file html_output.php is being placed in the includes\functions\ folder on the new server. When I replace the file with the default html_output.php from 1.3.8 source folder, the page looks fine. ZenCart version is latest 1.3.8

25 Jun 2008, 5:10 AM
#4
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

Hi All,

I know this may be cross post but I need some advice. I am moving my store from one machine to a new machine and all the physical path and IIS setting is exactly the same as the old machine. However, I am having some problems to get the store working due to the SEO modules on the new server.

Following by this, I tried to narrow down the issue if it is a server side issue or the zend installation issue by installing a completely new store with zen 1.3.8. I have loaded the latest modules to the server but I can't seems to find the SEO URLS upon I login to the admin area.

26 Jun 2008, 8:11 AM
#5
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

Hi Guys,

I have been trying to look around for alternatives but no luck. Anyone got a better idea on this? :huh:

26 Jun 2008, 11:07 PM
#6
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

Hey DrByte,

I have followed exactly what has been listed on the link you provided here but I have no luck in getting the main page loaded. All the config.php and the session directory has been verified to be having the correct entry. The /admin is working well, only the store page is not loading.

2 Jul 2008, 4:39 PM
#7
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

I removed all the SEO related rows in the configuration table and also the configuration_groups table. However, the following message throws up when I try to load the first page:

1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
in:
[INSERT INTO configuration_group VALUES ('', 'SEO URLs', 'Options for Ultimate SEO URLs by Chemo', '39', '1')]

I tried manually running the SQL command at the configuration_group table by putting in the first value, the row added without issue. But the same message still shows up when I refresh the first page.

2 Jul 2008, 7:14 PM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Moving Site to new server - Error on Ultimate SEO URLs

moderator note: Multiple scattered post have been merged into one

2 Jul 2008, 7:18 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Moving Site to new server - Error on Ultimate SEO URLs

  1. I thought that Ultimate SEO only worked on Apache servers, not IIS.

  2. The "incorrect integer value" error is a bug in the Ultimate SEO code which is not compatible with MySQL 5.
    You'll have to change VALUES ('','SEO URLs'to```
    VALUES (NULL, 'SEO URLs'

Who knows what other incompatibilities may exist.
26 Jul 2008, 6:41 AM
#10
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Re: Moving Site to new server - Error on Ultimate SEO URLs

did you get this working?