Jump to content

Recommended Posts

  • Administrators
Posted

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

Posted
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

  • Administrators
Posted
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! 

  • Administrators
Posted
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.

  • 2 months later...
Posted

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?

  • Moderators
Posted (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 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/

Edited by ProSkyDesign
  • Like 1
  • Administrators
Posted
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. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...