quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

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

Closed mpeconsulting closed 9 years ago

mpeconsulting commented 9 years ago

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 commented 9 years ago

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

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

install screen

mpeconsulting commented 9 years ago

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

quickapps commented 9 years ago

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 commented 9 years ago

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

quickapps commented 9 years ago

I see :sweat_smile:, so does it work now?

mpeconsulting commented 9 years ago

Yes thanks. Sorry for the slow reply.

Thank you :)