History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1459
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Michael Sharman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Naming conflict with Railo 3

Created: 16/Aug/08 05:55 PM   Updated: 22/Sep/08 02:58 PM
Component/s: Components
Affects Version/s: FarCry 5.0
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified

Environment:
Windows XP
Railo 3.0.0.003
FarCry 5.0.0


 Description  « Hide
On several pages of the mollio install and webtop, Railo throws the following error:

invalid argument for function query, only array as value are allowed

Looks like the method in "cfFunctionWrappers.cfm" called query() is invalid. To fix locally I renamed to execQuery(), and had to update many calls which were referencing the invalid query() method, to instead call execQuery()

Seems to work fine after that.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthew Bryant - 22/Sep/08 02:58 PM
changed core query function to scriptQuery()