網頁

2010年12月17日 星期五

phpSysInfo troubleshooting on CentOS 5.5

The phpSysInfo is a PHP script that display the hardware or system information as Uptime,CPU, Memory,SCSI,IDE,PCI,Ehernet,Floppy and so on. You can download from this URL http://phpsysinfo.sourceforge.net/ next to extract it to /var/www/html/.

When you do it,please rename config.php.new to config.php by command as "#cp config.php.new config.php". In general,it will show up the related information if you search internet articles by Google. But the result is wrong for me! I get a error message as follows:
phpSysInfo requires the mbstring extension to php in order to work properly.


How to resolve this problem? I use the following command to install php-mbstring module.


But I get a problem again. The phpSysInfo default page always is loading and show "please wait".

Finally, I find out the some php-xml module miss. So I use yum to install these files.

After done the above steps,phpSysInfo function is normal and show some information.

By the way,someone in internet said that php configuration need to be modified if page always show "loading" words. But it is not key point for me about resolving this problem. The value of red box is suggested from Internet article. Maybe you can try to change the default value if suffer "Loading..." this problem.
Since 2010 Design by Davidwa
©Copyright Davidwa Inc. All rights reserved.