Hi, I created a site on a localhost which worked perfectly. It has one nodetype with a filefield. I used FileField paths to choose where to store the file, so when I created a node of that type the corresponding folders where created on the files folder (for exmaple files/fruits/apples/).
Now, I moved to the web and this doesn't works so fine...If I don't specify the file path, the file will save in the files folder and it works perfectly. Now, If I choose a certain path to save the files, The node saves well but the file is not uploaded, it goes nowhere, so when I click the file to download it, it tells me that the page is not found. I search via FTP the file, and it's not uploaded, and the folders are not created. I tried creating the folders manually and then try to upload the file, but i doesnt works...It seems like it doesn't recognizes a path for the file...Any idea? Please help!

mateo

Comments

deciphered’s picture

My guess would be the permissions aren't setup correctly, therefore the files/folders can not be created properly.
But that's only a guess.

shiolo’s picture

I don't think so because for example I enabled Optimize JS and Optimize CSS and it created 2 folders (JS and CSS) without problem...but thanks for the advise...any other idea? this is strange because I didn't changed anything!