forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: mrlovecraft on August 13, 2008, 01:54:44 pm

Title: How to handle 800+ categories?
Post by: mrlovecraft on August 13, 2008, 01:54:44 pm
Hello everybody,
i'm trying to create a coppermine gallery (1.4.18) with more than 800 categories/subcategories.

I can insert them directly using mysql. I do it in two steps:
1. Insert 400 categories. When I go to http://localhost/catmgr.php I get a 13 MB file
2. Insert 400 categories. Now the system has in total 800 categories. When I go to http://localhost/catmgr.php, I get an empty page. Nothing.

I guess it can be a problem related to the amount of memory allocated to php.
I have modified php.ini

memory_limit = 128M   

But it still fails,

Any clue on what is going wrong?

Thanks in advance
Title: Re: How to handle 800+ categories?
Post by: Nibbler on August 13, 2008, 02:13:33 pm
There's an updated version of the category manager that can handle large numbers. Search the board.
Title: Re: How to handle 800+ categories?
Post by: mrlovecraft on August 13, 2008, 03:19:23 pm
Thanks, it has been solved:
http://forum.coppermine-gallery.net/index.php/topic,50783.0.html