Hi all,
I have some sort of a weird problem here. I am running Mambo 4.5.1 (internal SEF turned on) with the latest Events component, which generally rules
I have the component linked to the main menu, this results in an url like
http://www.my-domain.de/mambodir/com...nts/Itemid,71/
Taking the user to the (in my case) category view of the component. Now here's my problem:
As soon as one changes the e.g. display form (category, week view, year view etc.) or the category itself in the dropdown, or generally spoken, changing anything from the dropdowns,
the URL changes to
http://www.my-domain.de/mambodir/index.php
So far, this is no problem, but the problem arrives when one chooses an event to display (url is fine again here,
http://www.my-domain.de/mambodir/com..._detail/agid,2... and so on):
The "Back" Link at the end of the event description links to javascript
:window.history.go(-1), which then is ofcourse the above mentioned
(truncated)
http://www.my-domain.de/mambodir/index.php,
and this finally results in a "attention: this page is not valid anymore" error message from the server/browser.
Am I doing something wrong here, is this a known issue, and can anyone please possibly help me to resolve this? Thanks in advance!
Jan