Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Categories stop building in Staggered Build?

Quote Reply
Categories stop building in Staggered Build?
When I build with Build All everything is fine.
When I build with Staggered (Auto) everything is fine.

But when I build with Staggered, Step1 runs through fine but Step2 only builds the first 20 categories (or whatever is defined in
Code:
my $limit = $in{'limit'} | | 20;
within
nph_build.cgi)
then proceed to Step3 is displayed without ever giving me the option to build the next 20 and so on. Step3 onwards works fine.

I`ve searched the forums for an answer but none came up for this particular problem.
Thanks for any ideas or solutions.
chmod
Quote Reply
Re: Categories stop building in Staggered Build? In reply to
I have just run into this same problem and noticed there was not a followup. Can I just change the number in the code from 20 to whatever the # of categories I have? Or is it this simple? Any info would be greatly appreciated. Thanks
Quote Reply
Re: Categories stop building in Staggered Build? In reply to
Sierra,
I have not solved it yet, however you can change the number to whatever amount of categories you wish to build during the steps of staggered (auto) it should also work for staggered but I still have the above problem with it. If I solve it I`ll let you know.
chmod.