Closed (fixed)
Project:
ImageCache
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Sep 2006 at 15:05 UTC
Updated:
15 Sep 2006 at 09:28 UTC
I've installed imagecache. I have enabled and working clear urls but imagecache doesn't work.
My code is
print theme_imagecache("thumb", $item["node"]->field_image_1[0]["filepath"])
the php code generate this html code:
<img src="http://www.antiquariamalda.com/files/imagecache/thumb/files/00002.jpg">
I have a the presset namespace called "thumb" with an scale action.
Is this a bug or i miss something?
Comments
Comment #1
lenart commentedI have exactly the same problem. I believe we're missing something. I think it would help if the README was written a bit more in details.
Comment #2
dopry commentedWhat happens when you try to load the src url in the browser?
Comment #3
carlitus commentedIt shows the home page.
Comment #4
dopry commentedYou probably need to comment out the RewriteEngine Off and change Options None to Options +FollowSymlinks in the .htaccess file in your drupal files directory.
Comment #5
carlitus commentedI allready have a "Options +FollowSymLinks" (i think this is the Drupal default).
Ummm, a RewriteEngine Off? I need clean url's.
Comment #6
lenart commentedDopry is right. You have to edit the .htaccess file in /files directory. Mine looked like this and I believe it worked.
Comment #7
carlitus commentedPerfect!. The problem was i didn't know i needed to change the .htaccess in files directory.
Lot of thanks to all.