We run mydbr reports from within our PHP application.
Once in a while, a random report, even one whose code has not been changed generates the following error message when we try to run it.
There was an error in the report execution.
Prepared statement needs to be re-prepared.
It seems to happen (once in a while) on our production server after we execute a "Synchronization" in the SQL Editor of the server.
Usually all it takes to do away with the error is to click on our PHP code's "GENERATE REPORT" button one or two more times and then the report displays properly.
Any ideas as to why this happens, and how I could prevent it from happening?