Page 1 of 1

Installing Zuluru3 on NethServer (CentOS) Server

Posted: Tue Aug 06, 2019 7:02 am
by UncleDan
I am trying to install Zuluru 3.1.1 on a webserver running a CentOS 7 Web server.
I updated PHP to 5.6 and pointed a virtualhost to Zuluru/webroot, but I get
Forbidden
You don't have permission to access /installer/install on this server.
the folder /installer/install does not exist and if I create a fake index.php I can reach it.
Any hint on what may be wrong.
I had no errors in the composer install
https://pastebin.com/raw/BdLHy7Dn

Any hint?

PS: I am not an experienced coder, I only set up sites in WordPress or Joomla or phpBB3 before, be patient with me please

Re: Installing Zuluru3 on NethServer (CentOS) Server

Posted: Tue Aug 06, 2019 10:22 am
by GregS
There's not supposed to be any

Code: Select all

/installer/install
folder, the paths are all handled by the dispatcher figuring out which plugin (if any), controller and action to call. You do have a

Code: Select all

/vendor/cakephp-app-installer/installer
folder? Seems like you should, from the install log. I do note that it suggests installing the intl PHP library, which is required for any CakePHP application, so maybe that's the problem? That requirement is usually flagged explicitly, but that's my best guess at the moment.

Re: Installing Zuluru3 on NethServer (CentOS) Server

Posted: Tue Aug 06, 2019 12:39 pm
by UncleDan
It seems that dependencies are already installed: https://pastebin.com/raw/q9edT6Gq

And I do have the folder: https://pastebin.com/raw/m2m84meu

I tried even to deploy on Ubuntu with the docker method but I got stuck also there with no response from the server.

I think I miss something very basic, but I can not understand what :cry: