phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 234 forks source link

3.1.1 not working for me #10

Closed microchip8 closed 11 years ago

microchip8 commented 11 years ago

Hi

After downloading and renaming phpsysinfo.ini.new to phpsysinfo.ini without any other modifications, phpsysinfo says it can't find phpsysinfo.ini and does not work...

Solution?

rk4an commented 11 years ago

Hi, can you check the permission on this new file?

microchip8 commented 11 years ago

Hi,

Permissions look OK to me, phpsysinfo.ini is rw-r-r or chmod 644

microchip8 commented 11 years ago

Ok, so I re-downloadad and now it's working. However, I don't see any SMART info even though the SMART stuff is enabled

rk4an commented 11 years ago

ok, can you see error message on /var/log/apache2/error.log ?

rk4an commented 11 years ago

for SMART you maybe need to do: 1) chmod +s /usr/sbin/smartctl 2) add PATH "/usr/sbin/" to the phpsysinfo.ini file

microchip8 commented 11 years ago

Hi,

I don't use Apache as web server. I use NGINX and there are no errors in log file...

I configured the ini file but still the SMART and PSStatus stuff are missing

rk4an commented 11 years ago

Ok, for SMART see my previous message and also check the config file of SMART plugin in plugins directory

microchip8 commented 11 years ago

OK,

Now after fiddling a bit, I got everything working... Thanks for the support. You can close the topic now