Because of a website function, yesterday upgraded the server PHP to 5.3.27, with the Wdlinux Lanmp, after the installation of Apache or PHP-V will be error:
Cannot load Zend Extension manager-it is built with configuration 1.2.0,
Moreover, all *.tpl.php are not normal, such as the index.tpl.php page has the following script:
Page open All is 404, after viewing the source code, found that the address is http://xx.xx.xx/xx/xx/ , the PHP script does not seem to run
After Baidu and Google, reinstalled the Zendguardloader, and commented out the old Zend:
; zend_extension_manager.optimizer=/www/wdlinux/zend/lib/optimizer-3.3.3;zend_extension_manager.optimizer_ts=/ www/wdlinux/zend/lib/optimizer_ts-3.3.3;zend_optimizer.version=3.3.3;zend_extension=/www/wdlinux/zend/lib/ Zendextensionmanager.so;zend_extension_ts=/www/wdlinux/zend/lib/zendextensionmanager_ts.sozend_extension =/www/ wdlinux/zend/lib/zendguardloader.sozend_loader.enable = 1
Restart Apache, or invalid, how to help
Reply to discussion (solution)
Ini
Short_open_tag = On
To php5.4.21.
No matter how Short_open_tag settings are supported
Ini
Short_open_tag = On
To php5.4.21.
No matter how Short_open_tag settings are supported
Thank you very much, fix it, knot it to you