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

Cannot load reset or remind form if clean urls are activated Joomla 3.4.8 #9570

Closed
arudat opened this issue Mar 24, 2016 · 1 comment
Closed

Comments

@arudat
Copy link

arudat commented Mar 24, 2016

Steps to reproduce the issue

I activated joomla language and language filter extensions. Now if I try to click on the password reset Link -> Page not found. If language filter is deactivated all is ok. Or if I disable mod_rewrite.

Expected result

The reset/remind /registration view

Actual result

foobar/de/?view=registration /failed
foobar/de/?view=remind /failed
foobar/de/?view=reset /failed
foobar/de/impressum /passed

it works when I change the jroute
JRoute::_('index.php?option=com_users&view=remind&Itemid=' . UsersHelperRoute::getRemindRoute())
to

JRoute::_('?option=com_users&view=remind&Itemid=' . UsersHelperRoute::getRemindRoute())

System information (as much as possible)

Joomla 3.4.8 migrated from 2.5.29 to 3.4
Fabrik 3.3.4
Apache (don't know verison)
Php 5.3.29

Additional comments

@brianteeman
Copy link
Contributor

Please update to Joomla 3.5 and then open a new issue if you still have problems

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