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 April 22nd, 2005, 10:27 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Exclamation No Longer able to upload pictures

I am using
vbulletin version 3.0.7 with
Photopost 5.03,
on a Yahoo server
Running
MySQL 3.23.49
PHP Version 4.3.6
and had my site up, and was able to upload pictures, as were other members, I was able to upload as a regestered user etc, I had an email from one of our users stating unable to upload, and indeed this is true.. Now I'm not able to upload pictures either...the page is http://www.cropperscorral.com/photopost/index.php
and the initial upload screen appears, can select photos, message that images are being processed, then ... I lose the photopost menu and I'm left with the vbulletin menu.

Your help is appreciated
Rhonda
rhonda is offline   Reply With Quote
Old April 23rd, 2005, 08:27 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Well looks to me like php memory is running out and stopping the script

Try this in bulkupload.php find this

ini_set("max_execution_time", 0);

underneath add this

ini_set("memory_limit", "24M");
__________________
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 April 23rd, 2005, 11:27 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Question Partial Fix

This appears to have fixed the problem of letting the administrator upload, but I'm still having difficulties with the registered users. Sign in ok, get to my photo gallery image upload, and the Preparing to process image list appears, and then.. photopost disappears from the screen, and I'm left with the vbulletin menu bar.. It appears to be intermittent, in that I was able to upload an image once as registered user, but have difficulty consistently doing, and have not been ever able to do it with one user. I've uploaded her pictures for her, but have not been able to get her account to work.

Thanks

Rhonda
rhonda is offline   Reply With Quote
Old April 23rd, 2005, 02:05 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Clear their uploads directories
__________________
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 April 23rd, 2005, 11:19 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Question Intermittent uploading

This seemed to help (clearing the upload directory, which is /tmp/"usernumber",
when using Yahoo
but I continue to have the problem of intermittent loading, some of the users are placing - in their file names, and I fixed this, and some were trying to upload files greater than 2500x2500 size, so I increased the pixel number to 6000x6000, and also turned off the resizing feature, still having problems. I'm presently autorepairing the database..
Any thoughts as to other parameters that need to be changed?
rhonda is offline   Reply With Quote
Old April 23rd, 2005, 11:51 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Question Intermittent upload

I changed the max image pixel size down to 1500X1500 without change in apparent function and changed the autoresize back to yes.. Repaired database (did not appear to have problem).. Still having problems..
My scripts log has alot of the following,
PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 10056 bytes) in /photopost/image-inc.php on line 84
[24-Apr-2005 02:55:20] PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 2514 bytes) in /photopost/image-inc.php on line 84
The biggest file that I see that the user tried to upload was 2530X3384 with a jpg size of 661 KB...
It appears that the autoresize is not working?, or do I need to increase the
ini_set("memory_limit", "36M");
(presently at 24M)..is that possible?
Smaller files do appear to load

Your help appreciated

Last edited by rhonda; April 24th, 2005 at 12:22 AM. Reason: Additional info
rhonda is offline   Reply With Quote
Old April 24th, 2005, 08:49 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
You can try that. I would set your max filesize in usergroup permissions down some also
__________________
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 April 24th, 2005, 10:04 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Question Usergroup Max File Size where is it?

Where is that? I thought that was what the max width/height was in photopost. (no control over depth of palette etc, just pixels).
In vbulletin under usergroup manager, attachment permissions,
I see a
Space (in bytes) that a user's total attachment usage may consume (Set to 0 to not have a limit)
(which I thought would represent the total amount of space used by all attachment uploads am I mistaken?)
The vbulletin help states:
Space (in bytes) that a user's total attachment usage may consume
Members of this group cannot exceed this amount of space for all of the attachments they post. Enter a byte amount.

1048576 bytes = 1 megabyte

Last edited by rhonda; April 24th, 2005 at 10:07 AM. Reason: more info
rhonda is offline   Reply With Quote
Old April 24th, 2005, 10:35 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
In our product admin usergroup permissions editor is the max filesize and diskspace options
__________________
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 April 24th, 2005, 11:23 AM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Lightbulb Got it--forgot about that menu

Changed, saved, but when updated, the upload file size limit then becomes the disk space limit.. I changed again and refreshed, did it again, then changed and just saved, do you need to refresh?
rhonda is offline   Reply With Quote
Old April 24th, 2005, 12:53 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
What version of Photopost are you using? I would upgrade to 5.03
__________________
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 April 24th, 2005, 02:24 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Upgrade question

I believe that I did upgrade to 5.03 (from 5.02).. Was there a particular module this was in to check on?
rhonda is offline   Reply With Quote
Old April 24th, 2005, 02:28 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
I would redownload and make sure you have the current vb3.php file from 503
__________________
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 April 24th, 2005, 07:28 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
Redownloaded, and replaced existing vb3.php file in forums subdirectory, no apparent change, except for now changing allowed files to upload from 0 (unlimited) to 1
rhonda is offline   Reply With Quote
Old April 24th, 2005, 08:01 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Now reset permissions and save
__________________
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 April 24th, 2005, 09:45 PM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2005
Posts: 16
When I refresh, it moves the max file size to the disk space limit, I've changed the settings back, is this anything to be concerned about?
rhonda is offline   Reply With Quote
Old August 5th, 2006, 10:26 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Location: Texas
Posts: 30
I am getting the same error Rhonda was:

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 10056 bytes) in /var/www/html/photopost/image-inc.php on line 84

I have not touched Photopost since the install back in December of last year, no mods or anything. It has been doing fine up until just the last week or so.

PHP Memory limit is set to 24M
Running version 5.30

A user is trying to upload seven images of about 100Kb each, which is well within the allowed filesize. There is no limit on diskspace for him. I have used a non-admin account of mine to upload and am getting the same problem. However, as the admin, I am able to upload with no problems.
Tourmeister is offline   Reply With Quote
Old August 6th, 2006, 11:35 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Only thing you can do is whats outlined in this thread. Raise the memory limit if your using gd2 or you can switch to imagemagick if you have it on the server.
__________________
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, 2006, 01:30 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Location: Texas
Posts: 30
I had been running gd2 and had the memory limit set to 24M and this worked fine for the last eight months.

Per your comment above, I just switched to the imagemagick and this was the result:

Quote:
Error creating thumbnail! Error code: 127

Command:

"/usr/bin/X11/mogrify" +profile "*" -size 150x112 -quality 70 -geometry 150x112 -unsharp 10 '/var/www/html/photopost/data/500/thumbs/HPIM1122.JPG'
I guess what I don't understand is what might have caused this to start happening just recently? There have been no changes to the underliying forum softare or new mods. Actually, Photopost was the last mod I made and up until now has been working quite nicely. I will double check with my host provider to be sure he has changed nothing recently.

Any idea why I can upload as the Admin but no one else can upload? I would have thought the memory issues in PHP would affect everyone including the admin?

Thanks.
Tourmeister is offline   Reply With Quote
Old August 10th, 2006, 08:44 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Raise the PHP memory limit and try clearing the uploads directory.
__________________
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
Can no longer upload pictures Big-K Photopost Pro Installation & Upgrades 2 August 6th, 2005 02:43 PM
New Installation Can't Upload Pictures rhonda Photopost Pro Installation & Upgrades 15 March 19th, 2005 09:51 AM
Registered users can't upload pictures marit Photopost Pro Installation & Upgrades 2 January 7th, 2005 09:21 AM


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

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