No Code Attached Yet bug
avatar Reda-Muhamed
Reda-Muhamed
19 May 2026

What happened?

Steps to reproduce

  1. Install Joomla 6.2.0-alpha-dev.
  2. Log in to the administrator backend.
  3. Navigate to Content → Articles → New or open an existing article for editing.
  4. Navigate to Content → Categories → New or open an existing category for editing.

Observed behavior

The page fails to load and shows the following error:

There is no "tinymce" asset of a "script" type in the registry.

This prevents administrators from creating or editing articles and categories.

Version

6.2

Expected result

The article/category editor form should load normally with the configured editor (TinyMCE) available, allowing administrators to create or edit content.

Actual result

Instead of loading the editor form, Joomla throws an application error:

There is no "tinymce" asset of a "script" type in the registry.

As a result, content creation and editing in the administrator backend is blocked.

System Information

  • Joomla Version: 6.2-dev
  • PHP Version: 8.4
  • Database: MySQL 9.4
  • Web Server: NGINX
  • Operating System: Windows 11
  • Browser: Microsoft Edge / Chrome / Brave

Additional Comments

This issue occurs consistently for both article and category create/edit pages.

The error suggests that the TinyMCE script asset is not being properly registered in the Web Asset Manager before the editor is rendered.

Image
avatar Reda-Muhamed Reda-Muhamed - open - 19 May 2026
avatar joomla-cms-bot joomla-cms-bot - change - 19 May 2026
Labels Added: No Code Attached Yet bug
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 May 2026
avatar CSGoat0
CSGoat0 - comment - 20 May 2026

I think you just need to redownload the npm packages.
Currently npm ci have problems on windows, so you can use this link: https://artifacts.joomla.org/drone/joomla/joomla-cms/6.2-dev/44371/downloads/93595/

The articles and categories are working correctly.

avatar Reda-Muhamed
Reda-Muhamed - comment - 20 May 2026

#47793
Could you test this patch on 6.2-dev? npm works as expected, but there’s still an error when creating or updating an article or category

avatar CSGoat0
CSGoat0 - comment - 20 May 2026

#47793 Could you test this patch on 6.2-dev? npm works as expected, but there’s still an error when creating or updating an article or category

For me this Patch doesn't break TinyMCE.

Add a Comment

Login with GitHub to post a comment