Home > Topics > Pagoda Panel > Pagoda panel php cannot be used

Pagoda panel php cannot be used

王林
Release: 2019-09-11 10:23:50
forward
8780 people have browsed it

Pagoda panel php cannot be used

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

Pagoda panel php cannot be used

##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

Pagoda panel php cannot be used

The above content is for reference only!

Recommended tutorial:

Pagoda usage tutorial

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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template