Hell im running Ubuntu 14.04 had installed virtualbox 5.0.4 and
phpvirtualbox 5.0.3 it was all running fine, then i installed some updates
with apt-get upgrade
And now it dont want to work.
It tried to reinstall all no luck
Using default .config
An unknown PHP error occurred. This is most likely a syntax error in
config.php in phpVirtualBox's folder. The most common errors are an
unclosed quote or a missing semicolon in a configuration item that has
been entered (e.g. location, username, or password).
Depending on your PHP configuration, navigating directly toconfig.phpin
your web browser may display the PHP error message.
If find that this is not the case, or have no idea what this error
message means, please raise the issue
athttp://sourceforge.net/p/phpvirtualbox/discussion/help/
Hi Thomas
Had the same problem.
Seems there need to be to more extensions loaded.
in /etc/php5/apache2/php.ini
I've added
extension=json.so
extension=soap.so
The error disapeared. Unfortunately the site just stops with the loading circle....
edit: The problem was a caching problem of firefox. An js-error was the reason. In another browser it works great. After deleting the firefox cache it worked there as well.
Last edit: Ueli Leutwyler 2016-02-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hell im running Ubuntu 14.04 had installed virtualbox 5.0.4 and
phpvirtualbox 5.0.3 it was all running fine, then i installed some updates
with apt-get upgrade
And now it dont want to work.
It tried to reinstall all no luck
Using default .config
An unknown PHP error occurred. This is most likely a syntax error in
config.php in phpVirtualBox's folder. The most common errors are an
unclosed quote or a missing semicolon in a configuration item that has
been entered (e.g. location, username, or password).
Depending on your PHP configuration, navigating directly toconfig.phpin
your web browser may display the PHP error message.
If find that this is not the case, or have no idea what this error
message means, please raise the issue
athttp://sourceforge.net/p/phpvirtualbox/discussion/help/
Used this guide
http://www.unixmen.com/install-oracle-virtualbox-and-manage-it-using-phpvirt
ualbox-on-ubuntu-15-04-headless-server/
Any have idea how to fix this ?
Thanks in advance
I am using the Free version of SPAMfighter http://www.spamfighter.com/len
.
SPAMfighter has removed 100 of my spam emails to date.
Do you have a slow PC? http://www.spamfighter.com/SLOW-PCfighter?cid=sigen
Try a free scan!
Hi Thomas
Had the same problem.
Seems there need to be to more extensions loaded.
in /etc/php5/apache2/php.ini
I've added
extension=json.so
extension=soap.so
The error disapeared. Unfortunately the site just stops with the loading circle....
edit: The problem was a caching problem of firefox. An js-error was the reason. In another browser it works great. After deleting the firefox cache it worked there as well.
Last edit: Ueli Leutwyler 2016-02-01
have the same problem, php enabled, json...soap enabled.
gentoo, apache 2.4.x, php 7.x, phpvirtualbox 5.0.3
any issue?