Hi.
I tried to create a precondition using some SQL queries, but the error
Communications Breakdown
Close this dialog and press refresh in your browser
is still showing.
I tried to trim the description the most I could so to catch the exact moment where the error was showing. First I removed {code} blocks, then as I was deleting more and more I'm able to say that this error occurs when I write:
or like '%'
which is very important for my queries.
I can add to it that
like '%'
doesn't cause any error, and that when I deleted all % characters then the whole description was accepted.
For now I made a workaround and I replaced all 'like' words with 'likeeeeee' word (with such syntax everything is accepted and I hope visible for users that they need to make editions), but I would very much appreciate some proper help here.