PDA

View Full Version : Getting PHP Extensions to WOrk



jayuhfree
10-24-2008, 02:40 PM
I'm trying to use the XML/Serializer extension in my script. It's correctly installed according to cPanel. I'm using the extension path as given by cPanel - /home2/socialme/php/ and I see the file there. Anyways it fails:

Warning: require_once(XML/Util.php) [function.require-once]: failed to open stream: No such file or directory in /home2/socialme/php/XML/Serializer.php on line 58

Fatal error: require_once() [function.require]: Failed opening required 'XML/Util.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/socialme/php/XML/Serializer.php on line 58

I've searched the forums for how to express a require_once for an extension and found nothing... so thanks!