Zend optimizer software required to run the software has not been correctly installed on your server. Please contact the Space Provider-
-- Prompt for this problem.
Attention: Zend optimizer Not Installed
In order to run this software, please install the latest version of freely
Available Zend optimizer.
The Zend optimizer software required to run the software has not been correctly installed on your server. Please contact the Space Provider
The problem is as above. To install discuz, I found the problem during lamp Configuration:
PHP, Apache, and MySQL have been installed, and Zend optimizer has been successfully installed (on the surface )...
. Depressed for a long time... A lot of web pages have not been solved. Finally, I found the status displayed in phpinfo. php.
Point clue. Configuration file (PHP. INI) path/usr/local/PhP5/lib/PHP. ini
This article indicates the path of PHP. ini. I have read it. I don't have it here, even though
In/usr/local/Zend/etc;/usr/local/PhP5 /;
/Etc/. Later, I will use PHP under/usr/local/Zend/etc. copy INI to the/usr/local/PhP5/lib/directory (the version may be different, so use PHP under Zend. INI file ),
Solve the problem...
In addition:
1. Copy the php. ini file from the Linux system directory to your PHP installation root directory.
2. Select Your PHP root directory if you specify the INI file when installing Zend optimizer.
3. After the installation is complete, Zend optimizer will be OK.
Recently, some projects have to build PHP + MySQL, and XAMPP has been selected for convenience.
Xampp1.6.0a includes:
Apache 2.2.4, MySQL 5.0.33, PHP 5.2.1 + 4.4.5 + pear + switch, OpenSSL
0.9.8d, phpMyAdmin 2.9.2, XAMPP Control Panel 2.4, Webalizer 2.01-10, Mercury
Mail Transport System für Win32 und Netware systems v4.01a, filezilla FTP
Server 0.9.22, SQLite 2.8.15, ADODB 4.93a, Zend optimizer 3.2.2
When installing X-space 3.0/supesite 5.5, the system prompts "Attention: Zend optimizer not
Installed"
Re-download Zend optimizer3.2.2 for installation, or prompt that Zend Is Not Installed
Then we found the solution.
Find in PHP. ini
Zend_optimizer.encoder_loader = 0
Change 0 to 1
Restart Web
Also, when Zend is installed, the php. ini file is in XAMPP/Apache/bin, and the root file is the web address you want to optimize.
Directory
[Zend]
Zend_extension_ts = "/XAMPP/PHP/zendoptimizer/lib/zendextensionmanager. dll"
Zend_extension_manager.optimizer_ts = "/XAMPP/PHP/zendoptimizer/lib/optimizer"
Zend_optimizer.enable_loader = 1
Zend_optimizer.optimization_level = 15
; Zend_optimizer.license_path =
; Local variables:
; Tab-width: 4
; End: