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 June 12th, 2012, 06:43 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
Image Format Unacceptable error

Hi Chuck - After our upgrade yesterday, we are getting this error each time we try to upload images:

"the file you uploaded is not an acceptable format"

This happens with .jpg and .gif even though both are in the config file as acceptable formats.

Thanks.

Kris
CottageArts.net
kshefve is offline   Reply With Quote
Old June 12th, 2012, 08:28 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
An upgrade is not going to cause that issue that would have had to have been an issue all along that means your permissions are not set correctly on the data and uploads folders I would assume or your actual image process on the server is broken.

I can set permissions but an upgrade service is not used to fix a broken site. I can not fix issues with your servers image processors that is your hosts job.

Ask your host what the path to mogrify is if its available just incase your GD is broken. Those are the thinks that need to be looked into.
__________________
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 June 12th, 2012, 08:46 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Yeah you definately need to get your host involved. I hand ftp'd a file to your server so I know that exists same thing your server is not recoginizing files

It fails this simple code. Basically the simple explanation is your server can not stat the file that is being uploaded it can not get the name and if we can not read the filename then there is no file to process hense the error messgage.

Code:
Content visible to verified customers only.
__________________
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 June 12th, 2012, 10:05 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
I'll look into this, but we were successfully uploading images right up until the upgrade. We didn't do the upgrade to fix a problem.
kshefve is offline   Reply With Quote
Old June 12th, 2012, 10:08 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
We are using Yahoo Web Hosting, which I believe means that Mogrify is unavailable. If I need to revert to the previous version of Photopost, is that as simple as my restoring the photopost directory to it's previous state as well as the DB or is there more to it than that?

Also, we've been running Photopost since 2003 on Yahoo Web Hosting and have not had this type of error uploading photos ever before.

Last edited by kshefve; June 12th, 2012 at 11:18 PM.
kshefve is offline   Reply With Quote
Old June 13th, 2012, 08:12 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
We are running Photopost 8 alot of places there is no uploading issues that much I can tell you. I even posted above how things are failing. Your server is not stating the uploaded file. I run Pro 8 on my test site and here is a clean install

A community photo gallery - Omegatron Gallery

feel free to register and upload. we even have Pro 8 installed on this very site

A community photo gallery - PhotoPost Photo Gallery

You can roll back if you want but that's not the proper answer. My suggestion would be maybe upgrade to php5 like you said you where going to.

Yahoo use to restrict half of the php functions so it was highly restrictive. You need to ask your host to check out the file uploading issue.
__________________
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 June 13th, 2012, 10:32 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
OK, i upgraded PHP and now that we are running PHP 5.x, we are uploading photos successfully, so thanks!

We do have a few other questions regarding the new functionality that appears either incorrect or perhaps intentionally changed, but I'll search the forums first for answers before asking you here.
kshefve is offline   Reply With Quote
Old June 13th, 2012, 10:45 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
There is alot of things that have been changed over the years from the old version you where using for sure.
__________________
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 June 13th, 2012, 05:39 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
One problem we are having that I cannot find mentioned elsewhere in the support forums is that in the Members galleries view, not all members are showing thumbnails of their most recent photo. In this case see the link below and look BethE and KarenW. I've recreated this on multiple machines and browsers.

Your forum won't allow me to post URLs until i've made 15 posts so look at cottagearts.net

photopost/showmembers.php
kshefve is offline   Reply With Quote
Old June 13th, 2012, 06:33 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
I discovered that it appears to be related to the ismature flag, and I found this post from 2008 that seems related:

forum/photopost-pro-how-do-i/137698-thumb-missing.htm

Is there a configuration to not give the user the ability to mark the photo as mature during upload?

Would you recommend that I SQL update the thousands of records that are marked as ismature = 1 and set them to 0?
kshefve is offline   Reply With Quote
Old June 13th, 2012, 06:38 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
In your admin scan database you can rebuild the users last photo. Both of the users you meantion are on the showmembers script.

I see no missing members go check.
__________________
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 June 13th, 2012, 06:49 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
The members aren't missing, just the thumbnail of their last image. See my note above, it is related to the ismature flag. When I change that flag to a 0 then the members thumbnail shows up. I probably made that change in the DB before you checked.

My question now is can I prevent the user from marking the photo as mature (they get asked when they upload their photos).
kshefve is offline   Reply With Quote
Old June 13th, 2012, 06:54 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Your ismature feature is off

Simply Digital Creative Team Galleries - Simply Digital Creative Team Gallery

Your telling me you do not see beth and karen with photos?

You can follow whatever post suggestion in the threads sure

UPDATE PPPHPphotos SET ismature=0;
__________________
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 June 13th, 2012, 07:03 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2004
Posts: 16
I'm good on this issue. I flipped the ismature flag on beth and karen's last photos and now the thumbnails show.
kshefve is offline   Reply With Quote
Old June 13th, 2012, 07:30 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
The query I posted should set any photos to 0 for ismature and your setting is off so no one can mark it mature again.
__________________
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
Image Editor > Rotate Image - Error South Fork Photopost Pro Bug Reports 4 December 18th, 2009 05:41 AM
Image upload problem - error creating thumbnail error code 127 bargaintrophies Photopost Pro How Do I...? 2 January 15th, 2008 07:33 AM
Help! Unable to read the format of file error tingey Photopost Pro Installation & Upgrades 1 September 22nd, 2006 06:58 PM
Unable to read the format of file: ERROR crazyjedi Photopost Pro Installation & Upgrades 1 July 13th, 2006 07:30 AM
Help! Unable to read the format of file error thumbsucker Photopost Pro Installation & Upgrades 2 March 7th, 2006 09:00 AM


All times are GMT -5. The time now is 12:46 PM.

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