Although I'm relatively an old user of drupal, I am new to drupal 7 and I have an issue on a new site with drupal 7. I have used CCK and views extensively on drupal 6.2, but something isn't working right on drupal 7...
I am trying to create photo albums. So I created a new content type which I named "photo album" and added to it an image field. After completing the rest of the fields setup, I tried to upload a node of this content type. I uploaded some photos to a node normally and I could see the photos thumbnails when editing the node, but when I saved the node and viewed it no photo was displayed! Even when I changed the image field to display the thumbnails in the full length story (which showed up normal in the edit mode) no image was still shown!
Even strangest is the fact that if I go directly to the location where the images are stored on the server (eg http://mysite.gr/sites/default/files/image.jpg ) drupal gives a "page not found" error, although image.jpg really exists at the specific location and it downloads via ftp!!!
I noticed that exactly the same happens with uploaded files to nodes: upload and node editing goes well, the files are accessible via ftp at /sites/default/files/ but when trying to download the, I get "page not found" error....