[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] showing more errors


Jeff MacDonald wrote:
The thing is tho, that method does exist ;) 100% no problems.

If I purposly make an syntax error like this

if (defined $query->param('foo') {
  do stuff
}

notice the missing bracket at the end of foo')

It will trigger this error, that that runmode does not exist.

Sounds like you are running under mod_perl(Apache::Registry)? Otherwise you would get a message about a syntax error. mod_perl tried to recompile your module but couldn't, that's why the method doesn't exist.

If I'm right, CGI::App has nothing to do with that error message as it is thrown by mod_perl.

--
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.