You are not logged in.
hi All
i try to install phpvirtualbox as "http://code.google.com/p/phpvirtualbox/ … PHPInstall"
i install
#pacman -S apache php-apache
and start httpd & vboxwebsrv
but i get 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://code.google.com/p/phpvirtualbox/issues/list
Please help
Offline
How about following the advice in the 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://code.google.com/p/phpvirtualbox/issues/list
ᶘ ᵒᴥᵒᶅ
Offline
i think the problim is no libapache2-mod-php5 packeg in arch
Offline
how i check that libapache2-mod-php5 registerd in apatche?
PLZ help
Offline
Arch Linux is not ubuntu, we don't have libapache2-mod-php5. Our equivalent is php-apache wich you have already installed.
now, as for the set-up of you webserver, have you looked at this page:
http://wiki.archlinux.org/index.php/LAMP
and specifically, this section:
http://wiki.archlinux.org/index.php/LAMP#PHP
further question: how did you install phpvirtualbox?
are you aware of this article?
http://code.google.com/p/phpvirtualbox/ … stallation
Last edited by stefanwilkens (2010-09-09 13:39:32)
Arch i686 on Phenom X4 | GTX760
Offline
yes i do it
Offline
issue worked out with the developer:
http://code.google.com/p/phpvirtualbox/ … tail?id=63
in /etc/php/php.ini, please remove the ; in front of:
;extension=json.so
;extension=soap.so
and then restart apache:
sudo /etc/rc.d/httpd restart
I have tested this, it worked for me
Last edited by stefanwilkens (2010-09-13 19:20:23)
Arch i686 on Phenom X4 | GTX760
Offline