Can you show your code? What version of web2py were you running, and what 
version are you running now?

On Tuesday, September 30, 2014 12:55:48 PM UTC-4, Cory wrote:
>
> Hello,
> has anyone seen this error before? if so, can you please tell me what it 
> may be related to? 
> I received this error when I cloned my project on a new computer. When I 
> try to start web2py
> on any of my apps it gives me this error. 
>
> thanks!
>
> <type 'exceptions.RuntimeError'> formstyle not supported
>
> Traceback (most recent call last):
>   File "/home/cory/web2py/gluon/restricted.py", line 224, in restricted
>     exec ccode in environment
>   File "/home/cory/web2py/applications/zoomit/controllers/default.py", 
> line 1535, in <module>
>   File "/home/cory/web2py/gluon/globals.py", line 392, in <lambda>
>     self._caller = lambda f: f()
>   File "/home/cory/web2py/applications/zoomit/controllers/default.py", 
> line 955, in index
>     Field('weight', 'integer', requires=IS_NOT_EMPTY()),
>   File "/home/cory/web2py/gluon/sqlhtml.py", line 1730, in factory
>     **attributes)
>   File "/home/cory/web2py/gluon/sqlhtml.py", line 1324, in __init__
>     table = self.createform(xfields)
>   File "/home/cory/web2py/gluon/sqlhtml.py", line 1354, in createform
>     raise RuntimeError('formstyle not supported')
> RuntimeError: formstyle not supported
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to