Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Wheels 1.1 #2

Open
brianward opened this issue Nov 13, 2010 · 0 comments
Open

Issues with Wheels 1.1 #2

brianward opened this issue Nov 13, 2010 · 0 comments

Comments

@brianward
Copy link

Hey Josh - it looks like there's some issues with in the DefaultScope plugin and the Wheels 1.1 release. Hopefully you can take a look at it when you have time. Thanks! -Brian

The element at position 1 cannot be found.

The error occurred in D:\site\wwwroot\wheels\model\sql.cfm: line 445
Called from D:\site\wwwroot\wheels\model\sql.cfm: line 353
Called from D:\site\wwwroot\wheels\model\crud.cfm: line 222
Called from D:\site\wwwroot\plugins\defaultscope\DefaultScope.cfc: line 35
Called from D:\site\wwwroot\controllers\Pages.cfc: line 8
Called from D:\site\wwwroot\wheels\global\cfml.cfm: line 174
Called from D:\site\wwwroot\wheels\controller\processing.cfm: line 85
Called from D:\site\wwwroot\wheels\controller\processing.cfm: line 60
Called from D:\site\wwwroot\wheels\dispatch\request.cfm: line 285
Called from D:\site\wwwroot\wheels\index.cfm: line 1
Called from D:\site\wwwroot\rewrite.cfm: line 1
Called from D:\site\wwwroot\wheels\events\onrequest.cfm: line 1
443 : if (loc.i < ListLen(loc.where, "?"))
444 : {
445 : loc.column = loc.params[loc.i].column;
446 : ArrayAppend(loc.returnValue, "#loc.column# #loc.params[loc.i].operator#");
447 : loc.param = {type=loc.params[loc.i].type, dataType=loc.params[loc.i].dataType, scale=loc.params[loc.i].scale, list=loc.params[loc.i].list};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant