The Application, which runs in cPanel is now refusing to run in DirectAdmin
-
The Application, which runs in cPanel is now refusing to run in DirectAdmin, but reporting Error 500.
What could be the cause and how can it be resolved?
-
Hi @knakwue ,
Please enable Development Mode and share a clear screenshot of the exact error message, as this will help us identify the issue more accurately.
Steps to Enable Development Mode-
Navigate to your QloApps installation directory and open the config folder.
Path: /config/defines.inc.php -
Open the file defines.inc.php and locate the following line:
Reference Screenshot:
https://webkul.chatwhizz.com/share/screenshot/67bf1eb55aa3df07163d5a94if (!defined('PS_MODE_DEV')) {
define('PS_MODE_DEV', false);
} -
Change the value from false to true, as shown below:
Reference Screenshot:
https://webkul.chatwhizz.com/share/screenshot/67bf1ef95aa3df07163d5aa1if (!defined('PS_MODE_DEV')) {
define('PS_MODE_DEV', true);
} -
Save the file and refresh the page.
Once done, please share a screenshot of the displayed error message.
-