Tasklist

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
Task Type Bug Report
Category Backend/Core
Status Assigned
Assigned To Krishan (Krishan)
Operating System All browsers
Severity Medium
Priority Normal
Reported Version 1.2.0
Due in Version 1.3.0
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Found 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

Loading...