Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
    • CommentAuthorsergio
    • CommentTimeFeb 8th 2006
     
    Hello guys,
    Does anyone know what i must do to eliminate this 2 lines of my main page?

    Notice: Undefined index: level in e:wwwblogsphotobloggallery.php on line 37

    Notice: Undefined variable: rss_link in e:wwwblogsphotobloggallery.php on line 630

    Thanks!
    • CommentAuthorddejong
    • CommentTimeFeb 8th 2006
     
    <?php error_reporting(E_ERROR); ?>

    http://ca3.php.net/manual/en/function.error-reporting.php

    Cheers,
    Derek