I have recently started up a new site, configured all the file paths etc
I have set the image path to files/sitename/images
I have set the image import path to files/sitename/images/import
I dont think those two above are relevent but just FYI.
I have added the Audio module and set the audio import path to files to point to files/sitename/Audio/import
When I add an audio file the image is saved in files/sitename/Audio/images HOWEVER when i display the node, the image is not shown, and a look at the properties shows the expected retrieval path to be
http://myurl/system/files/audio/images/4_cover_front.jpg
Looking in the Db (audio_image table) it has the image path set to files/sitename/audio/images/imagename.jpg which is actually where it is.
Can anyone shed some light on why the retrieval path is wrong?
Thanks in advance
Tracey
Comments
i'm having the same problem...
http://drupal.org/node/318009
i have 2 different sites with basically the same installation/plug ins etc...
and one site shows the song album artwork and one doesn't (because of the same path problem you have)
have you figured out a solution?
this is driving me crazy...
on the broken site, it is actually uploading the album artwork and resizing it to the specified size etc etc...
it is just on the node that displays the mp3 with all its details that the path to the artwork is wrong and therefore i get a broken image instead of the nice album artwork...
argh...