FS#81 - Fatal error: Call to a member function setQuery() on a non-object
Attached to Project:
Flyspray JE
Opened by Slym (Slym) - Friday, 11 September 2009, 16:39 GMT+2
Last edited by Krishan (Krishan) - Tuesday, 14 August 2012, 07:39 GMT+2
Opened by Slym (Slym) - Friday, 11 September 2009, 16:39 GMT+2
Last edited by Krishan (Krishan) - Tuesday, 14 August 2012, 07:39 GMT+2
|
DetailsFound a bug with Flyspray JE Links and Joomla 1.5.14 (+ JoomFish) : Fatal error: Call to a member function setQuery() on a non-object in /data/web/52/5c/00/htdocs/main/plugins/content/flyspray_links.php on line 55 I also found a fix : replace global $database, $mosConfig_live_site; with global $database, $mosConfig_live_site; on line 42 of plugins/flyspray_links.php and add $database = JFactory::getDBO(); on next line
I tried it and seems to work properly. |
This task depends upon