Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helper class Menu\\View\\Helper\\MenuHelperHelper could not be found #115

Closed
mpeconsulting opened this issue Jul 22, 2015 · 6 comments
Closed

Comments

@mpeconsulting
Copy link

Hi,

When I installed using composer create-project -s dev quickapps/website quickapps

I get the following error:

[Tue Jul 21 14:47:49.365210 2015] [:error] [pid 16847] [client xx.xx.xx.xx:xxxxx] PHP Fatal error: [Cake\View\Exception\MissingHelperException] Helper class Menu\View\Helper\MenuHelperHelper could not be found.\n#0 /var/www/vhosts/mydomain.com/httpdocs/quickapps/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php(90): Cake\View\HelperRegistry->_throwMissingClassError('Menu\View\Helpe...', NULL)\n#1 /var/www/vhosts/mydomain.com/httpdocs/quickapps/vendor/cakephp/cakephp/src/View/View.php(960): Cake\Core\ObjectRegistry->load('Menu', Array)\n#2 /var/www/vhosts/mydomain.com/httpdocs/quickapps/vendor/cakephp/cakephp/src/View/View.php(863): Cake\View\View->loadHelper('Menu', Array)\n#3 /var/www/vhosts/mydomain.com/httpdocs/quickapps/vendor/cakephp/cakephp/src/View/View.php(323): Cake\View\View->loadHelpers()\n#4 /var/www/vhosts/mydomain.com/httpdocs/quickapps/vendor/quickapps/cms/plugins/CMS/src/View/View.php(82): Cake\View\View->__construct(Object(Cake\Network\Request), Object(Cake\Network\Response), Object(Cake\Event\EventManager), Array)\n#5 /var/www/vhosts/mydomain.com/httpd in /var/www/vhosts/mydomain.com/httpdocs/quickapps/vendor/cakephp/cakephp/src/Error/ErrorHandler.php on line 157

Cheers,

Michael

@quickapps
Copy link
Owner

When this occurs?, before or after the installation proccess?

Were you able to see at least the installation screen as below?

install screen

@mpeconsulting
Copy link
Author

I just get a white screen. No installation screen comes up ... the error is in the apache log.

@quickapps
Copy link
Owner

I was totally unable to reproduce the issue. Fresh installation using composer and seems to work just fine.

Does your server meets all requirements as described here?: http://api.quickappscms.org/book/getting-started/requirements.html

Double check writing permissions on /tmp directory (recursively), however I recommend you to chmod the entity project's directory.


Have you tried any of the packaged pre-release versions? You can find them here:
https://github.com/quickapps/cms/releases (latest here)
Just download unpack and run

@mpeconsulting
Copy link
Author

I did not recursively change the permissions on the /tmp folder! (face palm)

@quickapps
Copy link
Owner

I see 😅,
so does it work now?

@mpeconsulting
Copy link
Author

Yes thanks. Sorry for the slow reply.

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants