 | |  | |
May 23rd, 2012, 10:16 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
| Vbgallery Image Upload Error in Vb 4.1.12
Hi
today i upgrade my test forum VB4.1.8 to VB4.1.12
Vbgallery Image Upload have some error
when it upload Code: Content visible to verified customers only.
I check in moderation page there is no image to moderate ,
How i fix this issue
|
| |
May 23rd, 2012, 10:45 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Please post a url and test user login for us to try uploading.
You can also let us know what type of upload your doing flash or regular. If its flash turn off flash and try regular uploading.
Also is safe mode on in PHP? You can turn off moderation if you wish of images under the permissions in vbgallery admin.
|
| |
May 23rd, 2012, 12:06 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
Sir, its in my test forum, its installed in xampp
am little worry to upgrade main forum
am tried in regular uploading
safe mode ON in PHP
i dont know how to turn off moderation
|
| |
May 23rd, 2012, 12:10 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
when try to upload as admin
After uploading it says
Gallery Message
No Image specified. If you followed a valid link, please notify the administrator
|
| |
May 23rd, 2012, 12:31 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
if safe mode is on in your maintenance tab under vbgallery make sure to set the safe mode bypass to ON. Then try uploading and as well make sure your server paths are correct to the files and users directories as well as making sure they are 777 permissions.
If your on a test forum where we can not check it out that does limit your support options.
|
| |
May 23rd, 2012, 12:54 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
safe mode bypass to ON
Server path all correct, Files folder CHMode 777
Gallery Show old images users uploaded
|
| |
May 23rd, 2012, 02:03 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Is the users folder set to 777?
Is file uploads on in PHP?
Basically you need to see is anything being uploaded to the users folder?
Is the actual file being uploaded.
|
| |
May 23rd, 2012, 02:17 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
Yes users Folder is 777
gallery/upload.php
users folder is empty
when i try to upload image as admin a folder makes in user folder but its empty
|
| |
May 23rd, 2012, 02:32 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
uploads ON in PHP
|
| |
May 23rd, 2012, 03:03 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Well obviously my access is limited here to assist since this is a site we have no access to but sounds to me like file uploads on the server are not working. Maybe something to do with server setup. Have you tried attachments in the forum?
|
| |
May 23rd, 2012, 03:15 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
i cant upload image an attachment
error comes
"Image resize failed due to your image library not having support for this image type."
|
| |
May 23rd, 2012, 03:16 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Yep then your issue is your server so no type of uploads work. You would need to fix your server to allow uploads might want to have your host check this out. Make sure your image processor is setup correctly and up[loads work and things should be fine. This at least narrows it down to your specific server and is not an issue with the gallery application itself.
|
| |
May 23rd, 2012, 03:31 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
GD disabled in PHP ,
thats Why it not uploading ?
|
| |
May 23rd, 2012, 03:52 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
You need to first make sure you have a working image processor and try and if you still have issues look at how the server is setup. What I am saying is the issue is coming from the server not the software. Your forum or gallery is not operational as far as uploads are concerned.
We provide support of the software. You would need to contact your webhost to ensure things are setup properly to allow uploads and process images.
|
| |
May 24th, 2012, 11:00 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
Now GD enabled, Capture002.JPG
I can upload image in forum , but not in vbgallery
|
| |
May 24th, 2012, 11:05 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Okay what is your image processor set to in the gallery. This is basically the point where I would definately have asked for info to look at this but since that is not possible from what you are saying we have reached the point where I think I have stated everything it could be. Something I have stated in this thread is not correct where as you have told me it is. Now there is also one thing also to consider in your forum are you using database storage or file storage for attachments. Make sure attachments are set in vb admin to store as file not database. Then you can test upload in the forum.
|
| |
May 24th, 2012, 11:49 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
Resize Program GD2
Storage Type was in stored in the database |
| |
May 24th, 2012, 12:14 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Okay well you should try like I suggested see if you can upload an attachment in the forum after you change the storage type to file storage and see if you can upload to rule out the server. vbGallery only does file storage so if there is a problem with storing a file on disk you must check it out.
|
| |
May 24th, 2012, 12:37 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Oct 2010
Posts: 33
|
now Storage Type forum/attachment
i can upload image in forum
vbgallery upload not work
i can share my site , info, how i send ?
|
| |
May 24th, 2012, 12:53 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Well you said earlier that you could not share site info which is why I said not much more support we can give without info. If you can send a working url admin login and ftp login to the site you can send that to the contact us link in our site header. I could have checked out your site yesterday. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:47 PM. | |