This works just fine for me...
Let's get some details about your configuration to solve what's going on for
you.
First, I see you're running Ubuntu and web2py 1.58. You must be running
the source version, and I'll assume you got wiki from launchpad.
Do other things work? Welcome page? Can you create a new app, and create a
simple table, e.g.
db.define_table('test', SQLField('name'))
Does the examples application run ok on your installation?
On Wed, Mar 18, 2009 at 1:02 AM, Jeffield <[email protected]> wrote:
>
> bug # 1 reported with launchpad.
> I will submit a patch if I figure it out.
>
> Thanks
> Jeff
>
> On Mar 17, 11:24 pm, mdipierro <[email protected]> wrote:
> > My mistake. Please use launchpad. I will not be able to look into this
> > until the end of the month but, if somebody fixes this, I will post
> > it.
> >
> > Massimo
> >
> > On Mar 17, 11:21 pm, Jeffield <[email protected]> wrote:
> >
> > > First, is this the correct place to report web2py-wiki bugs..? (if not
> > > I apologize, teach me)
> > > launchpad (https://bugs.launchpad.net/web2py-wiki/+filebug) seemed
> > > to suggest that
> > > that was not the correct place. ( so I figured here was.)
> >
> > > ( Note: tested these in both web2py 1.58 and .159),
> > > Pretty sure these are the web2py-wiki problems, not web2py problems.
> >
> > > web2py-wiki -r4 observations.
> >
> > > Ok,
> > > Things not working,
> > > =============================================
> > > Bug #1:
> > > =============================================
> > > - Going into, design and clicking on "database administration"
> > > generates a error. ( I am trying to track it down now.)
> > > Error traceback
> > > Traceback (most recent call last):
> > > File "/home/jds/web2py.1.58/gluon/restricted.py", line 98, in
> > > restricted
> > > exec ccode in environment
> > > File "/home/jds/web2py.1.58/applications/web2py_wiki/views/
> > > appadmin.html", line 146, in <module>
> > > AttributeError: 'str' object has no attribute 'tag'
> > > -- snip --
> > > for tag in db(db.tag.id>0).select(orderby=db.tag.name):
> > > response.write('\n',escape=False)
> > > response.write(LI(A(tag.name,_href=URL
> > > (r=request,f='pages_by_tag',args=tag.id))))
> > > response.write('\n',escape=False)
> > > pass
> >
> > > =============================================
> > > Bug #2: (this is a css, presentation thing)
> > > =============================================
> > > Testing with client.
> > > ======================
> > > Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111317
> > > Ubuntu/8.04 (hardy) Firefox/3.0.4
> > > - the "Create a page" page:
> > > form: body (the "Page Tags" is overlaying the body form box,
> > > needs some additional spacing so it is not on top of the right
> > > side of the
> > > text entry box.
> >
> > > Note: bug #1 is very frustrating because I am trying to get a handle
> > > on the tables being created and what is in them, and learn this wiki
> > > app.
> >
> > > sqlite> .tables
> > > is just not as fun. -- grin --
> >
> > > Note: I am trying to track bug #1 I will let you know if I get any
> > > traction.
> >
> > > Thanks,
> > > Jeff
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---