Getting Started
Customers
Accounting
Sales
CRM
Support
Knowledgebase
Orders
Products & Services
Reports
Utilities
Appearance
Settings
Changelog
How to
Troubleshooting

Enabling Dev Mode

Enable Dev mode only when it's Test mode, you are testing or installed in localhost

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');