Hello,
I get this :
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
Traceback (most recent call last):
File "/programmation/version_197-1/web2py/gluon/restricted.py", line
192, in restricted
exec ccode in environment
File "/version_197-1/web2py/applications/sgddms/views/ref/creation.html",
line 115, in <module>
File "/version_197-1/web2py/gluon/compileapp.py", line 142, in __call__
page = run_controller_in(c, f, other_environment)
File "/version_197-1/web2py/gluon/compileapp.py", line 418, in
run_controller_in
restricted(code, environment, filename)
File "/version_197-1/web2py/gluon/restricted.py", line 200, in restricted
raise RestrictedError(layer, code, '', environment)
RestrictedError
With the exact same app that works under 1.96.4...
Any idea where it's coming from??
I got this traceback only with a new feature I just finished to prototype
where I use jQuery UI Tabs plugin... Could it be related to the jQuery UI
build I use??
Richard