Hello there,
Let me explain in a few words :
- I have a megamenu in 'menu' module position which contains a minitekwall module in a cassiopeia child template
- when something is wrong (a typo in url for example), Joomla displays the usual error page, found in 'templates/<mytemplate>/error.php'. This page displays modules at menu position but…
- with a minitekwall module in 'menu'position, it throws an exception instead.
After a short investigation, I found out that the mod_minitekwall.php file needs values for $view, $layout, etc. When Joomla is displaying error.php, theses values are NULL. Then Joomla throws an exception.
The easy way should be to override mod_minitekwall.php the usual Joomla way (with /tmpl folder inside module). I don't want to hard code it because I won't have the upgrades on minitekwall module afterwards.
So could you help? Simply release a new version of minitekwall module with the classic override feature implemented?
Thanks.
Arnaud