Pre-install validation
Setup has carried out a number of checks to see if everything’s ready to start the setup.
Checking PHP version: OK!
Checking if sessions are properly configured: OK!
Checking if assets/cache directory exists: OK!
Checking if assets/cache directory is writable: Failed!
Checking if assets/cache/siteCache.idx.php file is writable: Failed!
Checking if assets/cache/sitePublishing.idx.php file is writable: Failed!
Checking if assets/images directory exists: OK!
Checking if assets/images directory is writable: Failed!
Checking if assets/export directory exists: OK!
Checking if assets/export directory is writable: Failed!
Checking if manager/includes/config.inc.php exists and is writable: Failed!
For new Linux/Unix installs, please create a blank file named config.inc.php in the manager/includes/ directory with file permissions set to 0666.
Creating connection to the database: OK!
Checking table prefix `modx_`: OK!
Unfortunately, Setup cannot continue at the moment, due to the above 6 errors. Please correct the errors, and try again. If you need help figuring out how to fix the problems, visit the Operation MODx Forums.
# chmod - R 777 ./asserts/cache # chmod 777 ./asserts/images # chmod 777 ./asserts/export # cp ./manager/includes/config.inc.php.blank ./manager/includes/config.inc.php # chmod 777 ./manager/includes/config.inc.php