
chauncey.thorn at gmail
Oct 6, 2008, 2:20 PM
Post #3 of 6
(1318 views)
Permalink
|
Category Archive documents belong only in the Galleries, Free Agent, or A/V Gallery categories. This one is in /galleries Which seems odd because old categories work. Any new category created no archive.. I'm also getting this error a lot..- however I don't think this would prevent the archives from being created. [Mon Oct 6 21:13:48 2008] (30787) Apache::SizeLimit httpd process too big, exiting at SIZE=203580 KB SHARE=1444 KB UNSHARED=202136 REQUESTS=2 LIFETIME=0 seconds [Mon Oct 6 21:13:49 2008] (30808) Apache::SizeLimit httpd process too big, exiting at SIZE=203580 KB SHARE=1444 KB UNSHARED=202136 REQUESTS=2 LIFETIME=0 seconds [Mon Oct 6 21:13:50 2008] (30811) Apache::SizeLimit httpd process too big, exiting at SIZE=203580 KB SHARE=1444 KB UNSHARED=202136 REQUESTS=2 LIFETIME=0 seconds [Mon Oct 6 21:13:50 2008] (30810) Apache::SizeLimit httpd process too big, exiting at SIZE=203580 KB SHARE=1444 KB UNSHARED=202136 REQUESTS=2 LIFETIME=0 seconds Thanks for your time. On Mon, Oct 6, 2008 at 4:36 PM, Phillip Smith <phillip [at] communitybandwidth> wrote: > > Error message? Log file error message? > > On 6-Oct-08, at 4:33 PM, Chauncey Thorn wrote: > >> Hello all, >> My archival of articles has quit working. Any help on where to start >> looking would help. >> I have this line of code in my templates.. >> >> >> % if (my $archive_uri = $m->comp('/util/archive_category.mc', full_uri => >> 1)) { >> >> <p class="moreLink"><a href="<% >> $archive_uri %>" >> title="Archives">Full Cover Stories Archive</a></p> >> >> % } >> >> in the <%init%> block I have this... >> >> my $archive_uri = $story->get_primary_category->get_uri; >> $archive_uri .= 'archives/index.php'; >> $archive_uri =~ s|^/||; # php does not like leading slashes >> >> my @archive = grep $_ => @stories[0 .. $idx]; >> >> Yet no directories are being create etc... >> >> Thanks in advance for any feedback. >> >> Chauncey Thorn >> Sr. Applications Developer / Systems Administrator >> Vibe Media Group > > -- > Phillip Smith, > Simplifier of Technology > Community Bandwidth > http://www.communitybandwidth.ca > > > >
|