Announcement

Collapse
No announcement yet.

Non-static method pts_logger::default_log_file_path() should not be called statically

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Michael
    replied
    The warning can be safely ignored, but was corrected in Git already for what will be PTS 8.2.

    Leave a comment:


  • Non-static method pts_logger::default_log_file_path() should not be called statically

    Hi,

    I have PTS 8.0.1, when I start my client, I got this error message
    [2048] Non-static method pts_logger::default_log_file_path() should not be called statically in phoromatic:775

    I'm not sure I should remove file path from ./pts/share/phoronix-test-suite/pts-core/modules/phoromatic.php or not
    $log_file = pts_logger::default_log_file_path() . 'phoronix-test-suite-benchmark.log';

    Thanks
    Tom
Working...
X