Changes between Version 2 and Version 3 of Ticket #62602, comment 2
- Timestamp:
- 06/10/2025 05:42:03 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62602, comment 2
v2 v3 5 5 I attempted to enable the TinyMCE table plugin in the wp_editor function in WordPress by including 'table' in the 'plugins' parameter. After doing so, I encountered the following error: 6 6 7 "Failed to load plugin: table from URL **/wp-includes/js/tinymce/plugins/table/plugin.min.js** "7 "Failed to load plugin: table from URL **/wp-includes/js/tinymce/plugins/table/plugin.min.js** 8 8 9 9 To resolve this, I manually downloaded the table plugin JavaScript file and placed it in the directory: … … 11 11 12 12 However, after reloading the page, a new error appeared: 13 14 "Failed to initialize plugin: table" 13 ** 14 Failed to initialize plugin: table** 15 15 16 16 This means that even though the file was physically added to the directory, the TinyMCE editor was still unable to initialize the plugin.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)