Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
  1.  
    Having searched the forum there is nothing on this so here goes...

    I am getting the following error when entering my album for the first time. You can see for yourself at:

    http://www.indigo-cube.co.uk/photos

    But the error is:

    Notice: Undefined variable: rss_link in /home/fhlinux159/i/indigo-cube.co.uk/user/htdocs/photos/plog-functions.php on line 1698

    Any help appreciated with this.

    Cheers

    GJE
  2.  
    Whoops- should add that this is Plogger 3 Beta.

    GJE
    • CommentAuthorKasper
    • CommentTimeFeb 20th 2008 edited
     
    It's just notices, pinpointing sloppy code not real bugs, and is turned per default in php.ini. You can change it in php.ini or create a .htaccess file in your plogger folder containing:
    # Show errors, warning and parse, but not notices!
    php_value error_reporting 7


    Or change the error_reporting at the top of gallery.php from E_ALL to E_ALL ^ E_NOTICE

    Kasper