Why wont this load information (MySQL - Short)
#1

This doesn't load, I tried printing the information loaded in the console but it doesn't load:

Edit: No longer relevant.
Reply
#2

can you show us the debug.txt file?
Reply
#3

Quote:
Originally Posted by Jari_Johnson*
View Post
can you show us the debug.txt file?
Forgot about that -_- Lol.

Quote:

[11:30:19] Passing query SELECT `Username`, `Pass`, `Email` FROM `players` WHERE `Username` = 'Ryan_Sheilds' | siii
[11:30:19] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT `Username`, `Pass`, `Email` FROM `players` WHERE `Username` = 'Ryan_Sheilds')
[11:30:19] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
[11:30:19] OnQueryFinish(siii) - Threaded function called.
[11:30:19] >> mysql_store_result( Connection handle: 1 )
[11:30:19] CMySQLHandler::StoreResult() - Result was stored.
[11:30:19] >> mysql_num_rows( Connection handle: 1 )
[11:30:19] CMySQLHandler::NumRows() - Returned 1 row(s)
[11:30:19] >> mysql_fetch_field_row( Connection handle: 1 )
[11:30:19] CMySQLHandler::FetchField(Username) - You cannot call this function now. (Reason: Fields/Rows are empty.)
[11:30:19] >> mysql_fetch_field_row( Connection handle: 1 )
[11:30:19] CMySQLHandler::FetchField(Email) - You cannot call this function now. (Reason: Fields/Rows are empty.)
[11:30:19] >> mysql_fetch_field_row( Connection handle: 1 )
[11:30:19] CMySQLHandler::FetchField(Pass) - You cannot call this function now. (Reason: Fields/Rows are empty.)

Problem is, they're not empty.
Reply
#4

Bumpp
Reply
#5

I'm kinda fixing it, except the Password and Email isnt loaded, I think it has something to do with how its passed Edit:

No longer relevant.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)