Need help!
Message - 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.
Ubuntu server 16.04 + php7
I'm having the same issue, with the same version of ubuntu server & php7. I've tried reverting to a previous version of virtualbox, no change. I confirmed 127.0.0.1:18083 loads the standard XML error, but can't get any information from phpvirtualbox as to where the hangup is. Confirmed my config.php page is blank, so PHP appears to be working...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Basically the following:
1) Go to /etc/php/7.0/fpm and edit php.ini, uncomment to following line:extension=php_xmlrpc.dll
2) sudo apt-get install php7.0-xml
3) sudo service php7.0-fpm restart
4) sudo service apache2 restart
Last edit: No You 2017-05-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello to all,
I just install a VirtualBox and I have a similar message during its startup:
"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)....."
VirtualBox_x64_5.0.40-115130-1
Synology DS216 ll - DSM 6.1.3-15152 Update 3
PC under WINDOWS 7 pro 64
Internet Connection by ADSL Freebox V6 and switch D-Link 1005of
can you help me to make it work?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Need help!
Message - 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.
Ubuntu server 16.04 + php7
Last edit: itnrvo 2017-04-07
I'm having the same issue, with the same version of ubuntu server & php7. I've tried reverting to a previous version of virtualbox, no change. I confirmed 127.0.0.1:18083 loads the standard XML error, but can't get any information from phpvirtualbox as to where the hangup is. Confirmed my config.php page is blank, so PHP appears to be working...
FYI - I fixed this by reviewing my /var/log/apache2/error.log. I was getting the error:
Call to undefined function simplexml_load_striong() ...
I followed these steps to resolve it:
http://stackoverflow.com/questions/31206186/call-to-undefined-function-simplexml-load-string-in-cron-file
Basically the following:
1) Go to /etc/php/7.0/fpm and edit php.ini, uncomment to following line:extension=php_xmlrpc.dll
2) sudo apt-get install php7.0-xml
3) sudo service php7.0-fpm restart
4) sudo service apache2 restart
Last edit: No You 2017-05-20
Hello to all,
I just install a VirtualBox and I have a similar message during its startup:
"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)....."
VirtualBox_x64_5.0.40-115130-1
Synology DS216 ll - DSM 6.1.3-15152 Update 3
PC under WINDOWS 7 pro 64
Internet Connection by ADSL Freebox V6 and switch D-Link 1005of
can you help me to make it work?
Thanks in advance.