Issue
I've got the following Php-Error in my var/log/error.php
and a blank page:
0.28490996360779: /
If I reload my page I get the similar error but with a changed number:
0.17993092536926: /
So the number seams to be a kind of id.
I work on a Magento system. The Magento logs (system.log
as well as exception.log
) don't show anything but they are working fine (checked it).
I'm really lost with this number/error. What does it mean?
Solution
My first guess is that some script is logging the time that it has taken to run a specific part of it, using the php function error_log().
Answered By - nl-x Answer Checked By - Cary Denson (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.