Page 1 of 1
500 - View class not found
Posted: 18 Nov 2013, 15:18
by matau
I've got a 500 erro view class not found error in the components/com_phocaguestbook/views/guestbook/view.feed.php file, what can I do?
View class not found [class, file]: phocaguestbookViewguestbook, /mnt/webf/e2/02/51616802/htdocs/components/com_phocaguestbook/views/guestbook/view.feed.php
Re: 500 - View class not found
Posted: 20 Nov 2013, 01:25
by Jan
Hi, where do you get this error? After which action?
Re: 500 - View class not found
Posted: 20 Nov 2013, 15:06
by matau
I put the guestbook as een menu, when I go to the page first i see the guestbook but when I go to another page en return to the guestbook, then I get this error.
I'm using Joomla 3.2
Code: Select all
Call stack
# Function Location
1 JApplicationCms->execute() /mnt/webf/e2/02/51616802/htdocs/index.php:40
2 JApplicationSite->doExecute() /mnt/webf/e2/02/51616802/htdocs/libraries/cms/application/cms.php:264
3 JApplicationSite->dispatch() /mnt/webf/e2/02/51616802/htdocs/libraries/cms/application/site.php:208
4 JComponentHelper::renderComponent() /mnt/webf/e2/02/51616802/htdocs/libraries/cms/application/site.php:178
5 JComponentHelper::executeComponent() /mnt/webf/e2/02/51616802/htdocs/libraries/cms/component/helper.php:331
6 require_once() /mnt/webf/e2/02/51616802/htdocs/libraries/cms/component/helper.php:351
7 JControllerLegacy->execute() /mnt/webf/e2/02/51616802/htdocs/components/com_phocaguestbook/phocaguestbook.php:17
8 PhocaguestbookController->display() /mnt/webf/e2/02/51616802/htdocs/libraries/legacy/controller/legacy.php:722
9 JControllerLegacy->display() /mnt/webf/e2/02/51616802/htdocs/components/com_phocaguestbook/controller.php:42
10 JControllerLegacy->getView() /mnt/webf/e2/02/51616802/htdocs/libraries/legacy/controller/legacy.php:640
11 JControllerLegacy->createView() /mnt/webf/e2/02/51616802/htdocs/libraries/legacy/controller/legacy.php:855
Re: 500 - View class not found
Posted: 23 Nov 2013, 19:30
by Jan
Hi, the first problem is solved in 3.0.1, testing the second problem, see no problem in 3.2 :Idea:
Please wait for 3.0.1 and let me know if you still get the problems.
And try to set the cache (e.g. try to disable it for test)
Jan