Thank you acrylian for replying so quickly.
Apart of this message (dated 18.07 !!!), I don't find anything else.{
"2306:Thu, 18 Jul 2013 18:03:04 GMT} Zenphoto v1.4.6-DEV[5cffbe455efd7b3c2579eaaaf8e6fac91dd878c7]
NOTICE: Use of undefined constant _PAGES_ - assumed '_PAGES_' in /homez.65/patrician/www/albums/zp-core/rewrite.php(104) : eval()'d code on line 1
eval called from rewriteHandler (rewrite.php [104])
from require_once (rewrite.php [112])
from include (index.php [22])
from index.php [15]
{2306:Thu, 18 Jul 2013 18:03:04 GMT}
NOTICE: Use of undefined constant _PAGE_ - assumed '_PAGE_' in /homez.65/patrician/www/albums/zp-core/rewrite.php(104) : eval()'d code on line 1
eval called from rewriteHandler (rewrite.php [104])
from require_once (rewrite.php [112])
from include (index.php [22])
from index.php [15]
{2306:Thu, 18 Jul 2013 18:03:04 GMT}
NOTICE: Use of undefined constant _NEWS_ - assumed '_NEWS_' in /homez.65/patrician/www/albums/zp-core/rewrite.php(104) : eval()'d code on line 1
eval called from rewriteHandler (rewrite.php [104])
from require_once (rewrite.php [112])
from include (index.php [22])
from index.php [15]..."
My (self-made) navigation bar contains the following code:
`
[*]">
<?php switch (getOption('locale')) {
default:
case 'fr_FR':
echo 'Turquie';
break;
case 'de_DE':
echo 'Türkei';
break;
case 'en_US':
echo 'Turquie'
break;
} ?>
</li>
[*]);][i]<b>Français</b>[/i]
[*]);][i]<b>English</b>[/i]
[*]);][i]<b>Deutsch</b>[/i]
</ul>
`