Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I certainly meant no impoliteness, Cezar. Sorry if you took it that way. My purpose was to be helpful to the developers.

    Another one!

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

    This one requires adding a “-1” after “strlen()” on line 485.

    • This reply was modified 9 years, 2 months ago by savvyaviator.
    • This reply was modified 9 years, 2 months ago by savvyaviator.
    • This reply was modified 9 years, 2 months ago by savvyaviator.
    • This reply was modified 9 years, 2 months ago by savvyaviator.

    More of these…

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

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

    Notice: Undefined index: page in …/plugins/ultimate-faqs/Main.php on line 270

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

    FOLKS, it’s really important that when you test each new release of Ultimate FAQs, you do so with debug mode on and PHP warnings set to “strict” so that you do not put out code with all these undefined variables and indices. Every time you push a new release, I have to manually go in and patch up your code so it doesn’t throw these warnings. (No, I’m NOT about to run my site with debug mode off, because I need to know about these things!) Much appreciated. –Mike

    • This reply was modified 9 years, 2 months ago by savvyaviator.
Viewing 3 replies - 1 through 3 (of 3 total)