24.03.2015, 16:36
You do know that this plugin has a log system that logs not only errors and warnings, but also debug messages to a file called 'mysql_log.txt'? You can enable that only using one (!) function: "mysql_log(LOG_ALL);"
So why not use it and check if you find any errors or warnings inside that file, and if not, check if the debug messages contain unusual data?
So why not use it and check if you find any errors or warnings inside that file, and if not, check if the debug messages contain unusual data?
