Bug #11365

Class GravatarViewHelper extents from wrong class BlogExample

Added by Stefano Kowalke over 4 years ago. Updated almost 4 years ago.

Status:Closed Start date:2010-12-09
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

I copied the blog example from the cheatsheet folder into a regular application folder and call example.com/blog/post and got this error

Fatal error: Class 'F3\Fluid\Core\ViewHelper\TagBasedViewHelper' not found

Change

class GravatarViewHelper extends \F3\Fluid\Core\ViewHelper\TagBasedViewHelper  {
into
class GravatarViewHelper extends \F3\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper {

should help

History

#1 Updated by Stefano Kowalke over 4 years ago

I just realized, that I used an outdated version of the blog example which I downloaded as mentioned in the Getting Started tutorial. So this issue can be closed.

#2 Updated by Robert Lemke almost 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF