05.07.2013, 12:18
I found a bug.
mysql_format() causes the server to crash if the input is too long, on Linux. I don't know the exact character count but seems like mysql_format() is not able to handle long strings. I have been using format() instead of it and everything works perfect.
I think you gotta fix it ASAP, as its a very important function for this plugin. As a reminder again, that only happens in Linux.
mysql_format() causes the server to crash if the input is too long, on Linux. I don't know the exact character count but seems like mysql_format() is not able to handle long strings. I have been using format() instead of it and everything works perfect.
I think you gotta fix it ASAP, as its a very important function for this plugin. As a reminder again, that only happens in Linux.