dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

phpVirtualBox: Php Error

Open SergioRius opened this issue 9 years ago • 1 comments

Getting this error: `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 to config.php in 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 at http://sourceforge.net/p/phpvirtualbox/discussion/help/`

And my run command is: docker run --name phpvirtualbox --restart=unless-stopped -p 7000:80 -e VB1_PORT_18083_TCP=192.168.1.200:18083 -e VB1_NAME=MyServerName -e VB1_USER=vbox -e VB1_PW="myPassword" -e CONF_browserRestrictFolders="/media/virtservices/docker-data/virtualbox/iso" -d vimagick/phpvirtualbox

Looking at config.php seems that it's plain default.

SergioRius avatar Dec 13 '16 18:12 SergioRius

Please take a look at the original project: https://github.com/jazzdd86/phpVirtualbox I'll pull updates from it.

vimagick avatar Dec 14 '16 01:12 vimagick