The website is set up using ecshop. When the mailbox information is configured in the background, the system prompts "fsockopen is not enabled on the server". After reading the relevant documents and integrating with the php environment lnmp, some php functions are restricted by lnmp. The solution is to remove the function name from the list of forbidden functions. Procedure: Edit usrlocalphpetc
The website is set up using ecshop. When the mailbox information is configured in the background, the system prompts "fsockopen is not enabled on the server". After reading the relevant documents and integrating with the php environment lnmp, some php functions are restricted by lnmp. The solution is to remove the function name from the list of forbidden functions. Procedure: Edit/usr/local/php/etc/
The website is set up using ecshop. When the mailbox information is configured in the background, the system prompts "fsockopen is not enabled on the server". After reading the relevant documents and integrating with the php environment lnmp, some php functions are restricted by lnmp. The solution is to remove the function name from the list of forbidden functions.
Procedure:
Edit/usr/local/php/etc/php. ini and find disable_functions. Remove fsockopen and run:/etc/init. d/php-fpm restart.
After restart, you can directly use fsockopen. For other functions, refer to this method. First, check whether the configuration file has been disabled.
Original article address: lnmp enables the fsockopen () function. Thank you for sharing it with the original author.