Jump to content

Group Collaboration

Featured Replies

 

Since this application is no longer supported and replaced by Clubs I would like to uninstall it from my board.  Has anyone else been able to successfully remove the application?  I continue to receive this error and unable to uninstall it:

2S119/1 The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information.

You can by pass it by entering something like

public static $csrfProtected = TRUE;

directly above


    /**
     * Node Class
     */

If memory serves, it's the file 

applications/(name of app)/modules/admin/(name of app)/(name of app).php

 

That gets around the CSRF protection key.  I've used it on one of my apps that hasn't been brought upto 4.5 yet and it works, well at least I haven't had any problems reported yet by my members

  • Replies 776
  • Views 63.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Kevin Carwile
    Kevin Carwile

    New version in the marketplace - 1.1.9: new collab category option to include the category on forums index redirect forums pointed at collab categories will now show active category info redirect foru

  • Brandon.Stone
    Brandon.Stone

    Dude Kevin keep it up man.  You've got some great mods already made and 4.0 hasn't even officially been released yet.  I'm looking forward to seeing more from you.

  • Kevin Carwile
    Kevin Carwile

    I love the idea. And there is always a way. I just have no idea what that way is at the moment.

Posted Images

We've fixed this for you via a ticket, for anybody else trying to uninstall this:

1. Open extensions/core/Uninstall/Uninstall.php

2. Search for $uninstall_url = \IPS\Request::i()->url(); and replace it with $uninstall_url = \IPS\Request::i()->url()->csrf();

Recently Browsing 0

  • No registered users viewing this page.