On Jan 13, 2007, at 1:17 AM, Robert James Kaes wrote:

> Good evening,
> Are there any known issues with using RDBO, Apache2::Reload, and
> ModPerl::PerlRun?  I ask because I'm using all three, and whenever I
> make a changes to one of my RDBO derived classes, I always end up with
> an "internal server error" when I reload the web page.
>
> This is not an issue with any of the other Perl modules (like
> CGI::Application derived packages), so is there some setting I need to
> either make for RDBO (or perhaps something I _shouldn't_ be doing?)
>

you should tail the error log to see what the exact error is

__PACKAGE__->meta->initialize( replace_existing=> 1 );

in each of your rdbo classes, after everything has been described,  
*might* help.  without an actual error message, its a wild stab.



// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to