PHP VirtualBox -- No SOAP
Posted: Tue Dec 28, 2010 9:51 am
I followed the guide Here: http://wiki.amahi.org/index.php/PhpVirtualBox to install PHPVirtualBox, however, when i navigate to to http://phpvb, I get an error: PHP does not have the SOAP extension enabled. Below is the "Details" from the error. Near fresh install of Amahi, with only one other open issue with MediaWiki that is unrelated.
I don't really know where to begin... I'm very new to the Fedora world, and relatively new to the Linux world. I've run several flavors of linux within VM's (Windows and Mac Hosts) over the past several years, but I am trying to make the jump to Linux as my primary OS, but have several minor windows applications that I cannot live/work without yet (hence the need for a Windows guest VM).
Any help would be greatly appreciated.
I don't really know where to begin... I'm very new to the Fedora world, and relatively new to the Linux world. I've run several flavors of linux within VM's (Windows and Mac Hosts) over the past several years, but I am trying to make the jump to Linux as my primary OS, but have several minor windows applications that I cannot live/work without yet (hence the need for a Windows guest VM).
Any help would be greatly appreciated.
Code: Select all
Exception Object
(
[message:protected] => PHP does not have the SOAP extension enabled.
[string:Exception:private] =>
[code:protected] => 32
[file:protected] => /var/hda/web-apps/phpvb/html/lib/vboxconnector.php
[line:protected] => 180
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/hda/web-apps/phpvb/html/lib/ajax.php
[line] => 93
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => getHostDetails
[1] => Array
(
[0] => Array
(
[fn] => getHostDetails
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
)
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
)
)
[1] => Array
(
[file] => /var/hda/web-apps/phpvb/html/lib/ajax.php
[line] => 93
[function] => getHostDetails
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[fn] => getHostDetails
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
)
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)