Support

Home Forums Event Espresso Premium EE4 Event List page WARNING

EE4 Event List page WARNING

Posted: March 16, 2014 at 10:44 am

Viewing 5 reply threads


Istvan Nemes

    March 16, 2014 at 10:44 am

    WordPress 3.8.1 new installation
    EE 4.1.9.1.reg

    Event listing purposes, the following error message:
    Warning: Illegal offset type in isset or empty in /home/fitt/public_html/wp-includes/plugin.php on line 314

    The plugin.php file 314 the following line:
    remove_all_filters function ($ tag, $ priority = false) {
    wp_filter global $ $ merged_filters;

    if (isset ($ wp_filter [$ tag])) {
    if (false ==! $ priority && isset ($ wp_filter [$ tag] [$ priority]))
    unset ($ wp_filter [$ tag] [$ priority]);
    else
    unset ($ wp_filter [$ tag]);
    }

    if (isset ($ merged_filters [$ tag]))
    unset ($ merged_filters [$ tag]);

    return true;
    }

    What can cause this error message?


    Anonymous

      March 17, 2014 at 5:55 am

      Hi Istvan Nemes,

      That file is a core WordPress file (please do not edit it). Although it seems the error comes from that file the cause is somewhere else.

      Can I ask which version of PHP is the server running? If you go to Event Espresso -> Maintenance. In the System Information Tab. Search for php_version.


      Istvan Nemes

        March 17, 2014 at 2:41 pm

        Hi

        Thanks for the quick response.
        Php version running on the server: 5.3.19


        Sidney Harrell

        • Support Staff

        March 17, 2014 at 5:05 pm

        Any chance you can install php5-xdebug so that you would get a stack trace and be able to see what the problem code is that is making the call to plugin.php? Are you running the stock WP theme and are you running any other plugins than EE4?


        Istvan Nemes

          March 18, 2014 at 1:41 am

          In the meantime, the problem is solved. The problem is caused by the Simple Facebook Connect plugin. I turned it off and the warning disappeared.

          Thanks for your help!


          Anonymous

            March 18, 2014 at 1:59 am

            Thank you for letting us know.

            I will mark this thread resolved.

            Viewing 5 reply threads

            The support post ‘EE4 Event List page WARNING’ is closed to new replies.

            Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

            Event Espresso - Staging Server