When I create an article I defined thumbnail and main images in Calais Geotagging. The module uploads both images to /sites/default/files -- but when displaying in the front page there is an error because the module is looking for these defined images in /sites/default/files/imagecache/thumbnail and /sites/default/files/imagecache/spotlight_homepage/ THE PROBLEM is that using a FTP client I can see that both folders (spotlight_homepage and thumbnail) were not created during installation. Also, I can see that both files were uploaded to /sites/default/files/
Thank you

Comments

frariel’s picture

Just an update about this issue: I just found out that the module is not uploading at all the images mentioned above. That's why there is an "x" in the frontpage stating that it cannot display the thumbnail or the main image. You can see this error at www.frivarso.com

brenk28’s picture

Sounds like maybe there is a problem with the imagecache module... when you go to /admin/build/imagecache/list and click on the featured_image preset do you see a sample image?

frariel’s picture

There is no sample image. The link is there but the sample image does not appear. The error shows the same "x" as in the front page of the site.

brenk28’s picture

I wonder if the files folder has the right permissions to create subfolders... are you able to see who owns the files folder and what the permissions are?

frariel’s picture

The files folder has the following permissions:
Permissions: flcdmpe (0775)
Propietary/Group: 5419965 600

irakli’s picture

Version: » 6.x-1.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

hamish’s picture

I am having the exact same problem as described above imagacache not writing the correct flder and files within imagecache. it's only zriting the file to the files folder. Was there a solution for this?

i am using openpublish-2.3-build432.tar

Thanks

RobertoGA’s picture

I have the same problem with openpublish-2.3-build441...

I tested Drupal permissions and can not find the error there... any clue for this problem??

Thanks

chan Chan’s picture

I fixed the problem by enable ReWrite module in Apache. Hope it may help.

iRex’s picture

Thanks for the solution. But, how do I enable the rewrite module, and is this an ideal solution. Does anyone know why this happens?