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

[Fix] Unable to process the result of the XMLSearch for unexpected colon at start of token. #4

Open
shawn-ycx opened this issue Aug 21, 2018 · 0 comments

Comments

@shawn-ycx
Copy link

I was getting this error with CF 10 while trying to getBuckets().

Update the component with lines bellow to fix the error
in s3.cfc line:83
change
<cfset buckets = xmlSearch(data, //:Bucket)>
to
<cfset buckets = xmlSearch(data, //*[local-name()='Bucket'])>

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