Web Hosting Talk







View Full Version : On some servers phpSysInfo 1.9 does not work ?


matt_01
01-30-2002, 05:32 PM
Im still having problems with sysinfo (phpSysInfo 1.9 )

Normaly i just needed to upload all file to the web and it works,but im having some problems if i uplaod this on my server !

I have a Linux, Apache, Ensim serve.. I have tryed to insall sysinfo on two diffrent Ensim servers and it did not work..

There was no problem with insalling sysinfo on on of my old server, Linux, apache..


It does not show anydetails, just " N.A. "


http://www.artmotion.ch/NOC_INFO/

Can anybody help me with that ??
Normaly i dont have to chod the files, so i dont know what up with that ...

Thankx
Matt

mkaufman
01-30-2002, 06:48 PM
Do you have safe mode enabled in PHP? I think that does it...

matt_01
01-30-2002, 07:13 PM
can you please tell me step by step how to enable "safe mode enabled in PHP".. I have tryed that, but i did not know how :-)

Matt

mkaufman
01-30-2002, 07:22 PM
No,

Ensim probably automatically sets the "safe-mode" variable to "on" which is causing your problem.

It's an option in the php.ini file (do locate php.ini - it'll print out the location of it) open up the file, find something related to safemode..you'll probably see a "1", change it to "0" and restart apache

Ales
01-30-2002, 08:33 PM
mkaufman: :eek:

matt_01: Good that you didn't know how to do it... :D You do want to keep customers from looking at your system files?

Take a closer look at what php running in safe-mode does for the security of your server. I would never run php without safe mode on a server with web hosting customers.

I'm pretty sure phpSysInfo 1.8 worked with php safe mode on. Don't know about 1.9 but you should CHECK that first.

And don't do anything on your server unless you fully understand what you're doing...

Ales