Zen Cart Logo
Forums / General Questions / Website move not working

Website move not working

Locked

Views: 1,611

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
16 Nov 2006, 1:05 PM
#1
pettiger15 avatar

pettiger15

Zen Follower

Join Date:
Oct 2006
Posts:
97
Plugin Contributions:
0

Website move not working

I recently moved the files to a different server, and now it doesn't work, all the files, i think are there but it won't show the index.php, please help?

16 Nov 2006, 7:26 PM
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Website move not working

You need to adjust your config files, includes/configure.php and admin/includes/configure.php, to match your current database setup. If not sure, your Hoster should be able to help.

16 Nov 2006, 8:40 PM
#3
pettiger15 avatar

pettiger15

Zen Follower

Join Date:
Oct 2006
Posts:
97
Plugin Contributions:
0

Re: Website move not working

Thanks for response, Im actually getting somewhere. When i change the directories in the ones you have provided, no I get this error message and don't know what it means

[B]Warning[/B]: main(includes/functions/functions_customers.php): failed to open stream: No such file or directory in [B]/home/thebonsa/public_html/includes/functions/functions_general.php[/B] on line [B]1349[/B]

[B]Warning[/B]: main(includes/functions/functions_customers.php): failed to open stream: No such file or directory in [B]/home/thebonsa/public_html/includes/functions/functions_general.php[/B] on line [B]1349[/B]

[B]Warning[/B]: main(includes/functions/functions_customers.php): failed to open stream: No such file or directory in [B]/home/thebonsa/public_html/includes/functions/functions_general.php[/B] on line [B]1349[/B]

[B]Fatal error[/B]: main(): Failed opening required 'includes/functions/functions_customers.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in [B]/home/thebonsa/public_html/includes/functions/functions_general.php[/B] on line [B]1349[/B]
16 Nov 2006, 8:54 PM
#4
pettiger15 avatar

pettiger15

Zen Follower

Join Date:
Oct 2006
Posts:
97
Plugin Contributions:
0

Re: Website move not working

Ingnore the last post, I get this message http://thebonsaimarket.com

16 Nov 2006, 9:26 PM
#5
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Website move not working

includes/functions/functions_customers.php
failed to open stream: No such file or directory

Would seem like you are missing at least one file.

Many times, when uploading hundreds of files in one go, some will fail and not be uploaded. One would hope you have an FTP program that tells you these things, so you know which files to reupload. Otherwise, you have to manually go through each dir. on your Hosting account and compare with the dir. on your computer.

16 Nov 2006, 10:30 PM
#6
pettiger15 avatar

pettiger15

Zen Follower

Join Date:
Oct 2006
Posts:
97
Plugin Contributions:
0

Re: Website move not working

Thanks, but one more thing. Sorry, im have problems wth this whole site thing, but when i try to go to my admin it gives me this page

0 DB_ERROR_NOT_CONNECTED
in:
[delete from zen_db_cache]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields

16 Nov 2006, 10:52 PM
#7
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Website move not working

you need to make adjustments to your admin/includes/configure.php as well

23 Nov 2006, 2:26 AM
#8
onehandclapping avatar

onehandclapping

New Zenner

Join Date:
Jan 2006
Location:
London, UK
Posts:
43
Plugin Contributions:
0

Re: Website move not working

Fixing both configure.php files in "/admin/includes/" and in "/includes/" does get rid of the 0 DB_ERROR_NOT_CONNECTED error on the index page when migrating

... although I now have the same problem with the Admin log in screen. It does not appear and instead there is a similar "failed to open stream:" error message. This has something to do with moving to a new server set up. Am running ZC 1.2.6.

25 Nov 2006, 7:08 PM
#9
onehandclapping avatar

onehandclapping

New Zenner

Join Date:
Jan 2006
Location:
London, UK
Posts:
43
Plugin Contributions:
0

Re: Website move not working

Fixed.

This problem is because includes/configure.php and admin/includes/configure.php had /domains/sitename.com instead of /home/5976/domains declared as the path. This caused problems with properly locating the right location for the cart in Media Temple's Grid Server.