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!
Please look into the global Apache or Nginx error.log to see if you get an error when you access the ISPConfig login page.
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!