ini_set() php error when installing amember

Status
Not open for further replies.

joelb

Registered Member
Joined
Sep 16, 2008
Messages
74
Reaction score
9
After installing 2 different versions of Amember (1 from BHW, and another from elsewhere) I continually have problems after the installation of the software

Warning: ini_set() has been disabled for security reasons in /home/livefre6/public_html/mywebsite/amember/config.inc.php on line 23

Warning: ini_set() has been disabled for security reasons in /home/livefre6/public_html/mywebsite/amember/config.inc.php on line 24

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/livefre6/public_html/mywebsite/amember/config.inc.php:23) in /home/livefre6/public_html/mywebsite/amember/common.inc.php on line 1783


I included a ini.php file with

"enable_functions = ini_set "

inside of it. I have a 256 ssl, and my webhost customer service doesnt know what to do.

I know there is a simple solution to this problem, I just dont know what.

Will pay if neccessary,

Thanks
 
In php.ini find line disable_functions
And remove ini_set from list.
Or ask your hoster to do this
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top