Weird mySql/Sqlite module problem
I have been investigating this now for a while, and it seems to me that in newest amxmodx 1.80 you cannot activate both, mysql and sqlite modules.
I have a plugin, what would need to fetch some info from remote mysql-server and also this same plugin uses sqlite to save some present information to local sqlite-database. When I activate both modules from modules.ini server reports no errors, but when I execute the mysql query I got only -1 result (fail). Sqlite works. But the weirdest thing is that even if my plugin isn't doing anything with sqlite (I commented out everything related to sqlite), mysql results keep coming with -1 result. If I comment sqlite module out from modules.ini, then mysql queries works like a charm. Both db:s have own handle. Do you have any idea how I could use both mysql and sqlite at the same time, to me it seems that there is nothing wrong with my plugin, it's more likely related to some kind of module conflict. Thanks, Jari. |
Re: Weird mySql/Sqlite module problem
|
| All times are GMT -4. The time now is 05:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.