Page 1 of 1

Unable to install on Debian 11

Posted: Fri Sep 23, 2022 6:03 am
by itobin
Hi,

when visiting the install URL we are getting this


Warning: require_once(/home/tim/www/system/storage/vendor/guzzlehttp/guzzle/src/functions_include.php): Failed to open stream: No such file or directory in /home/tim/www/system/vendor.php on line 15

Fatal error: Uncaught Error: Failed opening required '/home/tim/www/system/storage/vendor/guzzlehttp/guzzle/src/functions_include.php' (include_path='.:/usr/share/php') in /home/tim/www/system/vendor.php:15 Stack trace: #0 /hometim/www/system/framework.php(8): require_once() #1 /home/tim/www/install/index.php(42): require_once('...') #2 {main} thrown in /home/tim/www/system/vendor.php on line 15

any ideas what the issue is? looks like an extention is missing but not sure.

thanks in advance.

Re: Unable to install on Debian 11

Posted: Fri Sep 23, 2022 4:41 pm
by JNeuhoff
The error message is clear enough. Have you checked whether the file '/home/tim/www/system/storage/vendor/guzzlehttp/guzzle/src/functions_include.php' actually exists?

Re: Unable to install on Debian 11

Posted: Fri Sep 23, 2022 5:20 pm
by itobin
resolved - for some reason files were missing during the upload, re uploaded and now working.

thanks for the reply.