PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.6x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/)
-   -   Problem with image upload using same filename (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/134117-problem-image-upload-using-same-filename.html)

MrBurns November 1st, 2007 10:05 AM

Problem with image upload using same filename
 
Hi,

we are using PhotoPost vBGallery v2.3 with php-5.1.6 safemode enabled and gd mode. Safemode workaround in vBGallery is turned on and upload is working.

But if we upload a file with the same filename as an already uploaded image, only the thumbnail images is created. The big image is not available. No error message is shown.

What are we doing wrong?

Zachariah November 1st, 2007 11:29 AM

vBGallery => Maintenance => Change File Storage Method
- OFF

for PHP in safe mode.

MrBurns November 1st, 2007 11:41 AM

The safemode bypass is on:
"Click the 'Change File Storage Method' button below to turn the safemode bypass Off."

Uploading is working. Uploading an image with the same filename as an already uploaded image is producing the thumbnail only. The big image is not available --> error 404 and it is not in the directory files:
Code:

Content visible to verified customers only.
But image 1-crestbig_546874.gif is referred as big picture.

Zachariah November 3rd, 2007 10:38 AM

When uploading did you use:
- gallery/upload.php or FTP the file and import it ?

In the settings of the gallery do you also have enabled "save original" ?

MrBurns November 3rd, 2007 04:24 PM

I use gallery/upload.php, save original is off.


All times are GMT -5. The time now is 05:51 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97