Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Path to convert is correct, all image directories have 777 permissions.
The funny thing is, I developed this site on another server and migrated it to the production server. The code can't be *that* broken since I've already uploaded 100 images on the other server with the same scripts.
What php settings should I check? Is there anything else I forgot? I thought I knew this module.
Hi Everyone,
Quick question, ages ago I developed a simple module for 4.3 and it has been running since. Just for fun I loaded the module into a 4.5 install and tried to access it. Whereas before the module worked fine, now i get a 'page not found' error. Any ideas? Has the way Drupal calls the modules changed?
I'm planning to convert a mostly static HTML site to run under Drupal 4.5. This site has hundreds of hours of audio in MP3 format. Right now it's all speech (Bible teaching) and no music (yet). I was rather impressed at what could be done with Drupal without any coding. Right now, I'm just typing in links to the MP3 and associated M3U playlist into the body of the node. However, it would be preferable to have special support for audio files so they can be attached to a node and meta information displayed.
To do this, I need a way to associate an MP3/Ogg Vorbis/Speex file with a node such that it has a download link for the file and also a listen/streaming link pointing to an associated .M3U playlist file. Initially associating just one file and it's playlist will be adequate but in the future I'll need the ability to associate two or three files with the same node. These files would be variations in format of the same audio, i.e. an MP3 and a Speex file or an MP3 and an Ogg Vorbis file or possible two MP3 files with different bit rates.