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

Phoca Guestbook - creating guestbooks in Joomla! CMS
Brujo
Phoca Member
Phoca Member
Posts: 49
Joined: 26 Apr 2009, 13:17

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

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49138
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

Hi, thank you for the info, I will take a look at it.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49138
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

Hi, set in 3.0.1

Jan
If you find Phoca extensions useful, please support the project
Post Reply