I have a problem with an unknown server configuration.
When I try to insert 80000 users with wamp (locally) it works !
But when I execute the same script in the production server, it stop at 13591 users.
The very big problem is that no error is display despite that I wrote before the script :
Code: Select all
set_time_limit(0);
ini_set('memory_limit','80M');
if(!ini_get('display_errors'))
ini_set('display_errors', 1);
error_reporting(E_ALL);
Do you have a suggest, an idee ?
Thanks a lot.
Steve.