Hi
i would test this module but on my dev server no image displayed, just this text :
sites/all/media/nivo_slider/2011/06/Hiver.jpg" alt="<a href="/drupal6/content/image-test-1-nivo-slider">Image test 1 nivo slider</a>" title="<a href="/drupal6/content/image-test-1-nivo-slider">Image test 1 nivo slider</a>" class="imagecache imagecache-nivo_slider_FOCUS" /> " alt="<a href="/drupal6/content/image-test-2-nivo-slider">Image test 2 nivo slider</a>" title="<a href="/drupal6/content/image-test-2-nivo-slider">Image test 2 nivo slider</a>" class="imagecache imagecache-nivo_slider_FOCUS" /> " alt="<a href="/drupal6/content/image-test-3-nivo-slider">Image test 3 nivo slider</a>" title="<a href="/drupal6/content/image-test-3-nivo-slider">Image test 3 nivo slider</a>" class="imagecache imagecache-nivo_slider_FOCUS" />
so , i'm using php 5.3 , views 3.0 dev on lamp ubuntu 10.04.
is it a permissions trouble ? an incompatibility with php ? what else ?
in reports i've this message too for imagecache which is used to resize images with imagefield focus module. :
404: Unable to find sites/all/media/<a href=
thanks for help
Comments
Comment #1
aiphesok i fix my issue but, it's good to know what was the problem.In fact, i was testing another module : http://drupal.org/project/imagefield_focus ; and this no let me able to display image with the IC profile , so if i use a classic IC profile nivo slider works, but if i use an Focus IC profile, only a patch file is displayed...
Comment #2
aiphespermission server miss-set...so IC couldnt create profile ...
Comment #3
aiphesargghh ...i'm on another lamp server (migrate website from other ubuntu), and after configurate all permissions, IC can create the profile folder but it seem cant create images on demand...
on my original server (IC works ) :
and temp folder
on my 2nd server (IC doesnt works):
and my temp folder :
i dont know what to think about, i've reinstalled completely IC on the new server...nothing has changed
if someone could explain to me the bug...
thanks
Comment #4
aiphesComment #5
aiphessame issue on the first server now, whan i choose the imagefiled for row style nivo slider in views, the fist message appear, path to images...404 in log...but profile folder is well created, its after that is not good :(
Comment #6
Anonymous (not verified) commentedHmmmm - check your Imagecache settings under Administer > Site building > Modules and make sure that either ImageAPI GD2 or ImageAPI ImageMagick is enabled.
If they are enabled, make sure that GD or ImageMagick is configured properly on the Ubuntu server for PHP. If you aren't sure how to check, phpinfo should give you an indication.
http://php.net/manual/en/function.phpinfo.php
If that doesn't work, let me know.
Cheers,
Darren
Comment #7
aiphesfor the laptop server, ImageAPI GD2 is enabled and this is the extract from phpinfo :
on the laptop image are displayed but no IC profile applied .
tomorrow i'll post here the same infos for my desktop server.
Comment #8
Anonymous (not verified) commentedA couple of things:
Are the images being created under the imagecache preset folders? If not, then it's sounds like a problem with Imagecache.
If the images are being created, then check the Image setting under the Fields section - make sure that the Label is set to Widget label (Image) and that the Format is set to the correct Image preset.
Let me know how things go (although I'll be heading to bed in a few minutes).
Cheers,
Darren
Comment #9
aiphesso on both servers GD presets are the same.
On the laptop server, original one, images were created in older profiles, but not in new created ones...
I still have 404 on imagecache in drupal log...so i think its a linux permissions issue...but these are the actual settings :
in addition, if i rename imagecache profile this is create new folder...and no delete the older..
perhaps i do to have a rwx instead of a r-x for all ? perhaps a link to Fielfield ( http://drupal.org/node/823766#comment-3303154) ?
other strange thing, that images or slideshow works for anonymous but not for connected, even if it's the administrator..
actually i try laptop go work...
thanks
Comment #10
aipheslast try, on laptop; i've recreated the preset and now images are well added in the folder created into the preset folder...but i discovered that safari, opera and chrome have bugs on upload with filefield, as i use these...on opera i had an error message , on srware , all works, yesterday didnt...
Comment #11
Anonymous (not verified) commentedYikes - sounds like you've had some fun over the past few days.
From your message it sounds as though Views Nivo Slider is now working properly (after fixing permissions etc)?
Comment #12
aiphesafter fixing permission and recreate IC presets...so i'll do the same on the desktop
Comment #13
Anonymous (not verified) commentedI've experienced similar issues a couple of times with other modules only to find out that the problem was related to Imagecache permissions or even the Imagecache GD option not being enabled.
Comment #14
aiphesPosted by ziomizar on March 9, 2011 at 3:24pm
Hi aiphes,
Seems that your path is wrong (Unable to find sites/all/media/ a href=).
Maybe the original image was not uploaded correctly and then imagecache is not able to create the thumb.
Are you using filefield with imagefield or are you using other modules?
yes i'm using fielfield + imagefield; and i use view to display image with applying IC profile..you'll see there is a browser issue too...actually i experience a new message 404
all on a dev site ubuntu...
Comment #15
aiphesi've the issue with images and IC preset that works good, but if i want o use them in view nivo slider, images are on 404...enable to find...so i think the problem come from nivo slider..because images and preset works all around
Comment #16
fizk commentedPlease reopen if this is still an issue with ImageCache 6.x-2.0-rc1.