• Hi there,

    could you please fix the many php notices the plugin throws? ??

    ( ! ) Notice: Undefined index: page in plugins/ultimate-faqs/Main.php on line 269
    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at plugins/ultimate-faqs/Main.php:269)
    ( ! ) Warning: Cannot modify header information - headers already sent by (output started at plugins/ultimate-faqs/Main.php:269)

    i have php7
    Thanks,
    Cezar

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi cezar,

    Thank you for letting us know about these. We’ll take a look to see if we can eliminate these in an upcoming update. In the meantime, once you disable the WordPress debug mode, these notices shouldn’t show and the plugin should work correctly.

    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 8 years, 2 months ago by savvyaviator.

    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 8 years, 2 months ago by savvyaviator.
    • This reply was modified 8 years, 2 months ago by savvyaviator.
    • This reply was modified 8 years, 2 months ago by savvyaviator.
    • This reply was modified 8 years, 2 months ago by savvyaviator.
    Thread Starter cezar

    (@cezar)

    @savvyaviator, i agree these need to be fixed, just think that as with any OS code, the request needs to be phrased as a polite ask ??

    people contributing free code, are nice enough to share it. our appreciation should show a bit more.

    i know what it means to put in a lot of work for free and get impolite messages. it doesn’t go down well.

    i appreciate your work and am sure @savvyaviator doesn’t mean to upset. keep it up and keep us posted when you solve these.

    best,
    Cezar

    I certainly meant no impoliteness, Cezar. Sorry if you took it that way. My purpose was to be helpful to the developers.

    Hi, I do appreciate you offering the free version of this plugin, but there are so many notices I question the quality of coding done. These should be cleaned up, especially if you are selling a premium version, I certainly will not be purchasing the premium unless you can show that you can take care of these:

    Undefined index: page
    wp-content/plugins/ultimate-faqs/Main.php:270

    Undefined variable: orig_order_setting
    wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php:112

    Undefined variable: orig_order_setting
    wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php:113

    Undefined variable: orig_order_setting
    wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php:114

    Undefined variable: orig_order_setting
    wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php:234

    Undefined variable: orig_order_setting
    wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php:235

    Undefined variable: orig_order_setting
    wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php:236

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