Hello,
PHKAPA installer needs to be able to write and modify the app/Config and app/tmp directories and subdirectories, ex: CHMOD 755 , CHMOD 777
Resuming
Upload the content to your server, Extract the archive.
Set app/tmp and app/Config directory to writable.
Create a new MySQL database (`utf8_general_ci` collation)
Goto http://{your-url-for-PHKAPA}/install
After sucessfull instalation restore default values , chmod 755 or 777 for app/tmp directory , subdirectories and files and chmod 755 for app/Config directory and subdirectories and chmod 644 for app/Config directory files
files, app/tmp directory must remains writable.
Remove `app/Controllers/InstallController.php`, or change to a safe name.
Note that the installer only performs basic configuration required to get PHKAPA up and running.
Self-Help Troubleshooting
If you are looking for PHP Errors and Warnings, you can enable the “Debug” flags located in app/Config/core.php
Debug
edit `app/Config/core.php` at line - Configure::write('debug', 1)
Production Mode:
Configure::write('debug', 0) : No error messages, errors, or warnings shown. Flash messages redirect.
Development Mode:
Configure::write('debug', 1) : Errors and warnings shown, model caches refreshed, flash messages halted.
Configure::write('debug', 2) : As in 1, but also with full debug messages and SQL output.
Then errors should be displayed either in your web browser or in your server's error.log file.