Are the templates getting run?
%# /autohandler
<%init>
open OUT .....;
print OUT "yon";
close OUT;
</%init>
--Scott, who was on U of Akron campus a couple months ago
On Thu, 29 Mar 2007, Brad Rice wrote:
> The output channel is web. The destination is Default
Site. Seems like we
> have everything setup correctly by following the
messages and we are still
> stumped. Where can we put debug code to track down why
it isn't publishing?
> We put a print statement in the
>
/usr/local/lib/perl5/site_perl/5.8.8/Bric/Util/Trans/ftp://F
TP.pm file to
> see if we could write out what it was logging in as,
but it never wrote out
> a file. So we are thinking the files are not even
getting to FTP.
>
>
> On 3/28/07 9:39 PM, "David E. Wheeler"
<david kineticode.com> wrote:
>
>> On Mar 28, 2007, at 14:17, Matt Rolf wrote:
>>
>>> http://bricolage.cc/docs/current/api/bric_queued.html
>>>
>>> When you start it up you set the log file with
the -l option.
>>
>> Only relevant if you use bric_queued.
>>
>> Brad, make sure that the output channel that the
story is in is
>> associated with a destination that has the FTP
configuration for your
>> production server.
>>
>> Best,
>>
>> David
>
>
|