I am completely baffled.  After moving my web2py application from one 
server to another, I keep getting "SyntaxError: not enough information to 
build the url" as a result of this line in one of my layout views:

{{=URL('static','/images/logo.png')}}

This working working on a 1.99.4 install and now isn't on a 1.99.7 install. 
 The thing is, I have dozens of these exact statements throughout my view 
for all the necessary images.  This is the only one that throws this error. 
 If I comment it out, the rest of the page loads fine.  Far as I can tell, 
my routes are fine since everything else works as expected.

The only thing I can think is that this line is in navbar.html which is 
included in layout.html.  Maybe that somehow makes it different?

Matt

Reply via email to