PDA

View Full Version : Error cron-image.php


EWorld
10-20-2007, 08:13 PM
Hi,
can someone tell me how to fix it? I have in the footer right before HOME a missing picture (red x) and if i check it it has something to do with cron-image.php.

how can get rid of the red x?

Sascha

shketuljko
10-22-2007, 11:42 AM
Try to fix this problem with these instructions:

Go to:
VIVVO_ROOT/templates/xhtml/box/footer.tpl

and try to find line 23 and replace this code:
<img src="{VIVVO_URL}cron-image.php" />

with this code:
<img src="{VIVVO_URL}cron-image.php" style="display:none;" />