I have very weird problem.
On one, just on database, when entering-displaying webbrowse, got this message: Corrupt block/Unknown block type freed. This is probably caused by freeing a static variable or a bad pointer.
The problem is that I cannot examine what trigger this error, and where in the source (if anywhere) that trigger is. I checked that database, re-build all keys, and all is fine. This database, and all the others that is present in web application, also is part of offline application, and in offline application all works well.
Even when I recreate entire database from example file, its always the same error, so I think this is not on database side.
What I know about this error from "offline world", it is caused from referenced to some variables (local or global), but I cannot find what variables caused this.
Any ideas to solve this, regards Ozren.