This is a rather strange problem. The /files/images does indeed exist but ever since I installed Drupal it continued to say it did not, despite the fact that /files was acceptable. The file has the 777 permissions (thus it is writable by Drupal) so I don't understand what the problem is. I can't even change what file it goes to, as it says that the errors prevent it from saving! This is terrible, because I really wish to have image hosting on my site. Does anyone know what I can do to solve this rather odd problem? It would really help a lot!
I am looking for a mysql query example that would query the title of a node that is being referenced and the titles and links of all the nodes that are referencing the 'node reference' node.
For example:
The result of the query and a print would give you:
CABLE TV I love lucy, 3's company, all in the family
where "CABLE TV" is a node that is being referenced and the the tv shows have a "node reference" field that allows you to select CABLE TV as a referenced node.
Can anyone advice me on how to add a custom field to the audio module. For example, I would like to be able to add a field for submitting a link to the artist website at the time that the audio node is being created. I have tried to do this with CCK (and I feel this probably can be done with CCK), but I haven't figured out how to do it.