| AutoRank Pro Initialization Tests | |
| Checking template files permissions | ##Templates## |
| Checking language file permissions | ##Language## |
| Checking scanner.cgi file permissions | ##Scanner## |
| Checking cron.cgi file permissions | ##Cron## |
| Checking admin directory permissions | ##Admin## |
| Checking data directory permissions | ##Data## |
|
Some of the pre-installation tests did not pass. Below are descriptions of each test and what you can do to
resolve the problems.
admin and data directory permissions If either of these tests fail, it indicates that the correct permissions have not been set on the specified directory. In most cases you will need to use 777 permissions on both of these directories. Template files permissions test If this test fails, it indicates that one or more of the files in the templates directory does not have the correct permissions. In most cases you will need to use 666 permissions on all files in the templates directory. The file which has incorrect permissions will be listed with this error. language file permissions test If this test fails, it indicates that the language file in the data directory does not have the correct permissions. In most cases you will need to use 666 permissions on this file. scanner.cgi and cron.cgi file permissions test If this test fails, it indicates that the file does not have the correct permissions. In most cases you will need to use 777 permissions on these files. |
|