Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
145 stars 127 forks source link

[Question or Bug] #20

Closed Tovar closed 10 years ago

Tovar commented 10 years ago

The last commits on this repository is only for people that want use mysqli? or I can update my files with them if use mysql? its compatible? Because I'm getting this error when I try to enter

string(42) "SELECT ip, value FROM znote_visitors" (query - SQL error) Type: select_multi (select multiple rows from database)

Znote commented 10 years ago

After you enable the appropriate php extention: extension=php_mysqli.dll (windows)

After that it should work. Znote AAC still only works with a mysql server, but uses the mysqli class to establish and communicate with the server.

Tovar commented 10 years ago

Both are enable, php_mysql.dll and php_mysqli.dll and still getting same error I saw it trough uniserver menu, or I have to do it by other way? @Znote

Znote commented 10 years ago

This issue is solved already: http://otland.net/threads/znote-problem.209338/#post-2007165