Sreyas-Sreelal/SS-Gang-System-SQLITE

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 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.