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
500 - View class not found
- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 500 - View class not found
Hi, where do you get this error? After which action?
If you find Phoca extensions useful, please support the project
-
matau
- Phoca Newbie

- Posts: 2
- Joined: 18 Nov 2013, 15:14
Re: 500 - View class not found
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
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- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 500 - View class not found
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
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
If you find Phoca extensions useful, please support the project