Quote Originally Posted by niestudio View Post
I have seen this, but only when the [includes/languages/english/extra_definitions/(template)/zen_lightbox.php] file is missing.

You said you already checked its existence, so the only other place might be:
[includes/classes/zen_lightbox/options.php]
can you copy and paste the line that is after
PHP Code:
if (ZEN_LIGHTBOX_COUNTER == 'true') { 
?

Thats where it reads the information from the previous file.

daniel
{
echo '"' . ZEN_LIGHTBOX_COUNTER_IMAGE . ' {x} ' . ZEN_LIGHTBOX_COUNTER_OF . ' {y}"';
}