The solution to garbled characters when opening shopex php files: first open the php.ini file; then find "zend_optimizer.enable_loader=0"; then change its value to 1; and finally restart the apache service.
The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer
Solution to garbled characters when installing shopex
Recently, I used XAMPP to install shopex. After installing XAMPP and ZendOptimizer-3.3.3, garbled characters appeared when I installed shopex. I collected various information from the Internet but could not solve it. Finally, I adjusted the configuration file and solved it. .
Open php.ini and find zend_optimizer.enable_loader = 0 under [Zend]. Change 0 to 1 and save. Restart the apache service to solve the problem.
[Recommended learning: PHP video tutorial]
The above is the detailed content of How to solve the problem of garbled characters when opening shopex php files. For more information, please follow other related articles on the PHP Chinese website!