• Resolved webmasteral

    (@webmasteral)


    We have been getting this error in our log since Oct 20th 2022

    PHP Warning: in_array() expects parameter 2 to be array, null given in /public_html/wp-content/plugins/js-support-ticket/modules/jssupportticket/model.php on line 1344

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

    (@rabilal)

    Hi,

    Try this, edit
    /public_html/wp-content/plugins/js-support-ticket/modules/jssupportticket/model.php

    Add this line at line 1344
    if(isset($wp_styles->queue))

    Before this line
    if (!in_array('jssupportticket-main-css',$wp_styles->queue)) {

    Thread Starter webmasteral

    (@webmasteral)

    I have installed the code and will watch the error log to see if it drops off.

    Thank you for your quick reply and help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Warning vr 2 7 0’ is closed to new replies.