J4 Issue ?
avatar infograf768
infograf768
11 Jan 2019

Steps to reproduce the issue

Install a clean 4.0.dev branch
Install blog
Log in frontend as superuser and edit an article.
Try to use any xtd-editor, for example Menu

Expected result

The modal displays to choose a menu item to insert in the textarea

Actual result

404 View not found [name, type, prefix]: items, html,

Same for article, contact, module

avatar infograf768 infograf768 - open - 11 Jan 2019
avatar joomla-cms-bot joomla-cms-bot - change - 11 Jan 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 Jan 2019
avatar infograf768 infograf768 - change - 11 Jan 2019
Labels Added: J4 Issue
avatar infograf768 infograf768 - labeled - 11 Jan 2019
avatar brianteeman
brianteeman - comment - 11 Jan 2019

See #21208

avatar astridx
astridx - comment - 13 Jan 2019

The problem is, that in line

$link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&'
the path
$link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&' . Session::getFormToken() . '=1&editor=' . $name;
is instead of
$link = 'administrator/index.php?option=com_menus&view=items&layout=modal&tmpl=component&' . Session::getFormToken() . '=1&editor=' . $name;

So the administrator is missing.

avatar Quy Quy - change - 13 Jan 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-01-13 15:35:50
Closed_By Quy
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jan 2019
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 13 Jan 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 13 Jan 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23510

avatar Quy
Quy - comment - 13 Jan 2019

Please test PR #23530


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23510.

avatar infograf768
infograf768 - comment - 13 Jan 2019

Maybe we should reopen as #23530 is no good?

avatar Quy Quy - change - 13 Jan 2019
Status Closed New
Closed_Date 2019-01-13 15:35:50
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jan 2019
Closed_Date 0000-00-00 00:00:00
avatar joomla-cms-bot joomla-cms-bot - reopen - 13 Jan 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 13 Jan 2019

Set to "open" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23510

avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Mar 2019
Status New Discussion
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 Mar 2019

@infograf768 can i close this Issue having PR #23539?

avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Mar 2019
Category Plugins
avatar infograf768
infograf768 - comment - 28 Mar 2019

I would wait as @astridx is not sure yet of her PR

avatar franz-wohlkoenig franz-wohlkoenig - change - 29 Jun 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-06-29 17:20:39
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 29 Jun 2019

Closed as having Pull Request #25367

avatar franz-wohlkoenig franz-wohlkoenig - close - 29 Jun 2019

Add a Comment

Login with GitHub to post a comment