phpsysinfo Plesk 8.0.1 Debian 3.1

0belix

Registered User
Hallo vielleicht kann mir jemand helfen ich habe schon viel gefunden zu dem Thema doch weitergebracht hat es mich nicht wirklich.

Dies sind die Fehlermeldungen die ich bekomme:
Code:
Notice: Undefined offset: 1 in /var/www/vhosts/xyz/httpdocs/includes/os/class.Linux.inc.php on line 106

Notice: Undefined variable: results in /var/www/vhosts/xyz/httpdocs/includes/os/class.Linux.inc.php on line 235

Notice: Undefined variable: results in /var/www/vhosts/xyz/httpdocs/includes/os/class.Linux.inc.php on line 256

Notice: Undefined offset: 1 in /var/www/vhosts/xyz/httpdocs/includes/os/class.parseProgs.inc.php on line 15

Notice: Undefined index: free in /var/www/vhosts/xyz/httpdocs/includes/xml/memory.php on line 34

Notice: Undefined index: used in /var/www/vhosts/xyz/httpdocs/includes/xml/memory.php on line 35

Notice: Undefined index: total in /var/www/vhosts/xyz/httpdocs/includes/xml/memory.php on line 36

Notice: Undefined index: percent in /var/www/vhosts/xyz/httpdocs/includes/xml/memory.php on line 37

Notice: Undefined variable: results in /var/www/vhosts/xyz/httpdocs/includes/os/class.parseProgs.inc.php on line 129

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xyz/httpdocs/includes/os/class.Linux.inc.php:106) in /var/www/vhosts/xyz/httpdocs/includes/system_header.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xyz/httpdocs/includes/os/class.Linux.inc.php:106) in /var/www/vhosts/xyz/httpdocs/includes/system_header.php on line 35

Warning: Division by zero in /var/www/vhosts/xyz/httpdocs/includes/xml/filesystems.php on line 125

common_functions.php  	337  	file_exists(/proc/loadavg)  	the file does not exist on your machine
common_functions.php 	337 	file_exists(/proc/sys/kernel/hostname) 	the file does not exist on your machine
common_functions.php 	337 	file_exists(/proc/version) 	the file does not exist on your machine
common_functions.php 	337 	file_exists(/proc/uptime) 	the file does not exist on your machine
common_functions.php 	157 	find_program(who) 	program not found on the machine
common_functions.php 	337 	file_exists(/proc/net/dev) 	the file does not exist on your machine
common_functions.php 	337 	file_exists(/proc/cpuinfo) 	the file does not exist on your machine
common_functions.php 	364 	is_dir(/proc/ide) 	directory does not exist on your machine
common_functions.php 	337 	file_exists(/proc/scsi/scsi) 	the file does not exist on your machine
common_functions.php 	337 	file_exists(/proc/bus/usb/devices) 	the file does not exist on your machine
common_functions.php 	337 	file_exists(/proc/meminfo) 	the file does not exist on your machine
common_functions.php 	157 	find_program(df) 	program not found on the machine
common_functions.php 	157 	find_program(df) 	program not found on the machine
common_functions.php 	157 	find_program(mount) 	program not found on the machine
Das mit dem phpSafemode"off" habe ich schon gemacht auch wenn ich openBasedir eintrage und den Webserverdienst neu starte bleiben diese Meldungen gleich.
was kann ich machen?!?!?!
Erschwerend kommt noch dazu das ich von Linux ned viel bis keine Ahnung hab.
Danke schon mal.
Grß Thomas
 
Last edited by a moderator:
Hallo!
Sieh dir bitte mal die .php Dateien direkt auf dem Server via Shellzugang an. Wahrscheinlich sind dort irgendwelche Sonderzeichen oder dergleichen zu sehen. Eventuell hast du die Dateien im falschen Format auf den Server geladen.

mfG
Thorsten
 
Thorsten said:
Hallo!
Sieh dir bitte mal die .php Dateien direkt auf dem Server via Shellzugang an. Wahrscheinlich sind dort irgendwelche Sonderzeichen oder dergleichen zu sehen. Eventuell hast du die Dateien im falschen Format auf den Server geladen.

mfG
Thorsten
habe die dateien direkt vom server gedownloadet und mit dem befehl tar -xvzf [dateiname] entpackt, anschliesend die congi.php.new umbenannt in config.php. an den dateien selbst habe ich nichts verändert.
trotzdem danke
 
Back
Top