Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I'm getting this error when I am trying to integrate plogger into my template. I did the instructions. Help?

    Fatal error: Call to undefined function: the_gallery_head() in /export/home/web/www/renovations/gallery.php on line 6
    • CommentAuthorddejong
    • CommentTimeFeb 10th 2006
     
    gallery.php (and consequently, plogger_functions.php) is not being properly included; if it were, the function would be defined. Therefore, check that your include_once() statement points in the right direction. Change it to require_once() for PHP to tell you what's wrong.

    Cheers,
    Derek