PDA

View Full Version : Installation Problems with Cerb4


Pabl0_Diabl0
10-17-2007, 12:12 AM
I'm receiving the following error when trying to install cerb4. I'm using the zip file instead of svn (although I'm going to try svn in the meantime to see if that makes a diff). I've uploaded the server check file and it says i'm compatible. When I goto http://myserver/cerb4/ the following error is returned.

ERROR: ClassLoader could not find 'ArrayObject':

Fatal error: Class 'ArrayObject' not found in /usr/web/cerb4/libs/devblocks/libs/ZendFramework/Zend/Registry.php on line 30


/usr/web/ is my root web directory for apache. My setup is:

PHP 5.2.4
Zend Engine v2.2.0
Apache 2.2.6
Freebsd 6.2

Any ideas??

Pabl0_Diabl0
10-17-2007, 04:56 AM
svn version doesnt seem to like me either...

jstanden
10-17-2007, 10:14 PM
Hey there,

It looks like you don't have the SPL extension enabled in PHP. It should be enabled by default in PHP5:
http://us2.php.net/manual/en/ref.spl.php

I'll make sure the installer looks for this as well.

Pabl0_Diabl0
10-18-2007, 12:52 AM
Uninstalling and Reinstalling PHP did the trick. Thanks!

jstanden
10-25-2007, 02:41 AM
Uninstalling and Reinstalling PHP did the trick. Thanks!

Glad to hear it! (even though that's a pain :))