Ticket #117 (closed defect: duplicate)
Import Photos page not showing thumbnails
| Reported by: | rmarton@… | Owned by: | mike |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.0b2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
On the page in the administration panel for importing multiple photos, all the thumbnails come up blank. (admin/plog-import.php)
When I view the source on the page, the img tag has a blank source parameter. Here is the whole row:
<tr class="color-1"> <td width="15"><input type="CHECKBOX" name="Selected[]" VALUE="ad6927373fe84876601f327de58f8f89" checked></td> <td><img class="photos" src="" /></td> </td><td>DSCN0852.JPG</td> <td><input size="100%" name="captions[ad6927373fe84876601f327de58f8f89]"></input></td>
I am running this on a Windows 2003 server. I have given write permissions (and turned off script execute) for the following directories:
images thumbs uploads
If you want to check it out, go here: http://robert.marton.name/plogger/admin
user/pass admin/admin
I have a folder called aug2000 that will bring up the broken thumb links.
