Quote:
Originally Posted by ntloc
Hi, can you help me out on this problem. I've just moved to a new dedicated server with Apache v2.2 + PHP5 + MySQL 4.1,...
p.s. and also when I click "Update Counters" to recount all files after imported, it take 10 minutes to finish.
|
My guess is the difference between how PHP5 and PHP4 handle memory. Ask your host what memory_limit is set to in php.ini. My guess is that it's memory_limit = 8M. Ask them to increase that to 24M. That should help.