Closed (fixed)
Project:
Upload previews
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2006 at 22:33 UTC
Updated:
23 Jan 2009 at 18:40 UTC
I installed this great advantage for upload module and i try upload images directly after install - without accessing upload settings page. I get no preview for images. I think preview directory doesn't exists before i visit upload settings page.
Comments
Comment #1
kkaefer commentedThanks for pointing this out. I added an install hook and made a new release: http://drupal.org/node/105043
Comment #2
kkaefer commentedComment #3
kmv commentedI don't think this is fixed yet, I have the same issue (using v5.x-1.1) - no preview is shown. The preview folder is there, and it is writable, but no files are placed in it. No errors are logged.
Comment #4
litwol commentedI am having the same issue.
i installed it on 5.0 RC1 and when i try to preview i get no preview and no errors on IE. on opera i get JS error but no preview and no system log.
preview folder was created and its writable but no previews are created there.
Comment #5
heine commentedThe Opera error is a problem of core (or opera) and has its own issue: http://drupal.org/node/92640.
Comment #6
litwol commentedhow about the non-opera issue? is it being worked on?
i apologize for being pushy. i am new to drupal (only about a month) so i am unaware if there's a given standard i should adhere to when posting replies.
Comment #7
kkaefer commentedI (maintainer of slideshow.module) have taken notice of this issue, but currently, I have no spare capacities to fix it. Please be patient.
Comment #8
kkaefer commentedErr, I mean upload_preview.module, not slideshow.module.
Comment #9
kkaefer commentedI tried to track down this bug but couldn't find it. Could you provide more specific instructions? Oh, upload previews are *not* shown on the "view" tab, only on the "edit" tab.
Comment #10
skizzo commentedComment #11
skizzo commentedI believe I am having the same problem: no previews showing up. I just installed UP 1.2. As soon as I hit the Attach button for a forum topic node, f21eaf9eb53dc66b7c5c2cf55f947415.jpg gets created and the following error is logged.
Type page not found
Location:http://mydomain.com/system/files/preview/f21eaf9eb53dc66b7c5c2cf55f94741...
Referrer:http://mydomain.com/node/add/forum/30
Message:system/files/preview/f21eaf9eb53dc66b7c5c2cf55f947415.jpg
Submission and View tab do not cause any error to be logged.
Clicking on Edit tab results in:
Type page not found
Location:http://mydomain.com/system/files/preview/8384e17bb430f8e62d2444fa9d996e9...
Referrer:http://mydomain.com/node/155/edit
Message:system/files/preview/8384e17bb430f8e62d2444fa9d996e93.jpg
now in /var/www/DRUPALFILES/preview I see two copies of same preview img:
f21eaf9eb53dc66b7c5c2cf55f947415.jpg
8384e17bb430f8e62d2444fa9d996e93.jpg
Comment #12
skizzo commentedapparently my problem resided in old versions.
I was using the current official release 5.x-1.2 2007-Jan-31
Upgrading to 5.x-1.x-dev 2008-Jan-16 fixed it . Thank you.
Comment #13
rmiddle commentedMarking it to be ported since the code is in dev but not yet in a release.
Thanks
Robert
Comment #14
rmiddle commentedRelease has happened. So going to close this issue.