php - Apache error log shows :-unable to load php_pspell.dll -
i m getting whitescreen on browsing public folder of zend application code.on checking apache error log file found following errorvlog:apache error log shows :-unable load php_pspell.dll.
use proper quoting try replace ‘
'
(single quote)
require_once ‘zend/loader/autoloader.php';
to
require_once 'zend/loader/autoloader.php';
Comments
Post a Comment