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 December 21st, 2005, 06:28 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
Upload problem

Ok, I have installed my PhotoPost software sucessfully and successfully implemented it into my VBulletin forum software.

When I attempt to upload a picture, I get the following errors (this is for one picture btw):

REMOVED

Obviously the file is not being uploaded.

Can anyone help?

Thanks in advance!

Adam

Last edited by Chuck S; December 23rd, 2005 at 02:47 PM.
Big_Ad is offline   Reply With Quote
Old December 21st, 2005, 09:40 PM   #2 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,400
[Moving to PhotoPost PHP Pro Installation & Upgrades]

Adam, please see this thead and follow the instructions in the third paragraph: http://www.photopost.com/forum/photopost-announcements/announcements.html
KW802 is offline   Reply With Quote
Old December 22nd, 2005, 08:55 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Are your data directories all of them at every level 777?
__________________
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 December 22nd, 2005, 10:49 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
KW802 - I will sort the license out tonight, I share this account with another person who helps run the site, only I do the technical stuff - he purchased the script so I will find out which e-mail etc he used ASAP and verify myself.

Chuck S - Yes, the data directory and all sub-directorys are at chmod level 777.

Any ideas?
Big_Ad is offline   Reply With Quote
Old December 22nd, 2005, 11:02 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Is there medium and thumbs directories under category 510?
__________________
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 December 22nd, 2005, 11:14 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
Yes I do, both in which are chmod @ 777.

I contacted my host and they said:

"This may be due to a change in the imagejpeg() function in the newer
version of PHP."

:S

Any ideas?

Thanks again.
Big_Ad is offline   Reply With Quote
Old December 22nd, 2005, 11:22 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
what version of PHP you running? I know none of the programs have been tested thoroughly on PHp 5.1X

This also could be an issue with your GD install

I guess I would need an admin login and url to your board to see how its setup

Chuck
__________________
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 December 22nd, 2005, 11:26 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
It's PHP Version 4.4.1

Hmmm?

GD info:

GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
JIS-mapped Japanese Font Support enabled
Big_Ad is offline   Reply With Quote
Old December 22nd, 2005, 11:31 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
I also just had this reply:

What you need to do is to find the imagejpeg() in your script (check the
line it mentions above), and on the line before add:

$fp=fopen($FILE,"w");fclose($fp);

replace $FILE according to what the variable is on the second parameter of
the imagejpeg() call.


I have no idea what I'm doing here LOL - is this correct?
Big_Ad is offline   Reply With Quote
Old December 22nd, 2005, 11:48 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
There should be no need to modify anything in our code.

Link to phpinfo?

You can PM me ftp info url and admin login to 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 December 22nd, 2005, 02:35 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
Chuck S - just sending you a PM now!
Big_Ad is offline   Reply With Quote
Old December 22nd, 2005, 03:20 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Yep your phpinfo tells it all

Safe Mode is on your server. Our program requirements state for proper operation safe mode needs to be off.
__________________
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 December 22nd, 2005, 05:07 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
Chuck S

This is the reply I had from my host, what would you recommend I reply?

Safe mode is a system feature on all of the 34SP.com shared hosting
servers. Safe mode encompasses an array of different settings; most
importantly it prevents a number of user actions that could lead to
instability and insecurity on the server.

The changes I suggested should circumvent the error I believe.



Thanks!
Big_Ad is offline   Reply With Quote
Old December 22nd, 2005, 05:13 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Well I can not comment on there system. 99% of hosts do not turn on safe mode because it cripples file uploads.

Basically the user does not match the user of the script and never can so safemode shuts down the process.

They are saying try this. On image-inc.php is this and try adding the line in bold. I can not say it would work.

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 December 22nd, 2005, 05:31 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
That seems to have worked actually!!! Lol.

Thanks for your help Chuck you've been great.
Big_Ad is offline   Reply With Quote
Old December 23rd, 2005, 02:37 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
Is it possible for someone to edit my first post with all the errors? Now it's all working I would rather the paths and directories for my files on my host weren't displayed LOL.

Thanks! (cant find an edit link btw)
Big_Ad is offline   Reply With Quote
Old December 23rd, 2005, 02:38 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
And for errors displayed on:

Problem after installation
Problem during installation

Thanks!!
Big_Ad is offline   Reply With Quote
Old December 23rd, 2005, 02:47 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
okay no problem
__________________
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
upload problem sanddancer Classifieds Bug Reports 19 May 31st, 2005 08:46 AM
Upload Problem DJT Photopost Pro Installation & Upgrades 4 April 25th, 2005 07:13 PM
Upload problem morrowaudio Photopost Pro Installation & Upgrades 1 April 22nd, 2005 05:44 PM
Please help serious upload problem wildazzjw Classifieds Bug Reports 6 February 22nd, 2005 11:57 PM
Upload problem dutchbb Photopost Pro Installation & Upgrades 1 July 3rd, 2004 10:35 AM


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

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