Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permanently disable version mismatch error #115

Closed
der-eismann opened this issue Mar 26, 2018 · 2 comments
Closed

Permanently disable version mismatch error #115

der-eismann opened this issue Mar 26, 2018 · 2 comments

Comments

@der-eismann
Copy link
Contributor

Hey everyone,
thanks for your great work and continuing the project!
However we have a minor inconvenience at work because we use openSUSE 42.3 on our servers and are stuck with VirtualBox 5.1.32, so everytime we use it we get an error:

This version of phpVirtualBox (5.2-0) is incompatible with VirtualBox 5.1.32_SUSE. You probably need to download the latest phpVirtualBox 5.1-x.

Since there is no phpvirtualbox 5.1 there is no fix in sight.
For now I changed a line from

if(vers[0]+'.'+vers[1] != vStr) {

to

if(vers[0]+'.'+vers[1] == vStr) {

But maybe in the future you can include a checkbox that's setting a cookie warning-acknowledged: 1 or something like that.

@h6w
Copy link
Collaborator

h6w commented Mar 26, 2018

I had thought this, too. I think it needs to be per user, also.

I'm wondering if we should do something like browsers do and stick a big red bar at the top as well/instead.

@marcelojannotti
Copy link

marcelojannotti commented May 3, 2018

resolved on #124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants