On Fri, Jul 10, 2009 at 5:03 PM, Mariano Martinez
Peck<marianopeck(a)gmail.com> wrote:
I
don't know what else to test or debug...
well, everything do seem to work correctly -- all the images are
generated, which is all we should need. So it's either the reported
final url that is wrong (as for example the port wasn't included) or
that you don't have a webserver set up to serve the images from those
final url.
Nicolas: Thanks for the help.
This is the problem: I don't have a web server catching those photos. I
don't use seaside (as my app is in development yet) with an external web
server like apache. I just use Kom. I didn't know I need a web server.
Is there a workarround here or I must use a webserver? If the second...I
must take a time and see how to do it as I have never do it before.
Well, one of the point for me was to serve those pictures statically
:) so yes, you do need a webserver. I would recommand lighttpd over
apache.
That being said, Kom _is_ a webserver, maybe you can set it up so that
it serves local files. But I have no idea how to do so, and more
importantly using e.g. lighttpd would be much more efficient...
If you want to just have a workaround to prototype things, try
replacing the external url (http:// ...) by a file:// url (you might
have to modify the Rio -url method as well) -- depending on your
browser it might work.
--
Nicolas Roard
"I love deadlines. I like the whooshing sound
they make as they fly by." -- Douglas Adams