PDA

View Full Version : Upload issue


pyro
16-Aug-2010, 06:52 PM
Hi all, please help!

I'm attempting to upload a new website, but I'm getting all sorts of CGI errors.

I am using a multi-site hosting plan from UK2 (Linux). Basically, the site has one master domain (www.automatedblog.co.uk) and several add-on domains, the files for which are located in separate site-specific folders. The site in question is www.tinsignshop.co.uk , and although I have several sites hosted on this account, this is the only actinic installation.

This makes the root for this site, http://www.automatedblog.co.uk/public_html/www.tinsignshop.co.uk/

The site can still be accessed via a browser, by typing www.tinsignshop.co.uk

Hope the above makes sense...........

When I upload, I get the error message - "cgi scrips not executing on server"

then on completion of upload - "error occurred while sending the merge request".

I've tried using "configure website details" but actinic gets to the part where I specify where perl is installed (my hosting control panel shows a path to perl, so assuming it is installed), and I get an error - "an error occurred while sending an HTTP request to the web server. Perhaps your network is down or the web server is down".

I have full FTP access, and have set folder permissions to 777.

Settings are as follows

HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 10
SCRIPTEXT .pl
SMTPHOST mail.tinsignshop.co.uk
WEBSITEURL http://www.tinsignshop.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED true
SMTPUSERNAME sales@tinsignshop.co.uk
SMTPPASSWORD *********
CATALOGURL http://www.tinsignshop.co.uk/acatalog/
CGIBINURL http://www.tinsignshop.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST automatedblog.co.uk
FTPUSERNAME automat3
FTPPASSWORD ******
PATHTOCGIBIN /public_html/www.tinsignshop.co.uk/cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG /public_html/www.tinsignshop.co.uk/acatalog/


Dont know if this means anything, but everytime I upload, actinic re-uploads all base files, and many pages on the site (just the default actinic example site) are inaccessible.

Any help would be much appreciated!

Arturo4maccle
23-Sep-2010, 11:57 AM
Yes i have also faced some problem thats why i need your help to solve the problem.

Mike Hughes
23-Sep-2010, 01:09 PM
FTPPATHFROMCGITOCATALOG /public_html/www.tinsignshop.co.uk/acatalog/

Leave this bit blank.

If the 'cgi-bin' and 'acatalog' fodlers are both in /public_html/www.tinsignshop.co.uk/ then the path is incorrect. leave it blank and Actinic will use this setting:

PATHFROMCGITOCATALOG ../acatalog/

which should be right.

Mike