Support » Plugin: The Events Calendar » Redirect filter is breaking RCP plugin

  • Resolved Mihai Joldis

    (@misulicus)


    Hey guys!
    Mihai here with Restrict Content Pro Support.

    Some of our mutual customers of RCP and TEC are reporting issues when the 2 plugins are activated at the same time.
    Some of the admin pages of RCP like editing Customers/Discounts/Memberships which do a redirect back to the page that you were editing are breaking and just throwing a white page.

    The issue seems to come from the Hook.php file in TEC line 71: add_filter( ‘wp_redirect’, [ $this, ‘filter_redirect_canonical’ ], 10, 2 ); as most likely that returns false at some point before RCP can do its redirect which breaks it.
    If you comment that out then RCP redirects work correctly again.

    Regards and stay safe!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gustavo Bordoni

    (@bordoni)

    HI @misulicus,

    We released a new version yesterday that should have solved this issue. It was for sure a bug on our end. Gravity View developers also contacted us about this problem.

    Let me know if it solves the problem for RCP customers, if not I will take a another look.

    best Regards,

    Thread Starter Mihai Joldis

    (@misulicus)

    @bordoni so far everything works as expeced. Thank you for the fix!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect filter is breaking RCP plugin’ is closed to new replies.