[web2py] Re: Images not showed on linux

2014-03-13 Thread jldistefano
LightDot, you were right. The name of the image is Ok.ico, not ok.ico. What a fool. Thanks. > -- 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 rece

[web2py] Re: Images not showed on linux

2014-03-12 Thread Leonel Câmara
Besides what LightDot said, if you're using file:// instead of http:// that won't work for obvious reasons. -- 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) --

[web2py] Re: Images not showed on linux

2014-03-12 Thread LightDot
First thing that comes to mind is that Linux is case sensitive, while Windows is not. So ../Silos/static is different then ../silos/static/... etc. If not, then please provide the actual errors displayed and/or server logs... There must be an error, "no images showed" doesn't tell us much. Reg