Articles on: Getting Started

Enabling Dev Mode

CloudOnex has built in debugging tools. If you face any problem in the application, or if it shows blank page, you can enable debug mode to learn more exactly what the reason is this error.

Enable Dev mode only if you face any problem or asked by our staff.

To enabled debug mode, Open file system/config.php

You will find a line-

define('APP_STAGE', 'Live'); # Change Live to Dev to enable Debug


Change it to-

define('APP_STAGE', 'Dev'); # Change Live to Dev to enable Debug


Now check the page again, you should see a detailed error on the screen.


Disable the Dev mode immediately after testing

Updated on: 06/12/2017

Was this article helpful?

Share your feedback

Cancel

Thank you!