Page 1 of 1

[solved] 500 - View-Klasse nicht gefunden (click rss icon)

Posted: 25 Oct 2013, 10:47
by Brujo
Guestbook Version 3.0.0
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:855
the problem is in line 9 of components/com_phocaguestbook/views/guestbook/view.feed.php

Code: Select all

changed:
class PhocaguestbookViewPhocaguestbook extends JViewLegacy

to:
class PhocaguestbookViewguestbook extends JViewLegacy
and now it works like a charm

Brujo

Re: [solved] 500 - View-Klasse nicht gefunden (click rss ico

Posted: 29 Oct 2013, 17:51
by Jan
Hi, thank you for the info, I will take a look at it.

Jan

Re: [solved] 500 - View-Klasse nicht gefunden (click rss ico

Posted: 23 Nov 2013, 19:13
by Jan
Hi, set in 3.0.1

Jan