you did create an acatalog folder as well as a cgi-bin, I presume?
Announcement
Collapse
No announcement yet.
Network setup test fails
Collapse
X
-
Originally posted by Sean Williams View PostThis doesn't look right - PATHTOCGIBIN www/cgi-bin/
Try: PATHTOCGIBIN /cgi-bin/
For FTPPATHFROMCGITOCATALOG /acatalog/
Try: FTPPATHFROMCGITOCATALOG ../acatalog/
Or: FTPPATHFROMCGITOCATALOG ./acatalog/
Having made that final change it finally passed the test in network setup. Many thanks to all contributors in this arduous process.
Final question is how long should I have to wait before my website is visible; I've clicked Publish to Web but at the moment it still shows my hosting dummy page?
Comment
-
Clear your cache and try again. The changes should have been visible as soon as the upload finished.
--edit--
That's because you are looking at www.salonstartup.co.uk instead of www.salonstartup.co.uk/acatalog/index.html
The cgi-bin is still not working.
Comment
-
It's been uploaded:
http://www.salonstartup.co.uk/acatalog/
When you clck on the Home Page (index.html) in Actinic, have you got "Use as Website Home Page" checked in the "General" Tab?
Army Gore-tex
Winter Climbing Mitts
webD's Blog: Website design, SEO and other ramblings…
Twitter LinkedIN
If you think a post is good, rate it!
Find the answers in the Knowledge Base | Have you read the User Guides
Comment
-
Originally posted by hopeful View PostWell it turns out that the www/cgi-bin/ bit was ok but the /acatalog/ needed a couple of full stops in front as you suggest.
Perhaps try
./cgi-bin/
or ../cgi-bin/
I wouldn't be at all surprised if someone happened along shortly to tell me I'm wrongKind Regards
Sean Williams
Calamander Ltd
Comment
-
Originally posted by webD View PostIt's been uploaded:
http://www.salonstartup.co.uk/acatalog/
When you clck on the Home Page (index.html) in Actinic, have you got "Use as Website Home Page" checked in the "General" Tab?
Comment
-
Originally posted by guccij View PostClear your cache and try again. The changes should have been visible as soon as the upload finished.
--edit--
That's because you are looking at www.salonstartup.co.uk instead of www.salonstartup.co.uk/acatalog/index.html
The cgi-bin is still not working.
is it as Sean suggests above
Perhaps try
./cgi-bin/
or ../cgi-bin/
Comment
-
I think this is why http://www.salonstartup.co.uk isn't showing your site, but http://www.salonstartup.co.uk/acatalog is.
You haven't uploaded an index.html page, so your hosts default index.htm page is still showing.
Army Gore-tex
Winter Climbing Mitts
webD's Blog: Website design, SEO and other ramblings…
Twitter LinkedIN
If you think a post is good, rate it!
Find the answers in the Knowledge Base | Have you read the User Guides
Comment
-
Originally posted by webD View PostI think this is why http://www.salonstartup.co.uk isn't showing your site, but http://www.salonstartup.co.uk/acatalog is.
You haven't uploaded an index.html page, so your hosts default index.htm page is still showing.
Comment
-
You still have a path problem. If I try anything involving Perl scripts (Search / Cart / Checkout), I get the error:
A General Script Error Occurred
--------------------------------------------------------------------------------
Error: Error opening configuration file ./acatalog/prompt.fil. No such file or directory
It looks like you've got ./acatalog where you need ../acatalog
Best post your network settings again (they've undoubtedly changed from earlier).Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
OK this is going to be similar to the other thread about network problems and the 1st thing i suggest is
create and ftp account with only access to thre public_html area of your hosting plan
then you can use the settings i pasted above,
Hmm - I'm not an expert of course, but I can't see how www/cgi-bin/ can work
do as Norman has asked and repost you settings
D
Comment
-
Ok guys here's the latest settings
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.salonstartup.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS true
PATHTOPERL /usr/bin/perl
USEENHANCEFTP false
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://www.salonstartup.co.uk/acatalog/
ONLINESTOREFOLDERNAME acatalog
CGIBINURL http://www.salonstartup.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ./acatalog/
CODEBASE ./
FTPHOST ftp.salonstartup.co.uk
FTPUSERNAME **********
FTPPASSWORD **********
PATHTOCGIBIN www/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
Comment
Comment