phpVMS 7 Alpha 2

Hi everyone!

The 2nd alpha version is available for people to test and play with:

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

11 hours ago, Nabeel said:

Hi everyone!

The 2nd alpha version is available for people to test and play with:

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

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! 

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

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.

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  17

Fatal 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?

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  17

Fatal 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/

1 Like

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  17

Fatal 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.