Hi,
ich habe auf meinem Linuxserver das PHP Script "PHPsysinfo" kopiert. Jedoch kommen immer folgende Fehlermeldungen:
File Line Command Message
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
Jedoch gibt es diese Dateien (jedoch alle 0Byte groß) auch ist safe_mode off. Ich weis nicht woran es liegt

habt ihr vielleicht Ideen?