We've recently switched hosts. On our old server, the address of the acatlog for our USA site was httpdocs/us/acatalog. On the new server it is public_html/us/catalog. naturally I have changed all the network addressing to reflect the new structure.
When I'm testing the site though, clicking through to the checkout produced the error:
Error: Error opening configuration file ../httpdocs/us/acatalog/A000.cat. No such file or directory
I can see the A000.cat file sitting in the folder, but something is causing the old addressing to execute instead of the new.
Any ideas as to how I can get rid of the old stuff? Here are my current settings:
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.calarecords.com/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS true
PATHTOPERL /usr/local/bin/perl
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED true
SMTPUSERNAME ******
SMTPPASSWORD ******
CATALOGURL http://www.calarecords.com/us/acatalog/
CGIBINURL http://www.calarecords.com/us/cgi-bin/
PATHFROMCGITOCATALOG ./../acatalog/
CODEBASE ./
FTPHOST 70.39.249.136
FTPUSERNAME *******
FTPPASSWORD *******
PATHTOCGIBIN /public_html/us/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG /public_html/us/acatalog/
When I'm testing the site though, clicking through to the checkout produced the error:
Error: Error opening configuration file ../httpdocs/us/acatalog/A000.cat. No such file or directory
I can see the A000.cat file sitting in the folder, but something is causing the old addressing to execute instead of the new.
Any ideas as to how I can get rid of the old stuff? Here are my current settings:
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.calarecords.com/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS true
PATHTOPERL /usr/local/bin/perl
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED true
SMTPUSERNAME ******
SMTPPASSWORD ******
CATALOGURL http://www.calarecords.com/us/acatalog/
CGIBINURL http://www.calarecords.com/us/cgi-bin/
PATHFROMCGITOCATALOG ./../acatalog/
CODEBASE ./
FTPHOST 70.39.249.136
FTPUSERNAME *******
FTPPASSWORD *******
PATHTOCGIBIN /public_html/us/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG /public_html/us/acatalog/
Comment