Hello,
my Xibo installation is running on XAMP 7.3 (Windows Server) and I want to upgrade to version 2.0.0.
When I run command “php vendor/bin/phinx migrate” I get this error:
PHP Warning: require(C:\xampp\htdocs\xibo\vendor\bin/…/app/phinx.php): failed
to open stream: No such file or directory in C:\xampp\htdocs\xibo\vendor\bin\phi
nx on line 27
Warning: require(C:\xampp\htdocs\xibo\vendor\bin/…/app/phinx.php): failed to op
en stream: No such file or directory in C:\xampp\htdocs\xibo\vendor\bin\phinx on
line 27
PHP Fatal error: require(): Failed opening required ‘C:\xampp\htdocs\xibo\vendo
r\bin/…/app/phinx.php’ (include_path=‘C:\xampp\php\PEAR’) in C:\xampp\htdocs\xi
bo\vendor\bin\phinx on line 27
Fatal error: require(): Failed opening required ‘C:\xampp\htdocs\xibo\vendor\bin
/…/app/phinx.php’ (include_path=‘C:\xampp\php\PEAR’) in C:\xampp\htdocs\xibo\ve
ndor\bin\phinx on line 27
I run this command in xibo root directory, please see attached image.
If I run this command in xibo\web\install folder, I get this error:
Note also that you should not have the whole CMS source tree inside your htdocs folder. Hopefully you’ve set your webserver web root to be just the web folder inside the Xibo code.
We’ve not tested with PHP 7.3 yet so you may encounter issues in that regard too.