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.
I have relocated to a new server and cannot get the cart working on the new server. When I try to access the
cgi-bin/cp/cp-app.cgi I get the Log File error Premature end of script headers.
When I try to access the cgi-bin/cp/cp-admin.cgi I do get a page load but there are no graphics. I viewed the source and copied the graphic link in the source and pasted it into my browser and the graphics are where they should be.
I have re-read and verified all permissions.
Puzzled, please help!!
Check your perl paths.
#!/usr/local/bin/perl
or
#!/usr/bin/perl
or if its evil windows
C:/perl/bin/perl.exe
(this is the usual path... but check with your hosting company!)
Later,
bkw
I verified the path to Perl and it was set correctly. What next?
Are you attempting to pull images from within the cgi-bin. If so, move the images folder outside of the cgi-bin, change your paths, and try again. Some servers really don't like that.
Offline