Hi All,

I'm getting my feet wet with my first axkit setup and
I'm having a little trouble with the axkit image
gallery.  I've setup my httpd.conf as described in the
article.  I think I have my axkit installed correctly
by loading a whole lot of perl packages from CPAN. 
However after I build (h2xs -X -n My::**) the module
examples such as My::ProofSheet, etc... I'm getting an
error this error in the apache error_log when I try
requesting htdocs/04/:

about to execute:
Apache::AxKit::Language::SAXMachines::handler
Caughn an exception
[Error] Can't locate object method "new" via package
"My::ProofSheetMachine"... at SAXMachines.pm line 37

I'm running the h2xs and then copying over the *.pm
files with verbatim of what is on the axkit image
gallery article for ProofSheet.pm,
ProofSheetMachine.pm, Thumbnailer.pm, Filelist2Data.pm

Currently, I don't have any files in htdocs/04, and I
haven't created the xsl stylesheets yet.  I don't know
if that is the problem, but my guess is it isn't. 
Also, my other question is regarding My::ProofSheet:
 
my @images = map $self->file2image( $_, $dirpath ),
            sort {
                $a->{filename} cmp $b->{filename}
            } @{$data->/2002/09/24/axkit.html};

that last line /2002/09/24/axkit.html, is there data
in that html file?  Or is it something to do with
namespace?  why the directory /2002/09/24, it's
definitely not the $dirpath where the images are? 
Also my last question regarding My::Filelist2Data:

$data->/2002/09/24/axkit.html      ||= [];

Again, where is this data coming from?  Is it
generated by AxKit along the pipeline?  Why the
directory /2002/90/24? Is this site specific, can I
change it?  Also, I get make test errors on that line,
make test doesn't seem to like the "/".  I know I'm
probably missing something, thanks folks.

"In God we trust, all others bring data" 

deanc



__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to