
10-03-2009, 03:25 AM
|
 |
|
|
Join Date: Jan 2005
Location: Egypt
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Alfa1
With the new version, I get this:
I currently have 435 underage members, and about 80.000 userid's.
|
Oh, that's because of your large number of banned users. The processing cycle multiplied by that number of banned users seems to be heavy. Try this solution currently ...
Please put the following line of code at the begin of your cronjob file "includes/cron/ssgti_banunderage.php":
PHP Code:
ini_set("memory_limit", "128M");
Then run the scheduled task again & tell me what happens.
|