I am trying to migrate from ASPPlayground to vBulletin 3.7.0
Have problems with 006 module.
It is stopping without error message (no error output, no record in errorlog).
I've tryed to trace problem place - look like it is inside get_user_ids() function
It is getting all users (>300K users) in SELECT query and stopping after ~200K iteration (i am checking size of ids array)
Can you help me with this problem?
Have problems with 006 module.
It is stopping without error message (no error output, no record in errorlog).
I've tryed to trace problem place - look like it is inside get_user_ids() function
It is getting all users (>300K users) in SELECT query and stopping after ~200K iteration (i am checking size of ids array)
Can you help me with this problem?
Comment