Make WordPress Core

Opened 8 months ago

Last modified 5 weeks ago

#62602 new defect (bug)

Table directory not available for the wp editor

Reported by: meetmehta1205's profile meetmehta1205 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)

Screenshot 2024-11-28 at 19.44.17.png (46.6 KB) - added by meetmehta1205 8 months ago.

Download all attachments as: .zip

Change History (3)

#1 @poena
6 months ago

  • Keywords reporter-feedback added

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.

#2 @vijaysinh9094
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.

Last edited 5 weeks ago by vijaysinh9094 (previous) (diff)
Note: See TracTickets for help on using tickets.