by the way,

the registration confirmation email contains very incomplete link :/

Click on the link http://...verify_email/6a2cd595-17a1-4044-b5ef-1153e272f78e
to verify your email

On 6 Geg, 17:03, Jurgis <jurgis.pralgaus...@gmail.com> wrote:
> there seems to be crud+auth problem
>
> becauase if I not enable auth4crud
> # crud.settings.auth=auth                      # (optional) enforces
> authorization on crud
>
> things work nicely
>
> On 6 Geg, 16:12, Jurgis Pralgauskis <jurgis.pralgaus...@gmail.com>
> wrote:
>
> > Hello,
>
> > I renamed the application folder and started web2py again
> > I can do admin ok, but CRUD examples stop to work :/
> > not sure if this is due to renaming..
>
> >http://127.0.0.1:8000/CodeByExample/default/data/tables
> > shows empty window :/
> > I recall it showed me nice tables some time earlier..
>
> >http://127.0.0.1:8000/CodeByExample/default/data/select/Examples
> > I get Error
>
> > Traceback (most recent call last):
> >   File "/home/www/web2py/gluon/restricted.py", line 98, in restricted
> >     exec ccode in environment
> >   File "/home/www/web2py/applications/CodeByExample/controllers/
> > default.py", line 18, in <module>
> >   File "/home/www/web2py/gluon/globals.py", line 75, in <lambda>
> >     self._caller = lambda f: f()
> >   File "/home/www/web2py/applications/CodeByExample/controllers/
> > default.py", line 13, in data
> >     def data(): return dict(form=crud())
> >   File "/home/www/web2py/gluon/tools.py", line 1341, in __call__
> >     redirect (self.settings.auth.settings.on_failed_authorization)
> >   File "/home/www/web2py/gluon/http.py", line 88, in redirect
> >     location = location.replace('\r', '%0D').replace('\n', '%0A')
> > AttributeError: 'NoneType' object has no attribute 'replace'
>
> > after I surround the place of error with try/except print str(e), I
> > get error againhttp://files.akl.lt/users/jurgis/etc/web2py-weirderror.html
>
> > You can find the app (this is just first steps) for 
> > downloadhttp://files.akl.lt/users/jurgis/etc/web2py.app.CodeByExample.tar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@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