Shalom!

I didn't understand from the instructions where to put the audio module.
in the "core" directory (i.e drupal/modules) or the additional modules directory (i.e drupal/sites/all/modules)?

tanks in advance!!!
Miriam.

Comments

jfall’s picture

Miriam - all contrib modules should go in drupal/sites/all/modules (or similar) so that you can update core without disturbing your add-on modules.

mirian’s picture

Many thanks!
I knew it but the INSTALL.txt file was not so clear here...
Now I'm sure I'm in the right way..
one more question - Where can I configure the path of the audio uploaded-files ?
from some reason I got a message that the file cannot be uploaded beacause the "tmp/file_name" isn't defined.

jfall’s picture

Priority: Critical » Minor

I don't use Audio module, but by the looks of it you have not configured the filesystem?

Have a look at your status report (admin/logs/status)
Configure your Files and Tmp directory (admin/settings/file-system)
- you need to actually create these directories, with appropriate permissions, by hand - Drupal does not do this automatically, again, probably, to make upgrading safer for your existing data.

I'd recommend spending a little more time digging into the documentation: http://drupal.org/getting-started/5
- these are pretty basic Drupal install / configuration questions, NOT Audio module issues - some module developers get a bit put off when newbies work out how to use Drupal on their issue queues (understandably - remember they aren't getting paid, and need to read every post to catch "real" issues!)
You might want to have a look over the various support options http://drupal.org/support, and probably post these types of questions to the forum http://drupal.org/forum/22 until you get a better feeling for what is a module issue vs. a basic configuration issue.

good luck mirian.