Page 1 of 1

Emergency: PHP XSLT not loaded

Posted: Sun Apr 22, 2007 1:45 pm
by thiscatis
Fatal error: Call to undefined function: xslt_create() in /home/user/webteam/www.ekonomika.be/ploegorion/index.php on line 143
Is it possible that the xslt extension isn't loaded on the server?
Is there a way to enable the extension through a htaccess or iniset?

Thanks mates!

Posted: Sun Apr 22, 2007 1:51 pm
by timvw

Posted: Sun Apr 22, 2007 3:27 pm
by thiscatis

Code: Select all

Warning: dl() [function.dl]: Unable to load dynamic library '/usr/lib/php4/20050606+lfs/php_xslt.dll' - /usr/lib/php4/20050606+lfs/php_xslt.dll: cannot open shared object file: No such file or directory in /home/user/webteam/www.ekonomika.be/ploegorion/index.php on line 2
anyone?

Posted: Sun Apr 22, 2007 3:49 pm
by ambivalent
Are you trying to load a Windows DLL on a *nix server?

Posted: Sun Apr 22, 2007 3:53 pm
by timvw
thiscatis wrote:

Code: Select all

Warning: dl() [function.dl]: Unable to load dynamic library '/usr/lib/php4/20050606+lfs/php_xslt.dll' - /usr/lib/php4/20050606+lfs/php_xslt.dll: cannot open shared object file: No such file or directory in /home/user/webteam/www.ekonomika.be/ploegorion/index.php on line 2
If the extension module exists, it's name would be 'php_xslt.so' instead of *.dll (assuming that ulyssis/ekonomika are still running *nix).. (and if i remember even better, the default policy used to be that the apt packages were not used, but everything was compiled from source.. So you might want to ask your sysadmin to load that extension)