In the yii2 framework, you have created a folder and run it locally. However, the server error 500 is displayed when you pull the server.

Source: Internet
Author: User
Tags server error log
An error will be reported at the place I marked, but the file is provided by the system. why is the error reported?

An error will be reported at the place I marked, but the file is provided by the system. why is the error reported?

Reply content:

An error will be reported at the place I marked, but the file is provided by the system. why is the error reported?

Check whether the permissions on your server directory allow Apache to read and write.

500 indicates a code error.

This is the last sentence that will report an error.

Note that some php versions on your server do not support this syntax:
`
(New BigClassName)-> func ();
`
Change it to the following statement:
`
$ Xx = new BigClassName;
$ Xx-> func ();
`

In addition, it is most helpful to check the server error log.

If the local computer is in a Windows environment, note that the file names must be the same in case and linux is case sensitive.

P.s. mobile phone codeword is so hard

Thank you for your invitation. Server 500 is a program error. I suggest you perform breakpoint debugging. it is better to find the cause based on the breakpoint.

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.