Can I delete a resource from the back end?

flowerpot132

Active member
Having problems with my site, after i added a resource with an icon. It has produced a java script issue. I can't delete the resource from the front end, as it need java to bring up the delete window. How else can I do this please?
 
You don't need Jaavscript enabled in the browser to delete a resource.

The main template will still load and allow you to delete it.

Or you can navigate to the resource URL with /delete appended.
 
Activate the browser console (F12) and select the Console tab.

The specific error details should then be available when triggering the error.
 
At first glance it looks like an error related to wf_widget_xfrm_resources, which is presumably the widget framework add-on.

Disabling the add-on or that widget should resolve it.

You can then post in the add-on thread for support with it.
 
Top Bottom