php safe mode on or disable_functions screwing up fantastico

bsasninja

Well-Known Member
Sep 2, 2004
527
0
166
If I enable php safe mode on, or disabling php functions with disable_functions at php.ini screw ups fantastico.

For example If I try to remove a software, I got the error shell_exec has been disabled for security reasons..

Is there a way to prevent this?
 

ujr

Well-Known Member
Mar 19, 2004
290
0
166
Well actually shell_exec commands can be controlled by your php.ini...

Look for "disable_functions", and you can take shell_exec out if you want, however, note that it's really not a bad idea to not allow users to access that command for security reasons.

As far as this "screwing" up fantastico, this may be something else. I'd recommend reinstalling it.
 

bsasninja

Well-Known Member
Sep 2, 2004
527
0
166
Fantastico runs fine in installing software, but when you remove things with safe mode on or disable_functions avaible, some errors appears.

I would like to know if there could be a different php.ini that apply just for fantastico apps. Cause is taking the php.ini configuration for the whole server.

thanks.
 

moogle

Well-Known Member
Apr 7, 2003
94
0
156
Have you tried the Fantastico support forums?
They'll probably have a lot more information on Fantastico related issues like this.