You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi there…well I final think I know why I was having the error 500
reason why it is not working is because it using excessive cpu time and is being killed by the server.
Well god only know why that happened as it was working fine before…any ideas why this might be?
Now to my next problem…
I am moving hosts to one that hopefully does not ‘kill’ my shop!!!
I am running both site at the moment until I have the shop sorted on the new host then I will point my dns at it
Any ideas how I can change this in the code so that the admin stays on the new url?
I think that I might be seeing light at the end of the tunnel
Offline
did you change your path settings in the cp-app.cgi and the cp-admin.cgi. Also it sounds like your domain is not resolved yet. if you have an ip address on your new host use that in place of your www in the scripts to test it.
hope that helps.
james
Offline
Yes i did change the paths but still the problem ...i am using a temp url to test the shop...
Offline
you need to double check your settings again in the cp-admin.cgi. ccp looks at these settings to go the correct directory. also if you are using the default wwwdomain.com/admin/ url there is a forward in the index.htm. that is probably your couse. it still has the old url in it.
james
Offline
okay well the paths are correct but still the same problem
when you say index.htm which one? and where
Andrew
Offline
even though i have changed the paths when i veiw source on the login admin page the relavant urls have not changed....
emmm...
Offline
regarding the index.htm if you have the orignal directory structer that cam with ccp there is a directory "admin" in that folder there is a index.htm file. if this was changed to instead of /cgi-bin/cp-admin.cgi then that is where you issue lies.
james
Offline
no it's set to
<META HTTP-EQUIV="refresh" CONTENT="0; URL=../cgi-bin/cp-admin.cgi">
andrew
Offline
please post your url to see if i can duplicate your error. (new and old urls)
james
Offline
the old url is
the new one is
thanks so much for taking the time with this
Andrew
Offline
i've just seen despite changing the paths all the pages go to the old site after the slash page...strange...looks as if the program is running on the old scipt apart from that one page
Offline
andymit,06/09/2005 09:58:07 AM wrote:
I am moving hosts to one that hopefully does not ‘kill’ my shop!!!
Keep in mind that on shared servers you will always have resource limits (CPU, RAM, DB connections, etc.). When my site took off in popularity I started maxing out my simultaneous number of DB connections and other errors started popping up due to other resource limits. Check your error log daily so you know whether things are running smoothly or not. I heard of my problems from customers before I noticed that it was time to move to a dedicated server...
Offline