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
There's an updated version of the category manager that can handle large numbers. Search the board.
Thanks, it has been solved:
http://forum.coppermine-gallery.net/index.php/topic,50783.0.html