Today i've installed script clip-share, but i've got a problem: Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 2 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 63 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 64 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 65 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 68 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 69 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 70 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 71 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 72 Warning: ini_set() has been disabled for security reasons in /home/huannh/public_html/clip/include/config.php on line 73 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/huannh/public_html/clip/include/config.php:2) in /home/huannh/public_html/clip/include/config.php on line 75 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/huannh/public_html/clip/include/config.php:2) in /home/huannh/public_html/clip/include/config.php on line 75 Code (markup): Anyone can tell me how to fix it? Thanks http://www.bupdi.com/clip/
From the error, it seems that the PHP function ini_set() has been disabled on the server. Generally hosting providers disable this function for security reasons.
It looks like the script is using a function that your host has by default, set off for security purposes. You may want to ask your host if they can make any changes that will allow for you to still use the script. Additionally, if you happen to own the server, I'd gladly be able to do it for you.