Ultimate Host Posted October 13, 2021 Share Posted October 13, 2021 Hi! When trying again to setup an a boxbilling I'm having an "Internal Server Error". Everything have been installed but it's just don't work! (I use PHP 7.4). I can give more information if needed Quote Link to comment Share on other sites More sharing options...
Ultimate Host Posted October 13, 2021 Author Share Posted October 13, 2021 (edited) 1 hour ago, Chronos said: Enable PHP errors display and maybe that'll give you some insight into the issue. How to enable PHP Errors Display? (I'm sorry if looking really stupid now, becasue I haven't worked with php before) Fount it. Edited October 13, 2021 by Ultimate Host Quote Link to comment Share on other sites More sharing options...
MeTooIDK Posted October 14, 2021 Share Posted October 14, 2021 20 hours ago, Ultimate Host said: How to enable PHP Errors Display? (I'm sorry if looking really stupid now, becasue I haven't worked with php before) Fount it. its on the cPanel(alter php error) Quote Link to comment Share on other sites More sharing options...
Ultimate Host Posted October 17, 2021 Author Share Posted October 17, 2021 Quote Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Quote Link to comment Share on other sites More sharing options...
MS-DOS Posted October 18, 2021 Share Posted October 18, 2021 Hello, You have to put this : ini_set('display_errors' 1); Or : ini_set('display_errors' on); In the first line of the index.php or in the configuration file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.