Black Tiger
Well-known member
For some other reason I had a php error log enabled on my domain. Now I found several errors generated by XF core files (and 1 redirection script) and I wonder why.
First the XF core errors. This one I see lots of times
Line 3 of index.php is:
it's an original XF file. I did not edit any core files and we're running php 7.3.x so I don't know why this is occuring.
Found this once or twice:
Line 71 of XF.php is:
And I got one from the redirect, so I will post that one in the redirect thread.
First the XF core errors. This one I see lots of times
Code:
[12-Feb-2021 15:56:23 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Call to undefined function phpversion() in /home/user/domains/mydomain.org/public_html/index.php:3
Line 3 of index.php is:
Code:
$phpVersion = phpversion();
Found this once or twice:
Code:
[12-Feb-2021 16:00:23 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Call to undefined function time() in /home/user/domains/mydomain.org/public_html/src/XF.php:71
Line 71 of XF.php is:
Code:
self::$time = time();
And I got one from the redirect, so I will post that one in the redirect thread.