-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update database.sp #244
Update database.sp #244
Conversation
Attempted fix for problem #176
@Ferks-FK I made the change to my plugin, I'll be testing it and I'll return here with feedback. If you have any method that I can test faster just say that I see it here, for now I just sent the plugin with the changes and I'll keep checking the logs. |
Ok, thanks for the contribution 👍 |
@Ferks-FK It started to show the following errors in the log:
|
Fix a syntax error, recompile with updated file and test again please. |
@Ferks-FK so far no errors. I'm still watching, anything back here. |
The syntax error will probably not show up anymore, now we need to know about the main error. |
I believe that just waiting, it has been more than 12 hours since I applied this correction, until the moment without errors. In this case, there is only this:
But I believe it's my own MySQL database error, and this error has only appeared once so far. |
Yes, it is an error related to your mysql |
Are you handling SQLite also? I think |
I am not sure about this, I am on servers set up to test now, if anyone can test this I would appreciate it. |
Fast error-free testing so far using SQLite, I will be testing with various players to see if there are any errors. As soon as possible return with the results. |
Can be merged, so far no errors for me using SQLite/MySQL. I tested both with an existing database and with a clean database. |
According to @crashzk tests the plugin works well with MySQL and SQLite. |
This PR has been closed, no longer needs to be merged? @kgns |
Attempted fix for problem #176
Someone needs to test this patch, I didn't have time to test it.