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 November 29th, 2006, 03:47 PM   #21 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
I choose to email you direct, because I find it unreasonable that you expect people to post user account information on a public forum. You suggested I use the email address in your signature.

If you don't get this one, then perhaps you should check your email filtering.

From: Optrex-uk <optrex@removed>
Date: 29-Nov-2006 21:44
Subject: Fwd: internal server error
To: chuck@photopost.com, support@photopost.com


---------- Forwarded message ----------
From: Optrex-uk <optrex@removed>
Date: 29-Nov-2006 09:16
Subject: Fwd: internal server error
To: chuck@photopost.com


---------- Forwarded message ----------
From: Optrex-uk < optrex@removed>
Date: 28-Nov-2006 16:10
Subject: internal server error
To: chuck@photopost.com

Last edited by optrex; November 29th, 2006 at 04:03 PM.
optrex is offline   Reply With Quote
Old November 29th, 2006, 04:39 PM   #22 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
I would suggest if you do not want to post stuff publically then to email support@photopost.com with the stuff

Obviously you have issues trying to send me email directly
__________________
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 November 29th, 2006, 04:49 PM   #23 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
Quote:
Originally Posted by optrex View Post

From: Optrex-uk <optrex@removed>
Date: 29-Nov-2006 21:44
Subject: Fwd: internal server error
To: chuck@photopost.com, support@photopost.com
Please tell me you are joking, or are you just trying to wind me up? The last email I sent GOES TO SUPPORT AS WELL !
optrex is offline   Reply With Quote
Old November 29th, 2006, 04:53 PM   #24 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
I have not checked our helpdesk at all since this afternoon

You said you sent it to me and no I have recieved no emails at all from you as I have said multiple times so please keep all correspondence with support and not my email which is outside the support system.
__________________
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 November 29th, 2006, 04:59 PM   #25 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
http://www.midlandsweather.org.uk/ph...500&ppuser=156

I had no issues uploading an image to your server with the login provided.

Make sure if your users are uploading larger images and your using gd2 you can do the edit noted in the initial response to this thread
__________________
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 November 29th, 2006, 05:46 PM   #26 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
I've already done that edit as noted earlier.

Just tried another 2 user accounts, both trying to upload images that have worked previously. Both getting the internal server error. Your ability to upload would suggest that new accounts are not affected by the problem.

This means that so far Admins, moderators, guest and new registered user accounts are OK, but exisiting registered user accounts cannot post.
optrex is offline   Reply With Quote
Old November 29th, 2006, 05:49 PM   #27 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
You can clean out any uploads directories under the uploads directories to ensure no ones directory is clogged with too many files that no matter how much PHP memory you throw at it your not going to process
__________________
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 November 29th, 2006, 06:13 PM   #28 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
that suggestion moved us a step further. Existing registered user accounts can now get to the "process" section before getting the internal server error
optrex is offline   Reply With Quote
Old November 29th, 2006, 06:21 PM   #29 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
Further to my post above (number 28)......

This gave me an idea and within photo upload options, I changed "Allow users to choose additional categories during upload?" from YES to NO.

This has allowed a successful upload. I will conduct further testing tomorrow, but as this stage it appears to be a bug.
optrex is offline   Reply With Quote
Old November 29th, 2006, 07:32 PM   #30 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
where did you place the ini_set? If it is in pp-inc.php it should work for both bulkupload or uploadphoto scripts.
__________________
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 November 30th, 2006, 03:51 AM   #31 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
from pp-inc.php

// PhotoPost Copyright 2006, All Enthusiast, Inc. //
////////////////////////////////////////////////////////////////////////////

error_reporting (E_ALL ^ E_NOTICE);

ini_set("max_execution_time", 0);
ini_set("memory_limit", "40M");
optrex is offline   Reply With Quote
Old November 30th, 2006, 07:38 AM   #32 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
then it should work for both uploadphoto to upload one photo or bulkupload processing a couple photos provided the photos are not huge

If your uploading larger photos you want to compile imagemagick on your server. As we noted GD2 is part of PHP and uses PHP's memory which can cause timeouts on servers
__________________
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 November 30th, 2006, 04:43 PM   #33 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 77
Quote:
Originally Posted by optrex View Post
Further to my post above (number 28)......

This gave me an idea and within photo upload options, I changed "Allow users to choose additional categories during upload?" from YES to NO.

This has allowed a successful upload. I will conduct further testing tomorrow, but as this stage it appears to be a bug.
Everything seems to have settled down now and is working, following the above amendment. People can now post again.

I suppose for completeness I should now try additional testing, by reverting back to allowing additional categories and trying to figure out why it affects the upload, but tbh I don't want to mess with it now its working.
optrex is offline   Reply With Quote
Old November 30th, 2006, 05:53 PM   #34 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Yeah you can let me know although it should be fine with the admendment I stated to make in my initial post.
__________________
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
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
internal server error Rickyc Installs and Upgrade - vBulletin 3.5.X 7 February 1st, 2008 02:59 PM
Internal Server Error BAJI26 General Discussion 2 June 13th, 2006 07:42 AM
v5.2 - Internal Server Error smokn28 Photopost Pro Bug Reports 1 October 10th, 2005 08:40 AM
Got an Internal Server Error datruth55 Installs and Upgrade - vBulletin 3.5.X 1 August 7th, 2005 09:58 PM
Internal Server Error tommyxv Photopost Pro Installation & Upgrades 6 June 26th, 2005 02:07 AM


All times are GMT -5. The time now is 02:42 PM.

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