John Schmidt wrote: > ---------------------------------------------------------------------------------------------------------------------------------------------------- > Warning: domdocument::domdocument() expects parameter 2 to be long, string > given in > C:\xampp\php\PEAR\agavi\config\util\dom\AgaviXmlConfigDomDocument.class.php > on line 55 > > Fatal error: Call to undefined method > AgaviXmlConfigDomDocument::registerNodeClass() in > C:\xampp\php\PEAR\agavi\config\util\dom\AgaviXmlConfigDomDocument.class.php > on line 58 > ---------------------------------------------------------------------------------------------------------------------------------------------------- > Hi John, and welcome to Agavi-land!
For the first problem: Do you have php_domxml.dll in your extensions? According to the user comments in the manual you'd get that error message if you do. It's an old deprecated library, you can uncomment it from php.ini (and restart your web server). Second problem: Do you have PHP 5.2.0 or higher? DomDocument::registerNodeClass() is only available in PHP 5.2.0+. On the other hand, I think Agavi checks your PHP version, so this might be related to problem number one too (I actually think this is more likely). Hope this helps, Markus _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
