Administrators Nabeel Posted February 23, 2018 Administrators Report Share Posted February 23, 2018 Hi everyone! The 2nd alpha version is available for people to test and play with: Download: https://github.com/nabeelio/phpvms/releases/tag/v7.0.0-alpha2 Docs: http://docs.phpvms.net The biggest changes are that PHP 7.1 is required now. There are tons of bug fixes and extra features, which are documented in the changelog, and some things to make things easier, based on feedback. Bugs, etc, should posted in the issue tracker on Github. The next release will be a beta version, with finances working, and hopefully finalized all features for a major release. No, I don't have a timeline *NOTE* ATM, there are no ACARS compatible. The API won't be changing much, so see the docs if you're wanting to develop your own ACARS application, or to update yours to add compatibility: http://docs.phpvms.net/developers/acars Quote Link to comment Share on other sites More sharing options...
spkier Posted February 24, 2018 Report Share Posted February 24, 2018 11 hours ago, Nabeel said: Hi everyone! The 2nd alpha version is available for people to test and play with: Download: https://github.com/nabeelio/phpvms/releases/tag/v7.0.0-alpha2 Docs: http://docs.phpvms.net The biggest changes are that PHP 7.1 is required now. There are tons of bug fixes and extra features, which are documented in the changelog, and some things to make things easier, based on feedback. Bugs, etc, should posted in the issue tracker on Github. The next release will be a beta version, with finances working, and hopefully finalized all features for a major release. No, I don't have a timeline *NOTE* ATM, there are no ACARS compatible. The API won't be changing much, so see the docs if you're wanting to develop your own ACARS application, or to update yours to add compatibility: http://docs.phpvms.net/developers/acars Sounds too good to be true works fine here installations are good everything seems to run fine on my dedicated server and my private vps running ubuntu both good job! can't wait for beta release it's scheduled tomorrow right? just kidding take you're time Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 24, 2018 Author Administrators Report Share Posted February 24, 2018 5 hours ago, spkier said: Sounds too good to be true works fine here installations are good everything seems to run fine on my dedicated server and my private vps running ubuntu both good job! can't wait for beta release it's scheduled tomorrow right? just kidding take you're time Awesome! Quote Link to comment Share on other sites More sharing options...
spkier Posted February 24, 2018 Report Share Posted February 24, 2018 3 hours ago, Nabeel said: Awesome! btw if i install phpvms 7 alpha2 can i update to beta later or do i have to reinstall as i don't know how to update phpvms7 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 24, 2018 Author Administrators Report Share Posted February 24, 2018 4 hours ago, spkier said: btw if i install phpvms 7 alpha2 can i update to beta later or do i have to reinstall as i don't know how to update phpvms7 At this point it'll require a reinstall. But from the beta on, I'm hoping that just uploading the files and then going to the update URL will suffice. Quote Link to comment Share on other sites More sharing options...
Adel Posted May 5, 2018 Report Share Posted May 5, 2018 Warning: require(C:\xampp\htdocs\sdi\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\sdi\bootstrap\autoload.php on line 17Fatal error: require(): Failed opening required 'C:\xampp\htdocs\sdi\bootstrap/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\sdi\bootstrap\autoload.php on line 17 What I'm doing wrong? Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted May 5, 2018 Moderators Report Share Posted May 5, 2018 (edited) 5 hours ago, Adel said: Warning: require(C:\xampp\htdocs\sdi\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\sdi\bootstrap\autoload.php on line 17Fatal error: require(): Failed opening required 'C:\xampp\htdocs\sdi\bootstrap/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\sdi\bootstrap\autoload.php on line 17 What I'm doing wrong? Do you have composer installed? open your console and write cd C:/xampp/htdocs/sdi then run composer install This command will install all package dependencies that phpvms need to run, if still doesn't work, run composer dump-autoload PS: You can download composer here https://getcomposer.org/download/ Edited May 5, 2018 by ProSkyDesign 1 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 7, 2018 Author Administrators Report Share Posted May 7, 2018 On 5/5/2018 at 11:35 AM, Adel said: Warning: require(C:\xampp\htdocs\sdi\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\sdi\bootstrap\autoload.php on line 17Fatal error: require(): Failed opening required 'C:\xampp\htdocs\sdi\bootstrap/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\sdi\bootstrap\autoload.php on line 17 What I'm doing wrong? I'm not sure how composer handles Windows, esp with pathing, etc. It's not being designed to run on Windows hosts. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.