Enable the PHP error prompt for LAMP in Ubuntu

Source: Internet
Author: User
Tags php syntax error
When you enable lamp in Ubuntu, the following error occurs: the default lamp mode in Ubuntu does not have a php syntax error message. If you want to enable lamp, you need to modify the following: 1. Open the php. ini file. This file is in the/etc/php5/apache2 directory. You must modify the permission of this file to write the file. Sudochmod777/etc/php5/apache2/php. ini2. search and modify the downstream information,

Error prompt for enabling lamp php In Ubuntu

The default lamp mode in Ubuntu does not have a php syntax error prompt. To enable it, you need to modify the following:

1. Open the php. ini file.

This file is in the/etc/php5/apache2 directory. You must modify the permission of this file to write the file.

Sudo chmod 777/etc/php5/apache2/php. ini

2. Search and modify the downstream, and change the Off value to On

Display_errors = Off

3. Search downstream

Error_reporting = E_ALL &~ E_NOTICE

Or search:

Error_reporting = E_ALL &~ E_DEPRECATED

Change

Error_reporting = E_ALL | E_STRICT

4. Modify httpd. conf of Apache,

This file is located in the/etc/apache2/directory. This is a blank file and the file also needs to be modified.

Sudo chmod 777/etc/apache2/httpd. conf

Add the following two lines:

Php_flag display_errors on php_value error_reporting 2039

5. Restart Apache and you will be OK.

Restart command:

Sudo/etc/init. d/apache2 restart

OK! The error message is successfully enabled! The above is how to enable the PHP error prompt of LAMP in Ubuntu.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.