Gallery - pretty url elements not in $params
Posted: Fri Feb 10, 2012 5:53 pm
I have the following problem:
Using the tag {Gallery} a list sub-galleries is displayed (thumbnail and name), but clicking on any of these does not display the images contained within.
The URL is correct: /Gallery//[return id]
This 'pretty' URL gets parsed correctly. find_match of class.route_manager.php correctly matches the url and back in page.functions.php $_REQUEST is filled with these entries:
'cntnt01dir' => ''
'cntnt01returnid' => [returnid]
However inside action.default.php of the Gallery module, the $params array only contains the default entries:
'module' => 'Gallery'
'action' => 'default'
I should stress that I have another module installed that does work correctly ($params filled with elements from URL) and does not seem to interfere in any way with Gallery.
Does anyone have any previous experience with this because it's a complete mystery to me...
Many thanks in advance
Using the tag {Gallery} a list sub-galleries is displayed (thumbnail and name), but clicking on any of these does not display the images contained within.
The URL is correct: /Gallery//[return id]
This 'pretty' URL gets parsed correctly. find_match of class.route_manager.php correctly matches the url and back in page.functions.php $_REQUEST is filled with these entries:
'cntnt01dir' => ''
'cntnt01returnid' => [returnid]
However inside action.default.php of the Gallery module, the $params array only contains the default entries:
'module' => 'Gallery'
'action' => 'default'
I should stress that I have another module installed that does work correctly ($params filled with elements from URL) and does not seem to interfere in any way with Gallery.
Does anyone have any previous experience with this because it's a complete mystery to me...
Many thanks in advance