Ajax PHP Error XSL

rezaardi

Verified User
Joined
Jul 11, 2015
Messages
6
hi me send request ajax on server get error xls

HTML:
PHP Core Warning 'yii\base\ErrorException' with message 'PHP Startup: Unable to load dynamic library '/usr/local/php70/lib/php/extensions/no-debug-non-zts-20151012/php_xsl.dll' - /usr/local/php70/lib/php/extensions/no-debug-non-zts-20151012/php_xsl.dll: cannot open shared object file: No such file or directory' 

in Unknown:0

Stack trace:
#0 [internal function]: yii\base\ErrorHandler->handleFatalError()
#1 {main}

Please help thanks
 
Hello,

you should remove or comment line with php_xsl.dll in your php.ini.
DLL libraries and extensions are for Windows based servers only.
 
PHP from Custombuild (Directadmin) is built with xsl support by default. If you don't use Directadmin search in Internet how to install it.
 
Back
Top