• Currently running into an issue in which the following error is displayed: “Failed to load plugin: rlps from url ../lib/js/tinymce/plugins/rlps/plugin.min.js”

    Plugin rlps is a custom written plugin that has nothing to do with the text area or text editor. Is there any reason why TinyMCE would be trying to load the plugin?

    Any help would be much appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    If that plugin is listed in the TinyMCE initialization settings, it will try to load it every time it is initializing. That’s how all custom TinyMCE plugins work.

    If you’re still using that plugin it would be better to resolve the loading issue. That may be caused by wrong file permissions or “something” blocking that URL on the server.

Viewing 1 replies (of 1 total)

The topic ‘TinyMCE Trying to load my plugin’ is closed to new replies.