Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Do you know what line the error occurs on? The error you indicated means that, in the code you're calling, you are attempting to call or access a method or property of an object that doesn't support it... so, somewhere in your code, you haven't established the object properly.