I think the problem is this
patch:
http://code.google.com/p/web2py/source/detail?r=6567d43d2ef73aae6ebabb120a3b916c048cabf2.
We'll have to think about a fix.
Anthony
On Wednesday, March 7, 2012 3:57:44 PM UTC-5, smoggy wrote:
>
> Hello all,
>
> So i was trying my local site and i saw some broken images that are loaded
> via the following code
> <img src="{{=URL(r=request,c='static',f='images/product.png')}}" alt="bb"
> width="296" height="400" />
> This is inside a .load file that loads inside a DIV.
>
> and produces the following URL which does not exist:
> http://192.168.0.106/init/static/images.load/product.png
>
> The .load suffix should not be there, unless the /static directory is
> no longer an exception controller.
>
> This used to work fine like one month ago, some patch must have broken it.
>
> Could anybody fix that error or explain what if there is a new convention
> for static files.
>
> Thanks in advance.
>