"Voytek Eymont" <[EMAIL PROTECTED]> writes: > [Tue Jan 24 20:05:17 2006] [error] PHP Fatal error: Call to undefined > function: > xslt_create() in /home/www/engine/xml/xml.class.php on line 76 > [Tue Jan 24 20:05:20 2006] [error] PHP Fatal error: Call to undefined > function: > xslt_create() in /home/www/engine/xml/xml.class.php on line 76
Error messages are usually good for google. Try googling "[error] PHP Fatal error: Call to undefined function: xslt_create()" Check that you have "extension=php_xsl.dll" in php.ini and that phpinfo() says "XSL enabled", otherwise I have no idea. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
