The reason why the pagoda panel php cannot be used is usually a php problem.
Solution:
Method 1:
1. Error message when opening php
2 . Modify the configuration file from display_errors = Off to display_errors = On
3. After modification, restart php
##Method 2:
1. Continue searching in the PHP configuration
2. Modify the PHP configuration file and adjust the error elevation level to the lowest to display all errors
3. Change error_reporting= E_ALL & ~E_NOTICE to error_reporting= E_ALL
4. Then restart php
The above is the detailed content of Pagoda panel php cannot be used. For more information, please follow other related articles on the PHP Chinese website!