[jifty-devel] MyWeblog Ex Question

Scott T. Hildreth shildreth at allantgroup.com
Tue May 30 16:32:11 EDT 2006


WARN - DBD::SQLite::db prepare failed: table posts has no column named body(1) at dbdimp.c line 269 at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/Jifty/DBI/Handle.pm line 418.

WARN - Jifty::Handle=HASH(0x9811150) couldn't prepare the query 'INSERT INTO posts (body, title, id) VALUES (?, ?, ?)'table posts has no column named body(1) at dbdimp.c line 269

ERROR - Create of MyWebLog::Model::Post failed: Record created
WARN - Use of uninitialized value in string eq at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/Jifty/Web/Form/Clickable.pm line 287.

...this happens if I try to post from Admin page. maybe my schema is messed up.


On Tue, 2006-05-30 at 16:22 -0400, Jesse Vincent wrote:
> 
> 
> On Tue, May 30, 2006 at 03:12:47PM -0500, Scott T. Hildreth wrote:
> >  
> > > The issue, is, I suspect a literal copy and paste, rather than a
> > > transcription. Mason code needs to start in column 0
> > 
> > Okay, gets me closer,
> > 
> > WARN - Can't locate object method "new" via package "MyWeblog::Model::PostCollection" 
> > 
> > ...should that be Post not PostCollection?
> 
> PostCollection. Which should be automatically created by
> Jifty::ClassLoader.  Got any other errors?
-- 
Scott T. Hildreth <shildreth at allantgroup.com>


More information about the jifty-devel mailing list