after install qapps 2.0 page blank

23 views
Skip to first unread message

Davide Passoni

unread,
Nov 15, 2016, 11:24:35 AM11/15/16
to quicka...@googlegroups.com
Sorry, I don't understand why after installation don't work

from pack
https://github.com/quickapps/cms/releases/download/2.0.0-beta2/cms-2-0-0-beta2.zip
I unzip all under root
I set recursivment permission 777 folders config, tmp, etc but browsing page blank
http://m.alterecosas.it

Immagine incorporata 1

and inside config folder don't find core.php file to change debug variable to show error


help

Thanks,

DAvide

Davide Passoni

unread,
Nov 16, 2016, 11:14:37 AM11/16/16
to quicka...@googlegroups.com
somebody help me?
How I enable debugging?

Davide

Chris

unread,
Nov 16, 2016, 4:23:55 PM11/16/16
to QuickApps CMS
Hi there Davide and sorry for the late response,

First of all I would recommend you to install QACMS using composer instead of using any the tagged versions, the beta2 package is known to be a little bit buggy under certain environments.

The `core.php` file doesnt exists in CakePHP v3.0 projects (version of cake which QACMS uses), its equivalent is now `app.php`.
Anyway, QACMS projects use none of those (core.php nor app.php), it uses a simplified and more managable file called `ROOT/config/settings.php`, however this file is only created after QACMS installation completes. So, basically there is no way to enable debugging during installation.... ups! ... I'll fix this asap, in order to allow debugging in cases like this.

As a workaround, you can for the moment hack the core files of QACMS and force debug to be enabled:
Edit this file: ROOT/vendor/quickapps-plugins/cms/config/app.php and simply change `'debug' => false` for `'debug' => true`

***

I've prepared a fresh installation using composer and zipped for you. Just unzip, set permissions, run via browser and follow the instructions:


Hope this help,
best regards!

Davide Passoni

unread,
Nov 17, 2016, 5:50:50 AM11/17/16
to quicka...@googlegroups.com
Thanks Chris for answer.
I've just update the installation that you've prepared. I've setting permission and enable debug as you told me.

The browsing show two fatal error
Fatal error: Class 'Locale' not found in /share/MD0_DATA/Web/cms_mobile/vendor/cakephp/cakephp/src/I18n/I18n.php on line 245

Fatal error: Class 'Cake\Error\Debugger' not found in /share/MD0_DATA/Web/cms_mobile/vendor/cakephp/cakephp/src/Error/BaseErrorHandler.php on line 271


This is my phpinfo http://m.alterecosas.it/info.php
I think I need to install php intl extension but I've some problem to found way on my QNAP TS-239

Hi


--
You received this message because you are subscribed to the Google Groups "QuickApps CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quickapps-cms+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Christopher Castro

unread,
Nov 17, 2016, 8:11:20 AM11/17/16
to quicka...@googlegroups.com
I see you are using php 5.5.38, however QACMS requieres php >= 5.6 in order to properly work.

Moreover, cakephp requieres php >= 5.5.9, so there is no way you can safely run any cake based project in your server. ☹️

Regards

Sent from my iPhone
To unsubscribe from this group and stop receiving emails from it, send an email to quickapps-cm...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages