ThumbsUp

ThumbsUp is a flexible PHP voting script. It allows visitors to vote for anything you want on your website. An admin area and six different templates are included.

Error [ 0 ]: Call to a member function template() on bool

APPPATH/views/home.php [ 6 ]

 1 <div class="col grid_6">
 2 	<h1 class="no-margin-top">ThumbsUp</h1>
 3 </div>
 4 <div class="col grid_10">
 5 	<p class="no-margin-bottom"><strong>ThumbsUp is a flexible PHP voting script. It allows visitors to vote for anything you want on your website. An admin area and six different <a href="<?php echo URL::site('help#list-of-all-templates') ?>">templates</a> are included.</strong></p>
 6 	<?php echo ThumbsUp::item('Did you buy ThumbsUp?')->template('buttons')->format('{UP} out of {TOTAL} visitors bought ThumbsUp.')->options('question=Did you?') ?>
 7 </div>
 8 
 9 <div class="col grid_12">
10 	<h2>Highlighted features</h2>
11 	<div class="row">
  1. SYSPATH/classes/kohana/view.php [ 61 ] » include()

  2. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture()

  3. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  4. APPPATH/views/template.php [ 40 ] » Kohana_View->__toString()

  5. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  6. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture()

  7. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  8. APPPATH/bootstrap.php [ 138 ] » Kohana_View->__toString()

  9. MODPATH/var/www/geertdedeckere.be/public_html/shop/thumbsup/index.php [ 103 ] » require(arguments)

Environment