Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkarbo13
    • CommentTimeSep 25th 2008 edited
     
    I installed version Beta 3, when I go to my gallery index page I see
    Warning: ini_set() has been disabled for security reasons in /home/my_site/public_html/gal1/plog-globals.php on line 2

    Then I go to admin and I see:
    Warning: ini_set() has been disabled for security reasons in /home/my_site/public_html/gal1/plog-globals.php on line 2

    Warning: Cannot modify header information - headers already sent by (output started at /home/my_site/public_html/gal1/plog-globals.php:2) in /home/my_site/public_html/gal1/admin/plog-admin.php on line 4

    Warning: Cannot modify header information - headers already sent by (output started at /home/my_site/public_html/gal1/plog-globals.php:2) in /home/my_site/public_html/gal1/admin/plog-admin.php on line 19


    What happen?, what is bad?

    I can't get my Admin Page.
    •  
      CommentAuthorkimparsell
    • CommentTimeSep 25th 2008 edited
     
    Hi karbo13 -

    Your webhost has disabled ini_set() on your server.

    Try opening plog-globals.php and find line 2:
    ini_set('include_path', ini_get('include_path'));
    Change it to this:
    @ini_set('include_path', ini_get('include_path'));
    Save the file and upload it to your server in the gal1 directory, making sure to overwrite the existing copy.

    Check your public gallery and your admin section and see if you can now access them without error.