Opened 8 months ago
Last modified 5 weeks ago
#62602 new defect (bug)
Table directory not available for the wp editor
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.7.1 |
Component: | Editor | Keywords: | needs-patch changes-requested reporter-feedback |
Focuses: | javascript | Cc: |
Description
There is no table directory available for the TinyMCE editor of default WP Editor
Attachments (1)
Change History (3)
#2
@
5 weeks ago
Hello @poena
I was also facing this issue, so I tried the following steps
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:
"Failed to load plugin: table from URL /wp-includes/js/tinymce/plugins/table/plugin.min.js
To resolve this, I manually downloaded the table plugin JavaScript file and placed it in the directory:
/wp-includes/js/tinymce/plugins/table/
However, after reloading the page, a new error appeared:
Failed to initialize plugin: table
This means that even though the file was physically added to the directory, the TinyMCE editor was still unable to initialize the plugin.
hi @meetmehta1205 and welcome to WordPress Trac!
Can you please include more details about wat is not working and add step-by-step instructions for how to reproduce the problem.
Myself I am not sure what a table directory is. If you can provide more information it may be easier for others to test it.