PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 9th, 2005, 11:58 AM   #1 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
Errors uploading

First off, I added .gif to the allowed image types. But then I was thinking, maybe there was a reason it's not in the default config?

That fixed the image not supported error for gifs, but then I get this:
Warning: getimagesize(/home/domain/public_html/gallery/data/notcat/my.gif): failed to open stream: No such file or directory in /home/domain/public_html/gallery/image-inc.php on line 214

Warning: copy(/home/domain/public_html/gallery/data/notcat/my.gif): failed to open stream: No such file or directory in /home/domain/public_html/gallery/image-inc.php on line 241

Warning: getimagesize(/home/domain/public_html/gallery/data/notcat/my.gif): failed to open stream: No such file or directory in /home/domain/public_html/gallery/image-inc.php on line 412

Warning: getimagesize(/home/domain/public_html/gallery/data/notcat/my.gif): failed to open stream: No such file or directory in /home/domain/public_html/gallery/image-inc.php on line 612

Warning: filesize(): Stat failed for /home/domain/public_html/gallery/data/notcat/my.gif (errno=2 - No such file or directory) in /home/domain/public_html/gallery/image-inc.php on line 620

Warning: fread(): supplied argument is not a valid stream resource in /home/domain/public_html/gallery/image-inc.php on line 620
dwh is offline   Reply With Quote
Old August 9th, 2005, 12:07 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Interesting well your uploading to a category that you cant upload to however in uploadphoto.php the script should die

if ( $category == "notcat" ) {
diewell( $Globals['pp_lang']['topcat'] );
}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 9th, 2005, 05:14 PM   #3 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
Quote:
Originally Posted by omegatron
Interesting well your uploading to a category that you cant upload to however in uploadphoto.php the script should die

if ( $category == "notcat" ) {
diewell( $Globals['pp_lang']['topcat'] );
}
That is strange. I'm an administrator and all permissions (except for moderation) are on yes for my usergroup.
dwh is offline   Reply With Quote
Old August 9th, 2005, 06:00 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
No what I am saying is interesting is your saying you get these errors but I am saying if category is equal to notcat the script should tell you that you can not upload to a category that does not contain thumbnails

Make sure to upload a new uploadproduct and bulkupload scripts and let me know exact steps you take to get this error what cat etc

PM a url and login to see your settings as well
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 10th, 2005, 12:40 AM   #5 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
I don't know the product so I'm not really sure what you're talking about. But I did go back into the control panel and turned on thumbnails in the one category that had it off. It helped and I was able to upload images, but it did pop up some errors along the way.

I'll pm you the url and username and password.

Thanks!
dwh is offline   Reply With Quote
Old August 10th, 2005, 08:53 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Okay well I uploaded with no issue to your install. The only error I got was about your watermark which is saying its not a valid png image. More than likely you need to redo that as a 24bit png to work.

If you encounter the error again what category what steps etc so that I can help.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 10th, 2005, 01:08 PM   #7 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
Weird. I thought I turned off the watermark. I'll have to go back and check.

Thanks for your help.
dwh is offline   Reply With Quote
Old August 10th, 2005, 01:15 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Nah it was ON Other than that as you will see I uploaded fine.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 12th, 2005, 01:32 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2004
Posts: 29
Exclamation Same error - notcat

I am receiving the same error as dwh did while attempting to upload to category Main*
I understand you should probably not try to upload to that, however, I do have the following in lines 231-241 of uploadphoto.php

if ( $category == "notcat" ) {
diewell( $Globals['pp_lang']['topcat'] );
}

Any fix for this?

The script however does die when I attempted to upload photos via URL. To either Member Galleries or Main or "A category".


Edit: Just got it to work with a URL - but still doesnt work with the first although there are images there.

Last edited by thephonemall; August 12th, 2005 at 01:42 AM.
thephonemall is offline   Reply With Quote
Old August 12th, 2005, 10:11 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
If your not using 5.13 please upgrade otherwise let me know, I cant reproduce this on 5.13
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 12th, 2005, 01:00 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2004
Posts: 29
Yes, I am using 5.13
thephonemall is offline   Reply With Quote
Old August 12th, 2005, 01:19 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Okay well this surely works on 5.13

Check your usergroup settings and see how its set.

I get this trying to upload a 160K file to a 125K filesize limit

KIMBERLYrz.jpg (exceeds filesize limit)

Now note this as this is where most people get lost on settings. If a user belongs to multiple usergroups note that the best scenerio is used so if one is set to 0 then that is the filesize limit

Note on the upload page what it says your filesize limit is. If this is your install here then you have other issues

http://www.thephonemall.net/photopost/
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 12th, 2005, 01:24 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2004
Posts: 29
lol no, that is an old install. The new install is at http://www.thephonemall.net/pp513
I see the message you sent to the other users regarding how the script reads an email address. I was attempting to use an email client to test out the script as my cell phone has been lost in a recent move. I will have some users test it out with their phones and see what happens. Is there anything else I should check?
thephonemall 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
errors uploading 420 Photopost Pro Installation & Upgrades 12 October 3rd, 2005 04:14 PM


All times are GMT -5. The time now is 05:36 AM.

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