XSCE / xsce

xsce code base
Other
32 stars 32 forks source link

Elgg fails : no settings.example.php #805

Closed m-anish closed 7 years ago

m-anish commented 8 years ago
TASK: [elgg | Substitute our parameters in engine/settings.example.php] ******* 
fatal: [127.0.0.1] => input file not found at /opt/elgg/engine/settings.example.php or /opt/elgg/engine/settings.example.php

FATAL: all hosts have already failed -- aborting
georgejhunt commented 8 years ago

I discovered that elgg 2.1 requires php 5.5. When I tried to install php.5.5, Centos was not happy, and the console stuff didnt work.

I have tested a fix which uses 10.10.12. which is at https://github.com/georgejhunt/xsce/tree/elgg

git pull ghunt elgg after you have added my repo

On Tue, Oct 4, 2016 at 2:45 AM, Anish Mangal notifications@github.com wrote:

TASK: [elgg | Substitute our parameters in engine/settings.example.php] *** fatal: [127.0.0.1] => input file not found at /opt/elgg/engine/settings.example.php or /opt/elgg/engine/settings.example.php

FATAL: all hosts have already failed -- aborting

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XSCE/xsce/issues/805, or mute the thread https://github.com/notifications/unsubscribe-auth/AB04HJL_YnA6IzO-IzPCgG-9yS9D1K11ks5qwfX-gaJpZM4KNWEU .

m-anish commented 8 years ago

PR#806 seems to fix this.

m-anish commented 8 years ago

Please close the issue once the PR is merged.

jvonau commented 7 years ago

merged PR#806 closing