Error on page after deployment of Wikipedia

Source: Internet
Author: User

Reply to discussion (solution)

Notice level, should not affect the operation, you can suppress the output on the php.ini line
Have the ability to find out what that attribute value is, redefine it.

How to change the INI? Suppress output

Before the program
Error_reporting (e_all ^ e_notice);

or php.ini (not recommended)
error_reporting = e_all ^ E_notice

Wikipedia has a wide spread and makes such a low-level mistake.
How important it is to write robust code.

Can you get a little more detailed? I'm a C + + file that's under that path and search for this error_reporting (e_all ^ e_notice);
Change to error_reporting = E_all ^ E_notice on the line?

In the C:\xampp\htdocs\mediawiki (the picture is too small, want to see the wrong), find the config.php or file name contains config files
If not, then look at the index.php file in that directory.
or "search" config in the directory

Find the first one after this file

Add it to the index.php.

  • 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.