How to fix this problem

Discussion in 'Site & Server Administration' started by nhoctl, Jul 26, 2008.

  1. #1
    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/
     
    nhoctl, Jul 26, 2008 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    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.
     
    kailash, Jul 26, 2008 IP
  3. Yousif

    Yousif Banned

    Messages:
    233
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    Yousif, Jul 26, 2008 IP