How to handle 800+ categories? How to handle 800+ categories?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to handle 800+ categories?

Started by mrlovecraft, August 13, 2008, 01:54:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mrlovecraft

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

Nibbler

There's an updated version of the category manager that can handle large numbers. Search the board.