Opened 21 months ago
Last modified 14 months ago
#62602 new defect (bug)
Table directory not available for the wp editor
| Reported by: | meetmehta1205 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | 6.7.1 |
| Severity: | normal | Keywords: | needs-patch changes-requested reporter-feedback |
| Cc: | Focuses: | javascript |
Description
There is no table directory available for the TinyMCE editor of default WP Editor
Attachments (1)
Change History (3)
#2
@
14 months 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.