keep getting the following on step 2 of setup, can someone tell me what i'm doing wrong?
The FTP - data you provided seem to be wrong. The setup cannot continue. Please go back and correct the errors. This are the errors:
Could not CHMOD the file "/config/config.php"
Could not CHMOD the file "/acount/pages/chat_index.txt"
Could not CHMOD the file "acount/pages/chat_ip_logs.txt"
Could not CHMOD the file "/acount/pages/ip.txt"
Could not CHMOD the folder "/botfb"
Could not CHMOD the file "/bot/subs.inc"
Could not CHMOD the folder "/logs"
Could not CHMOD the folder "/logsadmin"
I had the same problem which was due to the relative directry entry for chat.
Check where your site logs you into when using ftp and specify the chat directory relative to it.
Example
My directory structure
. .. public_ftp public_html /chat
When I log in using ftp my server places me in the public_ftp area so the relative directry path to chat from that point is:-
../public_html/chat
and this is whats needed in the relative directry entry on page 1 of the installer.
I hope this makes sense.
Log in to post a comment.
keep getting the following on step 2 of setup, can someone tell me what i'm doing wrong?
The FTP - data you provided seem to be wrong. The setup cannot continue. Please go back and correct the errors. This are the errors:
Could not CHMOD the file "/config/config.php"
Could not CHMOD the file "/acount/pages/chat_index.txt"
Could not CHMOD the file "acount/pages/chat_ip_logs.txt"
Could not CHMOD the file "/acount/pages/ip.txt"
Could not CHMOD the folder "/botfb"
Could not CHMOD the folder "/botfb"
Could not CHMOD the file "/bot/subs.inc"
Could not CHMOD the folder "/botfb"
Could not CHMOD the folder "/logs"
Could not CHMOD the folder "/logsadmin"
I had the same problem which was due to the relative directry entry for chat.
Check where your site logs you into when using ftp and specify the chat directory relative to it.
Example
My directory structure
.
..
public_ftp
public_html
/chat
When I log in using ftp my server places me in the public_ftp area so the relative directry path to chat from that point is:-
../public_html/chat
and this is whats needed in the relative directry entry on page 1 of the installer.
I hope this makes sense.