-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
I just get a white screen. No installation screen comes up ... the error is in the apache log. |
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 Have you tried any of the packaged pre-release versions? You can find them here: |
I did not recursively change the permissions on the /tmp folder! (face palm) |
I see 😅, |
Yes thanks. Sorry for the slow reply. Thank you :) |
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
The text was updated successfully, but these errors were encountered: