• Resolved sham0i51

    (@sham0i51)


    Hi,

    I just ran your latest update just now and it has just introduced this error…

    UNDEFINED OFFSET: 293 IN WP-INCLUDES/NAV-MENU-TEMPLATE.PHP ON LINE 211

    Any ideas?

    Regards
    Sham

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter sham0i51

    (@sham0i51)

    Update, rolling back to previous version removes the error, which confirms error is being caused by latest version.

    Thanks in Advance.
    Sham

    After updating to version 2.3.4 got the same error: undefined offset
    The message is displayed not only for the site administrator, but also for all unauthorized users. Rolling back to version 2.3.3 fixes the problem.

    For the developers:

    Confirming this behavior and that all errors/notices are displayed on screen on the front and back end.

    I only see it when I’m using PHP 8.1.x.

    I believe the problem is that the plugin is turning on display_errors, but the plugin itself isn’t necessarily the cause of the error(s) that are displayed.

    Digging through the code, I can see that display_errors is turned on if QUADMENU_DEV is true, and on line 34 for quadmenu.php, QUADMENU_DEV is set to true. It’s likely that it was not switched back to false before the code was pushed to production.

    thanks!
    tree

    I can confirm that after changing line 34 of quadmenu.php to false it fixed the problem.

    But it really shouldn’t be a problem that we need to code to fix right?

    Right. I don’t understand coding at all.

    @picsporadic, You’re correct. It’s not a good idea for us to modify plugin code.

    I was just putting what I found here for the plugin developers, to point them toward what was causing the issue. They’ll likely (hopefully) release an update.

    Update to version 2.3.5. fixed the problem! Thank you!

    Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @lutikovanton @beingtree @picsporadic @sham0i51 Please stay tuned if the problem persists even with this new version. We request that you make sure you have the latest version of our plugin. Regards.

    I can also confirm that version 2.3.5 fixed the problem.

    Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @beingtree @lutikovanton Thank you for your confirmation!

    Thread Starter sham0i51

    (@sham0i51)

    @jmatiasmastro thank you. So far so good. Most recent version is working as expected

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘UNDEFINED OFFSET after todays update’ is closed to new replies.