zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

No longer installable on Ubuntu 16.04 or Debian 9.5 #27

Closed djneoh closed 5 years ago

djneoh commented 5 years ago

Seems like PHP7.0 is no longer able to satisfy the installer dependencies as 7.1 or newer is required.

Installing dependencies with Composer Do not run Composer as root/super user! See https://getcomposer.org/root for details Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages.

Problem 1

Creating database file Creating your environment file PHP Warning: require_once(/root/lancache-autofill/vendor/autoload.php): failed to open stream: No such file or directory in /root/lancache-autofill/lancache-autofill on line 9 PHP Fatal error: require_once(): Failed opening required '/root/lancache-autofill/vendor/autoload.php' (include_path='.:/usr/share/php') in /root/lancache-autofill/lancache-autofill on line 9 PHP Warning: require_once(/root/lancache-autofill/vendor/autoload.php): failed to open stream: No such file or directory in /root/lancache-autofill/lancache-autofill on line 9 PHP Fatal error: require_once(): Failed opening required '/root/lancache-autofill/vendor/autoload.php' (include_path='.:/usr/share/php') in /root/lancache-autofill/lancache-autofill on line 9 PHP Warning: require_once(/root/lancache-autofill/vendor/autoload.php): failed to open stream: No such file or directory in /root/lancache-autofill/lancache-autofill on line 9 PHP Fatal error: require_once(): Failed opening required '/root/lancache-autofill/vendor/autoload.php' (include_path='.:/usr/share/php') in /root/lancache-autofill/lancache-autofill on line 9

djneoh commented 5 years ago

Added info: On Ubuntu 18.04 or 18.10 with PHP7.2 the following error occurs on install: laravel/framework suggests installing symfony/psr-http-message-bridge (Required to psr7 bridging features (~1.0).) Generating autoload files Creating database file Creating your environment file In Container.php line 752: Class translator does not exist In Container.php line 752: Class translator does not exist In Container.php line 752: Class translator does not exist

djneoh commented 5 years ago

Update: it produces the error when i directly git clone the master branch. if i check out an older commit (c30cffd), install and the update to the latest commit it works. so it seems somehow the dependencies do not work out for the latest commit

ilumos commented 5 years ago

Thanks for sending all this in - should now be fixed. There was a class that was not being loaded - I've added it in now.