Joomla 3.1.5
when I click at the guestbook on the RSS Icon I get this error Message
Code: Select all
View-Klasse nicht gefunden [Klasse, Datei]: phocaguestbookViewguestbook, /httpdocs/components/com_phocaguestbook/views/guestbook/view.feed.php
Call stack
# Function Location
1 JSite->dispatch() /httpdocs/index.php:52
2 JComponentHelper::renderComponent() /httpdocs/includes/application.php:220
3 JComponentHelper::executeComponent() /httpdocs/libraries/legacy/component/helper.php:335
4 require_once() /httpdocs/libraries/legacy/component/helper.php:355
5 JControllerLegacy->execute() /httpdocs/components/com_phocaguestbook/phocaguestbook.php:17
6 PhocaguestbookController->display() /httpdocs/libraries/legacy/controller/legacy.php:722
7 JControllerLegacy->display() /httpdocs/components/com_phocaguestbook/controller.php:42
8 JControllerLegacy->getView() /httpdocs/libraries/legacy/controller/legacy.php:640
9 JControllerLegacy->createView() /httpdocs/libraries/legacy/controller/legacy.php:855Code: Select all
changed:
class PhocaguestbookViewPhocaguestbook extends JViewLegacy
to:
class PhocaguestbookViewguestbook extends JViewLegacyBrujo

