
| Key: |
FC-1459
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Michael Sharman
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP
Railo 3.0.0.003
FarCry 5.0.0
Windows XP
Railo 3.0.0.003
FarCry 5.0.0
|
|
|
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.
|
|
Description
|
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. |
Show » |
|