PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old August 30th, 2007, 01:57 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
Uploading issues! Can't find my answer!

I try to upload images and the next page says


No Image specified. If you followed a valid link, please notify the administrator


Any ideas?
sunnycher is offline   Reply With Quote
Old August 30th, 2007, 03:54 PM   #2 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Sounds like permissions of your server. (did you move servers lately ?)
- CMOD 777 the folder you are keeping your media / images in.
Zachariah is offline   Reply With Quote
Old September 5th, 2007, 02:18 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
I did that Zach, still won't let me.

No Image specified. If you followed a valid link, please notify the administrator

keeps giving me that.
sunnycher is offline   Reply With Quote
Old September 5th, 2007, 02:21 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
I do that in my FTP correct?
sunnycher is offline   Reply With Quote
Old September 5th, 2007, 10:18 PM   #5 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
yes, I have found that some server (depending on the host provider ) will not allow 777 CHMOD. 755 can be used.
Zachariah is offline   Reply With Quote
Old September 7th, 2007, 10:34 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
I have 777 and 755, still can't upload, I don't understand why this is happening?
No one can upload
sunnycher is offline   Reply With Quote
Old September 8th, 2007, 08:58 AM   #7 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
I can take a once over and look @ your settings.
- shoot me some access via PM
Zachariah is offline   Reply With Quote
Old September 27th, 2007, 06:26 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2007
Posts: 2
My host installed Photopost to VB 3.6.8. She's a VB expert but not Photopost. She says it's installed properly but theres's no Gallery listing like I had before my pld site crashed and I can't upload images. I get the following error message:

Warning: move_uploaded_file(/home/bedell/public_html/gallery/uploads/1/Cheers.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /gallery/image-inc.php on line 48

I could really use some help getting this sorted out so I can use the Gallery, thanks.
sbedell is offline   Reply With Quote
Old September 27th, 2007, 08:41 PM   #9 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Quote:
move_uploaded_file
failed to open stream: Permission denied
When the gallery attempts to move the image out of the uploads folder it can not.

Try: CHMOD 777
/home/bedell/public_html/gallery/uploads

This can be done via FTP or domain File Manager.
Zachariah is offline   Reply With Quote
Old September 27th, 2007, 09:24 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2007
Posts: 2
Thanks, I sent info to her.
sbedell is offline   Reply With Quote
Old May 17th, 2008, 11:32 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 106
Quote:
Originally Posted by Zachariah View Post
When the gallery attempts to move the image out of the uploads folder it can not.

Try: CHMOD 777
/home/bedell/public_html/gallery/uploads

This can be done via FTP or domain File Manager.
I am having the same problem as the OP.

I CHMOD my gallery/files and gallery/users to 777 and am still having problems. Do all the subfolders within those directories need to be 777 too?

I don't have a gallery/uploads folder, should I?

Also noticed.. when I change usergroup to have moderated uploads it says it uploaded ok. Thing is..... nothing in the moderation queue.

Last edited by edprush; May 17th, 2008 at 11:51 AM.
edprush is offline   Reply With Quote
Old May 18th, 2008, 10:18 AM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2006
Posts: 2
I'm having the same exact issue and all my permissions are set 777. This is very frustrating.
isonline is offline   Reply With Quote
Old May 18th, 2008, 10:52 AM   #13 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
There are a few things to look at in phpinfo();
Is your server in safemode ? (safe_mode = off / on)


edprush,

vbgallery setting => Files Path, Files URL - tells the script where your files are located. Default is /gallery/files/ member sbedell moved theirs to /gallery/uploads.
Zachariah is offline   Reply With Quote
Old May 18th, 2008, 11:31 AM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2006
Posts: 2
safe_mode is off.

I could send you the link to my php info file so you could take a closer look if you like. I'm really out of ideas

Thanks, AJ
isonline is offline   Reply With Quote
Old May 18th, 2008, 08:49 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 106
Quote:
Originally Posted by Zachariah View Post
edprush,

vbgallery setting => Files Path, Files URL - tells the script where your files are located. Default is /gallery/files/ member sbedell moved theirs to /gallery/uploads.
I CHMOD my gallery/files and gallery/users to 777 and am still having problems. Do all the subfolders within those directories need to be 777 too?
edprush is offline   Reply With Quote
Old May 20th, 2008, 07:20 AM   #16 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Quote:
Originally Posted by edprush View Post
I CHMOD my gallery/files and gallery/users to 777 and am still having problems. Do all the subfolders within those directories need to be 777 too?
Yes CHMOD -R 777
- gallery/users
- gallery/files


/gallery/ - CHMOD 755
Zachariah is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Uploading Issues - Timing Out? hollyscooby Photopost Pro Bug Reports 1 July 12th, 2007 02:51 PM
uploading issues imported_fatal How Do I? - vBulletin 3.5.X 11 March 12th, 2006 03:26 AM
Photo uploading issues bajarider Photopost Pro Installation & Upgrades 23 March 3rd, 2006 06:56 PM
Still need an answer 91GT Photopost Pro Installation & Upgrades 0 February 23rd, 2006 08:34 AM
Known issues with uploading?? bugzy Installs and Upgrade - vBulletin 3.5.X 1 October 19th, 2005 10:44 AM


All times are GMT -5. The time now is 07:10 PM.

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