Bug #11365
Class GravatarViewHelper extents from wrong class BlogExample
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-09
Due date:
% Done:
0%
Estimated time:
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
Updated by Stefano Kowalke over 11 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.