• Resolved shawfactor

    (@shawfactor)


    I am getting this is my logs, as system_dashboard_page_access_log is not always set

    PHP Warning
    Line: 4515
    File: /******/wp-content/plugins/system-dashboard/admin/class-system-dashboard-admin.php

    I’d suggest changing the code to check if the option is actually set

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bowo

    (@qriouslad)

    @shawfactor this should be addressed in v2.7.0 I’m currently releasing. Let me know if it’s still showing. Thanks for reporting!

    Thread Starter shawfactor

    (@shawfactor)

    I am getting a similar warning here

    [26-Aug-2022 02:52:17 UTC] PHP Warning: Trying to access array offset on value of type bool in *****wp-content/plugins/system-dashboard/admin/class-system-dashboard-admin.php on line 4544
    the offending code is:

    $errors_log = get_option( ‘system_dashboard_errors_log’ );
    $errors_log_status = $errors_log[‘status’];

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php warning’ is closed to new replies.