• Please fix these:

    Notice: Undefined variable: Custom_CSS in …/wp-content/plugins/ultimate-faqs/Shortcodes/Display_FAQ_Search.php on line 27

    Notice: Undefined index: hide_ufaq_review_box_hidden in …/wp-content/plugins/ultimate-faqs/html/DashboardPage.php on line 15

    Notice: Undefined index: term in …/wp-content/plugins/ultimate-faqs/Functions/EWD_UFAQ_Add_Views_Column.php on line 93

    Notice: Uninitialized string offset: 62 in …/wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php on line 488

    The first three of these involve references to undefined variables or undefined array elements.

    The last one requires the expression “strlen($characters)” to be changed to “strlen($characters)-1”.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi aviator,

    Thank you for letting us know about these again. We would definitely like to eliminate these and hope to do so in an upcoming update, though we do have to prioritize actual errors that affect functionality. As you already know from the other thread in which you posted, these are indeed just notices and don’t affect functionality outside of debug mode.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP warnings of undefined references’ is closed to new replies.