Not a bug PHP7 Error Log

Nirjonadda

Well-known member
I am getting generated server error logs by PHP 7

Code:
[Sat Mar 25 16:32:23.928216 2017] [php7:error] [pid 7243] [client 59.152.107.190:34249] Error while attempting to read POST data: 400, referer: https://www.mysite.com/threads/clips-collection.148733/page-33
[Sat Mar 25 16:32:31.271559 2017] [php7:error] [pid 7213] [client 212.74.202.114:14213] script '/var/www/html/index.php' not found or unable to stat, referer: http://hostname.mysite.com/index.php
 
These are more low level issues and not something XenForo is involved with. The first relates to reading data from the web server. The second is basically PHP not finding the requested file.
 
Top Bottom