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

404 Not Found error in Menu Editor #8

Closed
JoomFX opened this issue Mar 28, 2015 · 8 comments
Closed

404 Not Found error in Menu Editor #8

JoomFX opened this issue Mar 28, 2015 · 8 comments
Assignees
Milestone

Comments

@JoomFX
Copy link
Contributor

JoomFX commented Mar 28, 2015

Some users get this error when they click on the "Apply" button for any Menu Item.
For me it was only reproducable with Dropdown Menu items but now I can also reproduce it with Top Level Menu items.

I reproduced the issue on an old installation updated to Joomla 3.4.0 as well as a brand new Joomla 3.4.0 installation.

gantry5menuicon

@wbarnes
Copy link

wbarnes commented Mar 29, 2015

I reproduced same error.
Latest Joomla install.
Unable to control drop down width.

@w00fz
Copy link
Member

w00fz commented Mar 29, 2015

It would be helpful if you guys can catch what's the Ajax url that's being called when this happens. If you open the inspector and look at the Network panel you can get all the details regarding it.

@w00fz
Copy link
Member

w00fz commented Mar 29, 2015

Actually I was able to reproduce it pretty easily in Joomla. I believe it's one for you @mahagr. It seems to fail at the /validate when applying and only for some items, some other works.
I think I narrowed it down to the menu items with type component. url and alias menu items don't fail for me.

@mahagr
Copy link
Member

mahagr commented Mar 29, 2015

Alright, I'll talke a look on those tomorrow. Today I'm going to spend some time with my kids. :)

@thelaughingstockman
Copy link

If it helps, I had the same issue in Menu Editor but the icon picker worked fine with the social buttons.

@beamaria
Copy link

Same problem when trying to add an icon to the menu... 404 page coming up!

@w00fz
Copy link
Member

w00fz commented Mar 30, 2015

Thanks guys we are able to reproduce it and on our way to fix it!

@mahagr
Copy link
Member

mahagr commented Apr 1, 2015

@w00fz Can you check variable escaping in javascript as

&foo=bar&bar=baf

in any text field leaves the field empty and creates 2 new POST fields instead. Also make sure we do not have the same issue elsewhere.

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

6 participants