User Tools

Site Tools


troubleshooting

This is an old revision of the document!


Troubleshooting And Debug

Having trouble

* Community Forum , Help and Mailing List at Google Groups → pHKapa Google Group
* Join project and get access to pHKapa FULL PACK for free. Contribute with new features, pull requests, translations, bug reports … follow development at → pHKapa Repository
* Other subjects contact pHAlkaline

Self-Help Troubleshooting

If you are looking for PHP Errors and Warnings, you can enable the “Debug” flags located in app/Config/core.php
Look for line with Configure::write('debug', 0)

Configure::write('debug', 1) : Errors and warnings shown, model cache 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.

Configure::write('debug', 0) : No error messages, errors, or warnings shown. Flash messages redirect.

troubleshooting.1440586933.txt.gz · Last modified: 26/08/2015 12:02 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki