You are not logged in.

#1 2010-09-08 08:37:27

abauomy
Member
Registered: 2009-06-14
Posts: 22

phpvirtualbox not work

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

#2 2010-09-08 09:50:12

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: phpvirtualbox not work

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

#3 2010-09-09 01:51:11

abauomy
Member
Registered: 2009-06-14
Posts: 22

Re: phpvirtualbox not work

i think the problim is no libapache2-mod-php5 packeg in arch

Offline

#4 2010-09-09 08:57:12

abauomy
Member
Registered: 2009-06-14
Posts: 22

Re: phpvirtualbox not work

how i check that libapache2-mod-php5 registerd in apatche?

PLZ help

Offline

#5 2010-09-09 09:17:51

stefanwilkens
Member
From: Enschede, the Netherlands
Registered: 2008-12-10
Posts: 624

Re: phpvirtualbox not work

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

#6 2010-09-09 09:46:49

abauomy
Member
Registered: 2009-06-14
Posts: 22

Re: phpvirtualbox not work

yes i do it

Offline

#7 2010-09-13 19:18:07

stefanwilkens
Member
From: Enschede, the Netherlands
Registered: 2008-12-10
Posts: 624

Re: phpvirtualbox not work

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 smile

Last edited by stefanwilkens (2010-09-13 19:20:23)


Arch i686 on Phenom X4 | GTX760

Offline

Board footer

Powered by FluxBB