Events Made Easy Forums Bug fixed or feature request implemented EME stopped working after upgrade – Arras theme issue

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43630
    Anonymous
    Inactive

    Hi!

    When I switched from EMExtended to EMEasy the plugin stopped working with my theme (“Arras Theme”). Changing back didn’t solve anything. What could be the problem? (It’s possible that I once made a change to make it work with the theme in the first place, that got overwritten in the update.)

    The widgets and shortcodes work, but the default event page is empty. The page header changes correctly, though, when selecting an event in f.e. the widget calendar.

    It should be easily fixed since it worked a couple of days ago. Works with default theme, and disabling all other plugins doesn’t help.

    Any help appreciated!

    (While waiting for access to this forum I installed EM – you know the plugin without the last E – and it worked perfectly from start. If that information could be useful.)

    #49129
    Franky
    Keymaster

    Apparently a safety precaution I built in prevents it to work for you. In eme_events.php, around line 734:

    // we need to make sure we do this only once. Reason being: other plugins can call the_content as well

    // Suppose you add a shortcode from another plugin to the detail part of an event and that other plugin

    // calls apply_filter(‘the_content’), then this would cause recursion since that call would call our filter again

    ==> this is why I use the global variable $eme_event_parsed

    In your case (or in the case of this theme), this doesn’t seem to work ok. So for now, comment out (remove) the line 744 in eme_events.php that reads

    $eme_event_parsed=1;

    and it works again. I need to check on this later so it can work for both worlds …

    #49130
    Anonymous
    Inactive

    Thanks a lot for your help! It’s up and running again.

    #49134
    Franky
    Keymaster

    permanently fixed

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top