MySQL not inserting entries
#8

Quote:
Originally Posted by willbedie
View Post
Have you tried debugging them?

EDIT: Try to debug them, here's an example:

PHP Code:
function OnPlayerRegister(playerid)
{
    
pInfo[playerid][SQLID] = cache_insert_id();
     print(
"OnPlayerRegister has been called");
    return 
1;

Yes, and the callback was not called. I even put in a static query to test if it would callback then and it didn't.
Reply


Messages In This Thread
MySQL not inserting entries [RESOLVED] - by Aerotactics - 02.09.2018, 19:27
Re: MySQL not inserting entries - by Stormalle - 02.09.2018, 20:08
Re: MySQL not inserting entries - by Shinja - 02.09.2018, 23:35
Re: MySQL not inserting entries - by Aerotactics - 03.09.2018, 02:46
Re: MySQL not inserting entries - by solstice_ - 03.09.2018, 02:58
Re: MySQL not inserting entries - by Aerotactics - 03.09.2018, 03:14
Re: MySQL not inserting entries - by solstice_ - 03.09.2018, 03:22
Re: MySQL not inserting entries - by Aerotactics - 03.09.2018, 04:14
Re: MySQL not inserting entries - by Zeth - 03.09.2018, 05:00
Re: MySQL not inserting entries - by Calisthenics - 03.09.2018, 08:19
Re: MySQL not inserting entries - by Shinja - 03.09.2018, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)