• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved HTTP ERROR 500 and PHP Fatal error: Corrupted file in Unknown on line 0

urbanstudio

New Pleskian
After Upgrade from plesk Onyx to latest Plesk Obsidian yesterday the panel shows a blank page which is caused by a HTTP 500 error.

Tailing the Panel log shows following:

Code:
root@drgserver:~# tail -fn0 /var/log/plesk/panel.log
[02-Oct-2019 08:38:18 Europe/Berlin] PHP Fatal error:  Corrupted file in Unknown on line 0
[02-Oct-2019 08:38:18 Europe/Berlin] PHP Fatal error:  Corrupted file in Unknown on line 0
[02-Oct-2019 08:38:18 Europe/Berlin] PHP Fatal error:  Corrupted file in Unknown on line 0
[02-Oct-2019 08:38:20 Europe/Berlin] PHP Fatal error:  Corrupted file in Unknown on line 0

Trying to repair installation results in no error, but the PHP ERROR on accessing the panel is still theres
Code:
 plesk repair installation
Also complete repair was successful itself, but the ERROR from top of this message is still there.
Code:
 plesk repair all

Any suggestions?
 
Do you have any error messages in the output of commands like

# /usr/local/psa/admin/bin/php -m
# /usr/local/psa/admin/bin/php -v

?
 
no, this commands do not result in error:

Code:
root@drgserver:~# /usr/local/psa/admin/bin/php -m
[PHP Modules]
aps_php
Core
ctype
curl
date
dom
fileinfo
filter
ftp
gd
gettext
hash
iconv
imap
intl
json
libxml
lock_manager
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
posix
psamisc
Reflection
session
SimpleXML
soap
sockets
SPL
sqlite3
standard
swkey
sysvshm
tokenizer
uuid
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache
Code:
root@drgserver:~# /usr/local/psa/admin/bin/php -v
PHP 7.3.5 (cli) (built: Jul 19 2019 15:13:35) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.5, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.5, Copyright (c) 1999-2018, by Zend Technologies
 
Have you tried to restart sw-engine and sw-cp-server services? Any errors?
 
Have you checked

/var/log/sw-cp-server/error_log
/var/log/sw-cp-server/sw-engine.log

?
 
Content of /var/log/sw-cp-server/error_log
Code:
2019/09/30 01:56:34 [error] 7165#0: *7601 open() "/opt/psa/admin/htdocs/sitemap.xml" failed (2: No such file or directory), client: 71.6.199.23, server: , request: "GET /sitemap.xml HTTP/1.1", host: "151.252.57.$
2019/09/30 01:56:36 [error] 7165#0: *7602 open() "/opt/psa/admin/htdocs/.well-known/security.txt" failed (2: No such file or directory), client: 71.6.199.23, server: , request: "GET /.well-known/security.txt HTT$
2019/10/01 17:30:58 [notice] 17003#0: signal process started
2019/10/02 08:33:35 [notice] 16690#0: signal process started
Content of /var/log/sw-cp-server/sw-engine.log
Code:
[02-Oct-2019 11:02:54] NOTICE: Terminating ...
[02-Oct-2019 11:02:54] NOTICE: exiting, bye-bye!
[02-Oct-2019 11:02:55] NOTICE: fpm is running, pid 385
[02-Oct-2019 11:02:55] NOTICE: ready to handle connections
[02-Oct-2019 11:02:55] NOTICE: systemd monitor interval set to 10000ms
 
Ok, wait!
We found out, that one HDD on the server seems to be corrupted. We now replacing the HDD with a new one and will do a repair afterwards.

I get back if done so.
 
Thanks for your help!

The Issue was caused by a corrupted HDD in the Server.
After replacing the HDD and running the repair again all worked fine!

Sorry for the inconvinience...
 
Back
Top