By lassopic
2018/05/21 12:04:37 [error] 5642#5642: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function I$
Not able to figure out where is the error ,please guide me to fix
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
It seems like that you are using nano to view the logs which is cutting out the line at the end of your screen.
What you need to do is use the cat command for example to see the full line. So what you could do is the following:
cat /path/to/error_log | grep 'PHP message: PHP Fatal error'
Note: change the /path/to/error_log part with the actual path to your error log.
This would output all of the lines in your error log that contain the PHP message: PHP Fatal error message. Then you would be able to see in which file exactly is this undefined function called at.
Hope that this helps. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.