With SEF URLs enabled:
Form to submit, email to send and thank you message to be displayed.
Trying to send a message redirects to a 404 page like this:
http://www.domain.com/component/contact/contact
PHP 5.5.14 - Joomla 3.3.3
An observation is that the 'return' hidden field is blank which may be contributing to the problem, probably related to the router.
Google groups discussion here:
https://groups.google.com/forum/#!topic/joomla-dev-cms/-HD2grmF1AE
Status | New | ⇒ | Confirmed |
Category | ⇒ | SEF |
Adding the Menu ItemId to the redirect Url in ContactControllerContact would solve this issue, but im not sure if thats the right way to go here. Is it the responsibility of a component controller or component router to add the menu itemId to redirect urls? If it is... easy fix. Com_contents ContentControllerArticle does the exaxt same thing in its getRedirectToItemAppend() override, but as I said before... it doesnt feel right. In my opinion JRouterSite should handle this situations, but it doesnt get the Menu ItemId in this particular case.
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
Status | Confirmed | ⇒ | Closed |
Rel_Number | ⇒ | 4461 | |
Relation Type | ⇒ | Related to |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-05 13:53:05 |
See PR at #4461
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4183.
Labels |
Added:
?
|
Addition: Message of 404 page is "Contact not found"