User Tools

Site Tools


troubleshooting

This is an old revision of the document!


Troubleshooting And Debug

Having trouble

We can help install and configure pHKapa to your needs. Please contact about installation services.

Help also at:
Community Forum and Mailing List at Google Groups → pHKapa Google Group
Follow Development, Related tickets, and Bug Reports at → pHKapa GITHUB ,Got issues? Please tell us!
Support, Questions, Suggestions, New Developments, Help contact us by email.

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.

troubleshooting.1439047731.txt.gz · Last modified: 08/08/2015 16:28 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki