PDA

View Full Version : Notice: Undefined index: photodetails.php on line 520


Julien
12th of July 2004 (Mon), 08:44
Hi, first i'd like to give my congratulations to Pekka for such a great piece of software.

I use EE 1.5 RC4 with french translated files. When i clic on a photo and then i get on a photo page, i've got that line in the photo details below the photo :

Notice: Undefined index: currently_browsing in /home/julien/web/www/gallery/photodetails.php on line 520

Maybe someone know how to get rid of that notice. It's just for an esthetic purpose cause i doesn't prevent EE to go well.

Pekka
13th of July 2004 (Tue), 21:09
Some translations are not "in sync". Please add line

$translated["currently_browsing"] = "currently browsing";

in /languages/fra/photo.php to get rid of the error.

Julien
18th of July 2004 (Sun), 04:44
Yes much better now, thanks!