• Kai

    (@webmasterfelix-systemsde)


    Hi,

    we get a critical error while filtering in the backend in the plugin advanced ads since Version 6.4.7:

    wp-admin/edit.php?post_status=future&post_type=advanced_ads

    Ein Fehler vom Typ E_ERROR wurde in der Zeile 270 der Datei …/wp-content/plugins/events-manager/classes/em-event-post.php verursacht. Fehlermeldung: Uncaught Error: Attempt to modify property “query_vars” on null in…/wp-content/plugins/events-manager/classes/em-event-post.php:270

    If I change this line 270 (future to future1) it works:

    if ( !empty($_REQUEST[‘post_status’]) && $_REQUEST[‘post_status’] === ‘future1’ ) {

    Perhaps there is a conflict with ‘future’ – but I’m no programmer.

    Is there a fix maybe in future?

    Thanks, kai

Viewing 1 replies (of 1 total)
  • Hi Kai,

    This is Henning from the Advanced Ads support team.

    If I understand this correctly, the query shows future scheduled ads.

    I just tried this using the latest Advanced Ads version and Version 6.4.7 of the Events Manager without the same result you’ve reported. So maybe more plugin or server settings are playing a role here.

    Nevertheless, I recommend using the latest version of the Events Manager as well.

    If you or the Events Manager team could also provide more insight or a way on how to reproduce this, I’m happy to look into this again.

    Best regards,
    Henning

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.