Mysql Query not working anymore, (Login System)
#4

Thanks for the quick reply oliverrud,

This is a problem I have experienced a few times. You could try reducing the size of the variables you retrieve from the MySQL server. For example.

You get 24 strings, all 256 big:
Код:
playerfilesplit[24][256]
This is slightly unecessary and has caused me major issues in the past. Would you mind reducing it to 64?

Eg:
Код:
playerfilesplit[24][64]
Give it a try.

Cheers,

TJ
Reply


Messages In This Thread
Mysql Query not working anymore, (Login System) - by oliverrud - 21.06.2010, 15:30
Re: Mysql Query not working anymore, (Login System) - by TTJJ - 21.06.2010, 15:43
Re: Mysql Query not working anymore, (Login System) - by oliverrud - 21.06.2010, 15:46
Re: Mysql Query not working anymore, (Login System) - by TTJJ - 21.06.2010, 15:48
Re: Mysql Query not working anymore, (Login System) - by oliverrud - 21.06.2010, 15:51
Re: Mysql Query not working anymore, (Login System) - by TTJJ - 21.06.2010, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)