Closed Thread
Results 1 to 3 of 3

Thread: PHP Security Settings
      
   

  1. #1
    Corne is offline Private First Class
    Join Date
    Jan 2006
    Location
    Bettys Bay, South Africa
    Posts
    8

    Default PHP Security Settings

    Hi

    Did any PHP security settings change on the server?
    My 2 installations that use PHP (Mambo and Gallery) are both suddenly giving the same error mesages.
    For example, my gallery site at www.the-schuttes.org/gallery reports as follows:
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/gallery/init.inc on line 34
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/gallery/init.inc on line 35
    Warning: set_time_limit() has been disabled for security reasons in /home/ntncvkls/public_html/gallery/modules/core/classes/Gallery.class on line 630

    And my Mambo site (disco3.the-schuttes.org) reports as follows:
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/disco3/index.php on line 116
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/disco3/index.php on line 117
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/disco3/index.php on line 118
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/disco3/includes/phpgettext/phpgettext.class.php on line 70
    Warning: ini_set() has been disabled for security reasons in /home/ntncvkls/public_html/disco3/includes/phpgettext/phpgettext.class.php on line 82
    Warning: Cannot modify header information - headers already sent by (output started at /home/ntncvkls/public_html/disco3/index.php:116) in /home/ntncvkls/public_html/disco3/includes/core.classes.php on line 2719
    etc...

    Does anyone know what is wrong? It all worked fine end of last week when I last checked...

    Regards

    Corne
    www.the-schuttes.org

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: PHP Security Settings

    most likely its because they made a chnage to the php.ini file. You should submit a support ticket and see if they will enable it again on your server

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    Corne is offline Private First Class
    Join Date
    Jan 2006
    Location
    Bettys Bay, South Africa
    Posts
    8

    Default Re: PHP Security Settings

    Thanks. I logged support ticket, and it is now resolved.
    Corne

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49