06.06.2016, 17:02
About the cache function is that you are trying to retrieve data that is not integer. That also happens if the column is NULL.
For now, you'll need to enable log all so we can take a closer look at what is happening when you register.
before mysql_connect, call:
Try to register a new name and if it fails to insert a new row, post the mysql logs again.
For now, you'll need to enable log all so we can take a closer look at what is happening when you register.
before mysql_connect, call:
pawn Код:
mysql_log(LOG_ALL);