ini_set function [message #29027] |
Fri, 25 November 2005 14:53 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
I want to install FUDforum, but I get the error message:
Warning: ini_set() has been disabled for security reasons in /srv/www/httpd/pytalhost/xxxx/html/install.php on line 24
Warning: ini_set() has been disabled for security reasons in /srv/www/httpd/pytalhost/xxxx/html/install.php on line 47
I know that the following functions are also disabled:
dl, exec, ini_alter, ini_get_all, ini_restore, ini_set, passthru, system
Is there any way to install the forum with having those functions disabled?
[Updated on: Fri, 25 November 2005 18:52] Report message to a moderator
|
|
|
Re: ini_set function [message #29037 is a reply to message #29027] |
Sun, 27 November 2005 16:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
From this list the forum only uses ini_set(), so if it is disabled you can modify the installer to not use it.
FUDforum Core Developer
|
|
|
|
Re: ini_set function [message #29044 is a reply to message #29042] |
Sun, 27 November 2005 16:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Almost, you look @ the phpinfo page to see the settings for various options and based on those setting hardcode values normally fetched by ini_get.
FUDforum Core Developer
|
|
|