I am getting emails with the error:
Error:
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members.
At different parts in the application that were working ok.
Not sure what is going on.
Most of these involve findAll or findOneById, etc. The row the email tells me the error is at, has a query.
How can I know more about what is the variable causing the problem??? The email doesn't tell me. Is there a way to get some more information?
I have added reload=true to the functions and it seems to have corrected the problem, but I cannot be sure since at times it works ok and at times it doesn't.
Any help will be very appreciated.
Thank you.