Dangdang, a popular xspace supsite shopex program in China, provides an integrated portal system, where personal space blogs and Forum systems are integrated, and tool scripts such as online shop malls are used well. However, Zend optimizer is also required, and the latest version is also required, including the cracked version.
The Zend optimizer software has been installed in the space of hostmonster, ixwebhositng, bluehost, hostgator, and other cpanel instances. This is the default option for foreign hosts and supports genuine versions, therefore, problems with domestic software, such as discuz xspace supsite shopex, can be installed as usual. In a sub-directory, create a database/user and install it smoothly.
However, when xspace | supsite is half installed, the Zend optimizer version may encounter problems. How can this problem be solved? The prompt is:
Attention: Zend optimizer Not Installed
In order to run this software, please install the latest version of freely available Zend optimizer.
Install the probe check and check again and again. That's right. The system has this! And the version is full!
This program makes use of the Zend scripting language engine:
Zend engine v1.3.0, copyright (c) 1998-2004 Zend technologies with Zend Extension Manager v1.0.10, copyright (c) 2003-2006, by Zend technologies with Zend optimizer v3.0.2, copyright (c) 1998-2006, by Zend Technologies
Go to discuz! No, no, online search, no relevant answers. Open ticket to the hostmonster and say yes! It's your script.
Helpless, check the php. ini in the hostmonster virtual directory. After reading it carefully, there are also configurations, which are strange! Is the following configuration
Zend_optimizer.optimization_level = 15
Zend_extension_manager.optimizer =/usr/local/Zend/lib/Optimizer-2_6_2
Zend_extension_manager.optimizer_ts =/usr/local/Zend/lib/Optimizer_TS-2_6_2
Zend_optimizer.version = 2.6.2
Zend_extension =/usr/local/Zend/lib/zendextensionmanager. So
Zend_extension_ts =/usr/local/Zend/lib/zendextensionmanager_ts.so
It's crazy to see it here. Isn't it possible to install it? Is there a problem with xspace? I don't know how to do it?
Check the system's PHP. ini->/usr/local/Zend/etc/PHP. ini
I finally found the problem. Do you know? The original version is different !!! Phpinfo reported 3.02, but PHP. ini in the virtual directory was 2.62.
This is simple. Copy the following content from the system's PHP. ini directory to overwrite the content in your own virtual directory.
Users =/usr/local/Zend/lib/Optimizer-3.0.2 users =/usr/local/Zend/lib/Optimizer_TS-3.0.2 zend_optimizer.version = 3.0.2 zend_extension =/usr/local/Zend/lib/zendextensionmanager. so zend_extension_ts =/usr/local/Zend/lib/zendextensionmanager_ts.so
Install again !! Haha, pass it! It turns out that
If you use whm, you can directly upgrade automatic updates in the background. The default cpanel is set in the stable version.
The next putty SSH operation.
----------------------------------------------
A solution discovered by myself
-----------------------------------------------
1. Copy the php. ini file from the Windows 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.