Closed (fixed)
Project:
File (Field) Paths
Version:
7.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 May 2013 at 20:33 UTC
Updated:
5 Jun 2013 at 10:30 UTC
I used file path modules to "create" different directories for my images. After applying it to a content type field nothing worked, an my images do not show. The initial path was /sites/default/files and was chaged to /sites/default/files/sites/default/files/images and images do not show.
How can i revert the certain field in my content type to "read" images from /sites/default/files ?
my site is axristologio.gr and in the first block you can see what i mean.
Thanks in advance!
PS. Any new content created works fine.
Comments
Comment #1
decipheredI'm not sure that I quite understand exactly what you are saying, perhaps some example configuration and/or screenshots to show the issue.
Comment #2
mkapst commentedThank you for your interest. I found the solution.
What i mean is that after installing the module the path to images changed (from public://image1.jpg to public://sites/default/folder/image1.jpg) and even though there were images they weren't displayed.
So, i logged into the database took a backup and then edited the sql file. I replaced every "public://sites/default/image/folder/" with "public://" imported the new database and everything is fine again.
Thank you once again!