Never mind, it doesn't have to do with Catalyst.

-----Original Message-----
From: Emily Heureux [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 17, 2007 10:24 AM
To: 'The elegant MVC web framework'
Subject: Permission Denied??

Hi, I have an instance of an object in my Catalyst application called
$MP_Model.  I have been using it successfully to call its methods until
today, when I received a 'permission denied' message:

Caught exception in Play::Controller::Maths->m_summarypg "Cannot open
file:Permission denied"

and from Stack Trace:

Play::Controller::Maths         
65:     # Get ProteinName data structure through Protein Summary Data from
Model.pm in MP.
66:     my $summarydata = $MP_Model->ProteinSummaryData({ProteinName =>
[$param]});
67:     my $structuredata = $MP_Model->GetAllStructureData({ProteinName =>
[$param]});

I added line 67, and that is when I get the error.  Line 66 works fine, and
the GetAllStructureData method works fine in the application that it is part
of, but that is what is causing the 'permission denied' error.

Why 'permission denied'??  What file could it be saying cannot be opened?

Emily



_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to