Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the tickets before posting? No
Have I read the documentation before posting (which pages?)? No
Joomla! version: Joomla! 2.5.11 Stable [ Ember ] 26-April-2013 14:00 GMT
PHP version: 5.2.17
MySQL version: 5.5.32
Host: Apache/2
Admin Tools version: 2.4.4
Description of my issue:
Hi, I've been using AdminTools I quite a few websites, so I know the basics pretty well.
I've built a site using the Ohanah component, which has an option to download .ICS files for events. Those work right on my desktop browser (Safari, Chrome and Firefox), but on the default Android browser they trigger a "Bad behaviour" alarm when trying to download them
The .ICS files are generated using "\components\com_ohanah\views\event\ics.php". I tried using .htacces to allow permissions to that .PHP file, with no luck.
Here's the code inside the .ICS file which gets generated on Android:
<br /><b>jos-Error</b>: Unable to load renderer class<br /> <br /> JSite -> initialise() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/index.php:30<br /> JApplication -> initialise() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/includes/application.php:116<br /> JApplication -> triggerEvent() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/application/application.php:230<br /> JDispatcher -> trigger() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/application/application.php:642<br /> JEvent -> update() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/event/dispatcher.php:161<br /> plgSystemAdmintoolsPro -> onAfterInitialise() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/event/event.php:71<br /> plgSystemAdmintoolsPro -> BadBehaviour() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/plugins/system/admintools/admintools/pro.php:194<br /> plgSystemAdmintoolsPro -> blockRequest() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/plugins/system/admintools/admintools/pro.php:2250<br /> JError :: raiseError() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/plugins/system/admintools/admintools/pro.php:1337<br /> JError :: raise() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/error/error.php:251<br /> JError :: throwError() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/error/error.php:176<br /> JError :: handleCallback() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/error/error.php:214<br /> plgSystemRedirect :: handleError() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/error/error.php:765<br /> JError :: customErrorPage() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/plugins/system/redirect/redirect.php:109<br /> JDocumentError -> render() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/error/error.php:798<br /> JDocumentError -> _loadTemplate() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/document/error/error.php:107<br /> require_once() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/document/error/error.php:135<br /> JDocument -> loadRenderer() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/templates/construct5/error.php:81<br /> JError :: raiseError() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/document/document.php:926<br /> JError :: raise() @ /home/agendafr/domains/festesreus.cat/public_html/agenda/libraries/joomla/error/error.php:251
Any idea on what's causing this behaviour?