Some Warnings
Opened this issue · 11 comments
https://github.com/LVPYassine/SS-Gang-System-SQLITE
i got 10 warnings ^^ after updating to MySQL
warning 213: tag mismatch
idk ._.
Which version of MySQL are you updating it to?
MySQL R39
Can you paste all the error lines in this issue? Just click your GitHub link in the main issue and click the line number to get the URL for it.
the lines :
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L297
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L448
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L497
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L831
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L1067
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L1270
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L1303
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L1356
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L1767
https://github.com/LVPYassine/SS-Gang-System-SQLITE/blob/master/SS_GANGSYSTEM.pwn#L2017
The returned value by mysql_query is of the Cache
type. So, your variable must be preceded by a Cache
tag:
new Cache:Result;
then i got 30 other warnings
same as first
You have to add the tag to all result variable.
exmple pls :)
^^ idk how to speel
im not good at all on MySQL That why im using ini
Refer to my previous reply: #8 (comment)
Also, you should use threaded queries. If you give me a day or two longer, I'll have it completely converted.
k.