Hey guys,
some time ago I extended the Blog module so it has an image field. I was following this link at a time:
The thing is it was working perfectly and I've forgotten all about it, but now we moved the website to another server and the field doesn't work any more (frontend or backend):
It give the browse option, then you select the image you wish to upload, except it and it does nothing... It shows the path to file and button brows, but doesn't upload image at any time.
Did this happen to any of you? how to fix it?
EDIT: I've looked a bit into it. The image gets uploaded, cause there it is in /assets/uploads , then I've looked into mysql db and there is an image ID for that entry, I guess there is no reason to believe that SimpleImageField doesn't work... so why isn't the image being shown?