QloApps Forums
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    The Application, which runs in cPanel is now refusing to run in DirectAdmin

    Technical Help
    2
    2
    52
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      knakwue last edited by

      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?

      A 1 Reply Last reply Reply Quote 0
      • A
        Aradhana Singh Global Moderator @knakwue last edited by

        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

        1. Navigate to your QloApps installation directory and open the config folder.
          📁 Path: /config/defines.inc.php

        2. Open the file defines.inc.php and locate the following line:
          🔗 Reference Screenshot:
          https://webkul.chatwhizz.com/share/screenshot/67bf1eb55aa3df07163d5a94

          if (!defined('PS_MODE_DEV')) {
          define('PS_MODE_DEV', false);
          }

        3. Change the value from false to true, as shown below:
          🔗 Reference Screenshot:
          https://webkul.chatwhizz.com/share/screenshot/67bf1ef95aa3df07163d5aa1

          if (!defined('PS_MODE_DEV')) {
          define('PS_MODE_DEV', true);
          }

        4. Save the file and refresh the page.

        Once done, please share a screenshot of the displayed error message.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post