View Full Version : Getting Error when adding code after Start Post Loop


charliejabaley
05-14-2007, 04:20 PM
Hello, my site is giving me an error... I put the vbridge call after the start post loop like this:
<?php if (have_posts()) :?>

<?php while (have_posts()) : the_post();?>

<?php
### Vbridge Call
$vbridge = Comment_Handler($post->ID);
###
?>

And it gives me an error like this

Warning: comment_handler(/includes/class_bbcode.php) [function.comment-handler]: failed to open stream: No such file or directory in /home/syg/public_html/kick-fiend/wp-content/plugins/vbbridge.php on line 320

Fatal error: comment_handler() [function.require]: Failed opening required '/includes/class_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/syg/public_html/kick-fiend/wp-content/plugins/vbbridge.php on line 320


What exactly am i doing wrong?

Jafo
05-15-2007, 03:59 PM
I think your path is incorrect.