Hi I am not sure if this is an issue with J-Cook, Joomla or my configuration/server.
I have Joomla! setup with "Search Engine Friendly" URLs and "URL rewriting". I am attempting to add a modal data picker to the front end of my website. It works fine when I turn these options off.
I created a modal layout for my view. I can view the layout by going to:
index.php?option=com_chronos&view=studies&layout=modal
With SEF and rewriting on, this URL is rewritten as:
Visiting this URL produces an Error 500:
500 - View not found [name, type, prefix]: modal, html, chronosView
It appears that it is losing the "studies" portion when parsing the URL.
I get the same error when trying
, which is the name of my default list view.
I only get this error on list views. Attempting to visit
and
and the respective layouts are displayed as expected.
As I was writing this, I just discovered more information that may be helpful. I have a menu option setup for "Studies" -
myurl.com/studies is setup to go to the default studies view. If i visit /studies/studies/default - or /studies/studies/modal - my layouts are displayed as expected.
However - Joomla! is not creating these links from the modal data picker. It creates the link /studies/modal not /studies/studies/modal.
Any ideas?