Not signed in (Sign In)

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

  1.  
    Today I noticed an error warning at the top of the index.php on my site.

    On Friday it wasn't there, I have not been on the site since or been in the background, but now it has this warning message.

    How do I remove this message?

    The address is: www.studentknights.co.uk/picgallery/index.php

    The warning messages are:

    Warning: set_time_limit() has been disabled for security reasons in /home/fhlinux207/s/studentknights.co.uk/user/htdocs/picgallery/plog-globals.php on line 13

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux207/s/studentknights.co.uk/user/htdocs/picgallery/plog-globals.php:13) in /home/fhlinux207/s/studentknights.co.uk/user/htdocs/picgallery/plog-load_config.php on line 26

    I look forward to any help I receive.

    Thanks in advance.
    •  
      CommentAuthormike
    • CommentTimeJan 16th 2006
     
    Just comment out or delete line 13 of plog-globals.php (the one that says set_time_limit..). It's not critical code, and by removing it you will also get rid of the headers already sent error.