Undefined Index Error

I just loaded Zenphoto and after uploading pictures my first pictures I get the error messages :

Notice: Undefined index: album in D:\WebDocs\zenphoto\zen\functions.php on line 130
Notice: Undefined index: image in D:\WebDocs\zenphoto\zen\functions.php on line 130
Warning: Cannot modify header information - headers already sent by (output started at D:\WebDocs\zenphoto\zen\functions.php:130) in D:\WebDocs\zenphoto\index.php on line 9
Notice: Undefined offset: 7 in D:\WebDocs\zenphoto\zen\functions.php on line 194
Notice: Undefined offset: 6 in D:\WebDocs\zenphoto\zen\functions.php on line 194
Notice: Undefined offset: 5 in D:\WebDocs\zenphoto\zen\functions.php on line 194
Notice: Undefined offset: 4 in D:\WebDocs\zenphoto\zen\functions.php on line 194
Notice: Undefined offset: 3 in D:\WebDocs\zenphoto\zen\functions.php on line 194
Notice: Undefined offset: 2 in D:\WebDocs\zenphoto\zen\functions.php on line 194
Notice: Undefined offset: 1 in D:\WebDocs\zenphoto\zen\functions.php on line 194

Please Help,
John M.

Comments

  • trisweb Administrator
    Those are PHP E_NOTICE errors, which is an error level most people have turned off... I will fix these for the next release, but until then, you should either edit your php.ini configuration, or contact your host and ask them to remove E_NOTICE from the PHP error reporting.
  • Thanks - that worked!
  • trisweb Administrator
    No problem! Zenphoto should still never throw E_NOTICE errors, so I will be fixing that as I said.
  • I am still getting this error.

    [client 65.55.208.36] PHP Notice: Undefined offset: 3 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.36] PHP Notice: Undefined offset: 2 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.36] PHP Notice: Undefined offset: 1 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 7 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 6 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 5 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 4 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 3 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 2 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    [client 65.55.208.25] PHP Notice: Undefined offset: 1 in /usr/home/flashrovers/public_html/photos/zen/functions.php on line 194

    I am running 1.8.2
Sign In or Register to comment.