...and it was all going so well. I am now trying to upload my shop, but my boss wants it in a folder for testing as opposed to the root where it will be when its live.
I tried using the wizard,
and I get as far as entering the FTP details and I get the following error message:
I tried changing the permissions of the acatalog folder using Core FTP, and I get the following message:
So now I've tried to enter the details manually, I've had various errors, but the latest report is this (on running a 'test'):
Ignoring the smtp server because I havent actually got that info yet.
It keeps saying above that the directory's aren't readable. So this means I need to change permissions? But I can't! I'm going to contact my host to see about why I can't change the permissions. But I was wondering if anyone had any other ideas.
Does the acatalog folder have to be in the root?
Thanks
Sam
I tried using the wizard,
and I get as far as entering the FTP details and I get the following error message:
An error occurred while attempting to change permissions of the directory acatalog.
The FTP Server returned a reply code of 550.
The current permissions of the file are 0700 and the required permissions are 0755.
The Connection Wizard will not continue.
Please configure your network settings through the Advanced | Network Settings dialog.
Contact your Actinic reseller or Actinic Support as appropriate for any assistance that you may require.
The FTP Server returned a reply code of 550.
The current permissions of the file are 0700 and the required permissions are 0755.
The Connection Wizard will not continue.
Please configure your network settings through the Advanced | Network Settings dialog.
Contact your Actinic reseller or Actinic Support as appropriate for any assistance that you may require.
550 Not a regular file
SITE chmod 755 acatalog
550 Could not change perms on acatalog: No such file or directory
SITE chmod 755 acatalog
550 Could not change perms on acatalog: No such file or directory
So now I've tried to enter the details manually, I've had various errors, but the latest report is this (on running a 'test'):
Code:
Actinic Mail Test completed successfully server: passed connection: passed sockets: passed communications: failed authorisation: passed message: relaying mail to litefactory.com is not allowed CGI-BIN Working Directory: "c:/inetpub/wwwroot" CGI-BIN Working Directory Contents . .. aspnet_client iisstart.htm images pagerror.gif postinfo.html _private _vti_cnf _vti_inf.html _vti_log _vti_pvt _vti_script _vti_txt "../" Directory Contents . .. AdminScripts emailoutput.txt mailroot redirect.log wwwroot An error occurred trying to read "../actinic/" An error occurred trying to read "../actinic/acatalog/" The path to the web site directory you specified (../actinic/acatalog/) points to a file. The web site directory is not readable. The web site directory is not writable. Unable to create a file in the web page directory. No such file or directory Unable to create a sub-directory in the web site directory. No such file or directory
It keeps saying above that the directory's aren't readable. So this means I need to change permissions? But I can't! I'm going to contact my host to see about why I can't change the permissions. But I was wondering if anyone had any other ideas.
Does the acatalog folder have to be in the root?
Thanks
Sam
Comment