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 it to-

define('APP_STAGE', 'Dev');

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

Disable the Dev mode after testing

Can’t find the answers you’re looking for?

We’re here to help. Chat with us.