If I delete a plug-in modules file, and it asks yes or no, if I select
no, it will provide this stacktrace.
Filename is
modules/plugin_asdf.py
Traceback (most recent call last):
File "/home/thadeusb/Applications/web2py/gluon/restricted.py", line
184, in restricted
exec ccode in environment
File
"/home/thadeusb/Applications/web2py/applications/admin/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/admin/controllers/default.py>,
line 1005, in <module>
File "/home/thadeusb/Applications/web2py/gluon/globals.py", line
103, in <lambda>
self._caller = lambda f: f()
File
"/home/thadeusb/Applications/web2py/applications/admin/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/admin/controllers/default.py>,
line 731, in plugin
models=filter_plugins(models),
File
"/home/thadeusb/Applications/web2py/applications/admin/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/admin/controllers/default.py>,
line 727, in filter_plugins
regex=re.compile('^plugin_'+plugin+'(/.*|\..*)?$')
TypeError: cannot concatenate 'str' and 'NoneType' objects
-Thadeus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---