Xibo install on Debian 9 / PHP7

Hello,
I’m trying to install xibo 1.8.2 on Debian 9 with PHP7 for hours.
All I got is an error 500. Activating errors show’s me:

Fatal error: require(): Failed opening required ‘/var/www/html/xibo/vendor/autoload.php’ (include_path=’.:/usr/share/php’) in /var/www/html/xibo/web/install/index.php on line 31

Neither file nor path exists.
Any help appreciated.

Regards
Gerd

The PHP7 was supported since 1.8.5, I believe that might be your problem, since you’re trying to install 1.8.2 (I’d suggest installing 1.8.10) - https://xibo.org.uk/manual/en/manual_install.html

Hi Peter,
thx for your time. I’ve tried 1.8.10, 1.8.9, 1.8.6
Web-Server is apache2.4. phpinfo works so basic install seems to be ok. mod_rewrite is enabled.
Screen stays blank. Tried different DOCROOT /, /xibo, /xibo/web. owner/group is set to www-data.
Do I need to enable further apache modules?
At least I would expect ot seen install1 page.

Regards

If it is blank page, then perhaps apply this patch - https://github.com/xibosignage/xibo/issues/1578 (for 1.8.10)

DocumentRoot should include /web as explained here https://xibo.org.uk/manual/en/install_environment.html

I’m afraid I don’t have much experience with Debian to tell you if it could be something specific to this system causing problems - I suppose it might be permission related though.

With display errors on I get:

Warning: require(/var/www/html/xibo/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/xibo/web/install/index.php on line 31

Fatal error: require(): Failed opening required ‘/var/www/html/xibo/vendor/autoload.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/html/xibo/web/install/index.php on line 31

Dosn’t give this any hints whats going wrong?

Regards