Since upgrading to 1.99 (I tried both 1.99.1 and 1.99.2) I get this error: 

File "/srv/http/myapp.com/web2py/gluon/tools.py", line 79, in replace_id 
return url % form.vars 
TypeError: float argument required, not Storage 

The value of url is: 

/myapp/misc/employee_select?next_url=%2Fmyapp%2Fdefault%2Findex 

The modulo operator is interpreting the '%2F' as a conversion type flags. 
Any suggestions?

Reply via email to