Ticket #18 (new bug)
Opened 6 months ago
display a preview of images / cache folder problems
| Reported by: | yokav | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 RC2 |
| Component: | All general things | Version: | 1.0 |
| Keywords: | Cc: |
Description
Hello,
directory of MediaAttach?:
/home/test/beta/modules/MediaAttach
racine html:
/home/test/
I had to set the full path for the upload folder :
/home/test/beta/MediaAttachDocs
but I had to set the full path for the cache folder too (which must is relative) :
/home/test/beta/MediaAttachCache
if I set /beta/MediaAttachCache, beta/MediaAttachCache, /MediaAttachCache or MediaAttachCache? it doesn't work!
The real problem is when I'm trying to display a preview of image (into the upload folder from the administration) the
path to the generated image is http://www.test.com/beta/beta/MediaAttachCache but it must be
http://www.test.com/beta/MediaAttachCache
Note: See
TracTickets for help on using
tickets.
