Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to edit TinyMCE Editor Plugin - Loading forever #24554

Closed
sajalaspl opened this issue Apr 11, 2019 · 1 comment
Closed

Not able to edit TinyMCE Editor Plugin - Loading forever #24554

sajalaspl opened this issue Apr 11, 2019 · 1 comment

Comments

@sajalaspl
Copy link

sajalaspl commented Apr 11, 2019

Steps to reproduce the issue

I've Joomla 3.9.1 version. And I'm facing an interesting issue. I am not able to edit the "Editor - TinyMCE" plugin from the back-end. I've checked that it's not locked. Following is the URL which takes forever to load.

/administrator/index.php?option=com_plugins&task=plugin.edit&extension_id=412

I have tried to debug code and found out the issue in the following code in "administrator/components/com_plugins/views/plugin/tmpl/edit.php" file.

<?php
				$this->fieldset = 'basic';
				$html = JLayoutHelper::render('joomla.edit.fieldset', $this);
				echo $html ? '<hr />' . $html : '';
?>

If I comment the "$html = JLayoutHelper::render('joomla.edit.fieldset', $this);" line, it loads the edit plugin interface, but blank page with generic options. If I change $this->fieldset from "basic' to 'advanced' it also works.

So, there's something with 'basic' option.

Can anyone help on this?

Expected result

Actual result

System information (as much as possible)

Additional comments

@ghost
Copy link

ghost commented Apr 11, 2019

Please update on latest Release: https://github.com/joomla/joomla-cms/releases/tag/3.9.5, so closing the Issue.

@ghost ghost closed this as completed Apr 11, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants