Wim Kerkhoff wrote:
> Hi all,
>
> I just discovered C:A:F today, looks great! I'd love to skip the
> CGI::Application step and jump right into C:A:F.
>
Good to hear it. :-)

> After some fun of installing all the dependencies via Debian's apt-get
> and CPAN, I managed to finally get a login screen. But when I enter
> rdice/foobar, I get a rather ugly Carp error screen. The following
> shows up in Apache's log:
>
> [Thu Jun  8 21:52:34 2006] app.cgi: Error executing class callback in
> prerun stage: Permission denied at /usr/share/perl/5.8/CGI/Carp.pm
> line 314.
> [Thu Jun  8 21:52:34 2006] app.cgi:     (in cleanup) Permission denied
> at /usr/share/perl/5.8/CGI/Carp.pm line 314.
>
> from /usr/local/caf/framework/logs/webapp.log:
>
> [CGI::Application::Framework][Thu Jun  8 21:57:13 2006]
> /usr/local/share/perl/5.8.8/CGI/Application/Framework.pm 2579 debug -
> logging system initialized: (pid: 19271)
> [CGI::Application::Framework][Thu Jun  8 21:57:14 2006]
> /usr/local/share/perl/5.8.8/CGI/Application/Framework.pm 2666 debug -
> In 'cgiapp_prerun' just before checking the runmode
> --> current run mode : navbar
> --> start mode : login
> [CGI::Application::Framework][Thu Jun  8 21:57:14 2006]
> /usr/local/share/perl/5.8.8/CGI/Application/Framework.pm 2693 debug -
> I made it past the login run mode check
> [CGI::Application::Framework][Thu Jun  8 21:57:14 2006]
> /usr/local/share/perl/5.8.8/CGI/Application/Framework.pm 2701 debug -
> About to validate a first time login
> [CGI::Application::Framework][Thu Jun  8 21:57:14 2006]
> /usr/local/share/perl/5.8.8/CGI/Application/Framework.pm 2729 debug -
> First time login form was well-formed
> [CGI::Application::Framework][Thu Jun  8 21:57:14 2006]
> /usr/local/share/perl/5.8.8/CGI/Application/Framework.pm 2748 debug -
> Login authenticate:  current runmode = navbar
>
>
> Any ideas on this one? I'm a stumped, as nothing in /usr/local/caf
> matches a grep for cleanup or prerun...
>
It would be in CGI/Application/Framework.pm, whereever your Perl library
site is.

Cheers,
Richard

_______________________________________________
caf mailing list
caf@lpi.org
http://list.lpi.org/cgi-bin/mailman/listinfo/caf

Reply via email to