Originally posted by olderscot
View Post
Announcement
Collapse
No announcement yet.
Error.. Help please?!
Collapse
X
-
pl files in the cgi-bin is good.
acatalog in the cgi-bin is bad. Did you put the .. in front of the /acatalog/
for the PATHFROMCGITOCATALOG ?
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
wasn't sure whether to include the .. or not!!
when i do include the ..
i simply get this error
-------------------------------------------
An error occurred trying to create the sub-directory "acatalog" on the web site. This is usually due to user permissions, but could be due to low disk space on the web server.
550 acatalog: Permission denied
-------------------------------------------
no files are uploaded
Comment
-
Yes, we need the .. (that means go up one level in the directory).
Actinic shouldn't need to create the acatalog directory as it should be there already. Can you check the spelling and that the permissions on it are 777.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
Can you post the currents settings so we can check them and what happens when you run a network test?
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 2
FTPPROXYADDRESS www.morgansdecorators.com
FTPPROXYPORT 21
FTPPROXYUSER ftp@morgansdecorators.com
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST smtp.123-reg.co.uk
WEBSITEURL http://www.morgansdecorators.com/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPKEEPALIVEINTERVAL 30000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
COMPRESSIONPACKETSIZE 1024
COMPRESSEDUPLOAD true
CATALOGURL http://www.morgansdecorators.com/acatalog/
ONLINESTOREFOLDERNAME acatalog
CGIBINURL http://www.morgansdecorators.com/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST 94.136.40.103
FTPUSERNAME ftp@morgansdecorators.com
FTPPASSWORD
PATHTOCGIBIN /public_html/cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG
Comment
-
The error message is the same as before.......
I am just wondering whether there is something wrong with my database etc causing it to not upload as a certain amount of files are uploading to acatalog but then the upload suddenly stops...........
perhaps i should try starting a new test actinic site from scratch and use these settings to see if it would work?
The web server returned an unknown response.
Possible Cause:
You are attempting to download orders
before uploading to the web site
Incorrect CGI-BIN URL in the web site details
Incorrect permissions on the CGI script on
the server (UNIX servers only)
Script corruption - Could be caused by:
Binary ftp transfer during manual installation
Incomplete transfer
Garbled transfer
etc.
Old or bad version of Perl running on server
Http server error
Wrong Path to Perl specified in the
web site details
Unknown
Recommendation:
Abort
Resolution:
Check cgi-bin script permissions
Compare cgi-bin script against local script to
check for corruption
Upgrade Perl on server (needs at least 5.002)
Run the Web | Configure Web Site Details command to verify your setup
Re-install the web site
Review server response for hints
Comment
-
The best thing is to stay focused on one approach. It's unlikely to be your website that's the problem.
Two things to change.
1. This
FTPHOST 94.136.40.103
Should be www.morgansdecorators.com
2. Tick the passive ftp box.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
changed the ip to www.morgansdecorators.com
ticked passive ftp transfers
error message now is:
An FTP error occurred: -
Request: ->Opening connection to www.morgansdecorators.com on port 21
Error: A connection with the server could not be established
Comment
-
Hi James,
As I just replied on email.
Everything is now loading onto your server OK, the problem appears to be that 123-reg is displaying a holding page rather than your website, even though your files are all in the right place.
You need to get your domain name pointing at your server rather than the holding page. Then we should be able to finish getting this going.
The problem using the domain name for ftp supports this theory. As does the nonsense report actinic gets back from the webserver.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
From what I can see this is all working now. The major problem was that the domain wasn't pointing at the server so the 123-reg holding page was being displayed (and sent back to actinic when it tried to check the perl scripts etc).
The network settings that work are essentially the same as Lee posted and referenced by Duncan earlier in the thread.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
Comment