I was adding to my controllers and views and all of a sudden the error 
below, any ideas?

Only occurs to logged in users.
I remove extend layout from any view and this error goes away...

*<type 'exceptions.ValueError'> need more than 1 value to unpack*
*Version**web2py™ Version 2.7.4-stable+timestamp.2013.10.14.15.16.29**Python 
Python 2.7.4: /usr/bin/python (prefix: /usr)**Traceback**1.**2.**3.**4.**5.*
*6.**7.**8.**9.**10.**11.**12.**13.**14.**15.**16.**17.**18.**Traceback 
(most recent call last):**  File 
"/home/www-data/web2py/gluon/restricted.py", line 217, in restricted**    
exec ccode in environment**  File 
"/home/www-data/web2py/applications/DSM/views/default/index.html", line 71, 
in <module>**  File "/home/www-data/web2py/gluon/globals.py", line 381, in 
write**    self.body.write(xmlescape(data))**  File 
"/home/www-data/web2py/gluon/html.py", line 120, in xmlescape**    return 
data.xml()**  File "/home/www-data/web2py/gluon/html.py", line 2488, in xml**  
  return self.serialize(self.data, 0).xml()**  File 
"/home/www-data/web2py/gluon/html.py", line 2453, in serialize**    
li.append(self.serialize(item[3], level + 1))**  File 
"/home/www-data/web2py/gluon/html.py", line 2453, in serialize**    
li.append(self.serialize(item[3], level + 1))**  File 
"/home/www-data/web2py/gluon/html.py", line 2433, in serialize**    (name, 
active, link) = item[:3]**ValueError: need more than 1 value to unpack*

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to