Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 9, 20204 yr 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. true 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
December 9, 20204 yr 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();