[SOLVED] Blank login page

Discussion in 'ISPConfig 3 Priority Support' started by azuritetechs, May 6, 2024.

Tags:
  1. azuritetechs

    azuritetechs Member

    Hello,
    Recently I detected a problem with the web panel login of ISPConfig. It do not load the website, the website is blank. The source code of the website only have this:
    <html>
    <head></head>
    <body></body>
    <style type="text/css" id="custom-css-injector">.img-thumbnail-sm {
    width: 100px;
    height: 100px;
    }</style>
    </html>

    I do not know if the cause was a recently update of some packages of Ubuntu or the cause is another thing.

    I am using Ubuntu 18.04, ISPConfig 3.2.6. and Apache. Please let me know how and what additional information I can share with you.

    I really appreciate your help.
    Thank you!
     
    Last edited: May 7, 2024
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please look into the global Apache or Nginx error.log to see if you get an error when you access the ISPConfig login page.
     
  3. azuritetechs

    azuritetechs Member

    Hello till,
    Thank you for your help. Based on the error.log of Apache I saw that the problem was the defautl PHP version. I changed the version to 7.3 and now works.

    Thank you!
     
    till likes this.

Share This Page