| View previous topic :: View next topic |
| Author |
Message |
dodol
Joined: 11 Nov 2010 Posts: 10
|
Posted: Nov 18, 2010 1:39 am Post subject: adding file server |
|
|
File Server tests:
api.cgi: OK
temp dir exist: OK
temp dir mkdir: OK
temp dir rmdir: OK
tmp dir exist: OK
tmp dir mkdir: OK
tmp dir rmdir: OK
upload dir exist: OK
upload dir mkdir: OK
upload dir rmdir: OK
htdocs dir exist: OK
htdocs dir mkdir: ERROR
htdocs dir symlink: ERROR
htdocs dir symlink del: ERROR
htdocs dir rmdir: ERROR
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: OK
htdocs URL accessibility: OK
how to fix those ERROR. please advise. thankyou. |
|
| Back to top |
|
 |
Anturaju93
Joined: 13 May 2010 Posts: 83 Location: Romania
|
Posted: Nov 18, 2010 5:27 am Post subject: |
|
|
Make sure that you have run
| Code: |
Chmod install_fs.cgi to 755 and run it in browser.
|
Al cgi files must be 755, folders cgi-bin must be 755, temp and uploads from cgi-bin must be 777, files, i and tmp from public_html must be 777. Check if your file server settings are correct in XFSConfig.pm |
|
| Back to top |
|
 |
dodol
Joined: 11 Nov 2010 Posts: 10
|
Posted: Nov 18, 2010 1:12 pm Post subject: |
|
|
| ah thanks. that does it |
|
| Back to top |
|
 |
|