Are you using the web2py binary or source?
Did you delete only the .table or everything in databases?
Does you app run if you set migrate=False for all tables?

Massimo

On Jan 22, 4:11 pm, Brian M <bmere...@gmail.com> wrote:
> Hmm, I've been running into this problem a bunch today. WinXP with
> source web2py 1.74.5 and SQLite.  My .table files keep getting
> truncated to 0 bytes for some reason and then web2py chokes.
>
> ~Brian
>
> On Jan 22, 2:13 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
>
> > looks like a corrupted .table file
> > -Thadeus
>
> > On Fri, Jan 22, 2010 at 1:18 PM, vince <lapcc...@gmail.com> wrote:
> > > i just look into the error log for some clean up and found several
> > > ticket with the following errors. i am using 1.74.6, any ideas?
>
> > > Traceback (most recent call last):
> > >  File "/Library/WebServer/Documents/web2py/gluon/restricted.py", line
> > > 173, in restricted
> > >    exec ccode in environment
> > >  File "/Library/WebServer/Documents/web2py/applications/cms/models/
> > > db.py", line 137, in <module>
> > >    migrate=is_migrate)
> > >  File "/Library/WebServer/Documents/web2py/gluon/sql.py", line 1252,
> > > in define_table
> > >    t._create(migrate=migrate, fake_migrate=fake_migrate)
> > >  File "/Library/WebServer/Documents/web2py/gluon/sql.py", line 1703,
> > > in _create
> > >    sql_fields_old = cPickle.load(tfile)
> > > EOFError
>
> > > --
> > > You received this message because you are subscribed to the Google Groups 
> > > "web2py-users" group.
> > > To post to this group, send email to web...@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > web2py+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/web2py?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to