causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
5.15k stars 290 forks source link

[V2] Unable to finish installation (Completely fresh install) #958

Closed darkcloud784 closed 5 years ago

darkcloud784 commented 5 years ago
Organizr Version: V 2.x
Branch: Develop
WebSever: Nginx
Operating System: Ubuntu 16.04

Problem Description:

I go through the install wizard and get the verify page, after clicking finished it does nothing. I look in the nginx error log and see the error below.

Reproduction Steps:

Use the auto installer (https://github.com/elmerfdz/OrganizrInstaller) option 4 on a completely fresh ubuntu 16.04 install. Then attempt to finish the web installation via chrome.


Errors on screen? If so paste here:

2018/10/22 20:02:24 [error] 341#341: *1 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '?' in /var/www/organizer.homelab/html/api/vendor/dibi/dibi/src/Dibi/Connection.php on line 510" while reading response header from upstream, client: x.x.x.x, server: www.organizer.homelab, request: "POST /api/?v1/wizard_config HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "x.x.x.x", referrer: "http://x.x.x.x/"
causefx commented 5 years ago

I just downgraded the dibi class, can you repull from GH and try again?

darkcloud784 commented 5 years ago

I just downgraded the dibi class, can you repull from GH and try again?

This seemed to have worked. I have it installed, and it actually sent me to the login splash. Will continue testing from here.

causefx commented 5 years ago

Awesome! That really sucks that the update framework doesn't work :(

Thanks for your time in helping fix this!