Jump to content

Group Collaboration


Recommended Posts

18 hours ago, NathanR said:

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

Link to comment

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();

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...