Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
#!/bin/shGET 'http://www.marlowrowingclub.org.uk/administrator/components/com_civicrm/civicrm/bin/cron.php?name=NAME&pass=PASS&key=KEY'
<br /><b>Fatal error</b>: Call to undefined method JException::triggerEvent() in <b>/home/marlow/www/www/administrator/components/com_civicrm/civicrm/CRM/Utils/Hook/Joomla.php</b> on line <b>58</b><br />
$result = $app->triggerEvent($fnSuffix, array(&$arg1, &$arg2, &$arg3, &$arg4, &$arg5));
// get app based on cli or web if (PHP_SAPI != 'cli') { $app = JFactory::getApplication('administrator'); } else { $app = JCli::getInstance(); }
what version of joomla? r u on the latest version, 2.5.4?lobo