You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have MariaDB installed on my dev machine and it works great with myCRED.
However after upgrading myCRED to version 1.8.2 an error occurred complaining about mySQL syntax for the word rows found in the file class.query-log.php.
I simply added mySQL single quote around the word `rows` and it worked fine.
Can you tell me where to send a PR? to which branch ?
Thanks
The text was updated successfully, but these errors were encountered:
I have MariaDB installed on my dev machine and it works great with myCRED.
However after upgrading myCRED to version 1.8.2 an error occurred complaining about mySQL syntax for the word rows found in the file
class.query-log.php
.I simply added mySQL single quote around the word `rows` and it worked fine.
Can you tell me where to send a PR? to which branch ?
Thanks
The text was updated successfully, but these errors were encountered: