inclusive-design / AChecker

Automated interactive Web content accessibility checker.
https://achecker.ca
GNU General Public License v2.0
69 stars 61 forks source link

config.inc.php not found #53

Closed arthuragnar closed 7 years ago

arthuragnar commented 7 years ago

I am installing Achecker but while installation I am getting error "../include/config.inc.php not found ". So I created an empty file named config.inc.php but I am still getting that error. So I checked the codebase but couldn't find "config.inc.php" . Please add config.in.php.

cindyli commented 7 years ago

The readme on the AChecker github home page https://github.com/inclusive-design/AChecker says:

_Note, if you are installing from a Git clone of AChecker, before following the instructions above, you will need to create an empty configuration file. In the AChecker directory, at the command prompt issue the following command:

touch include/config.inc.php_

Also, please make sure the file permission of include/config.inc.php is set to be writable by AChecker installer. The permission mode 755 usually works well.

arthuragnar commented 7 years ago

I am using windows, so touch is not working. I have already created 'config.inc.php' .

cindyli commented 7 years ago
  1. Make sure config.inc.php is created at the correct location in the include directory within your AChecker root;
  2. File permission again.