 | |  | | | General Discussion General use discussion forum for PhotoPost products. |
March 12th, 2005, 09:58 AM
|
#1 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
| Can't Post in the Beta Forums
I am trying to post a reply in the Beta section of Photopost but i am locked out.
According to the post, i need IMAP enabled to process mobile phone pics. Yet Omegatron says that as his server has it but only uses POP3 for e-mail. I think i am in the same situation. Below are to pics of my php info screen. Can someone take a look and tell me if i will be able to use this feature or not?
Thanks
|
| |
March 12th, 2005, 10:31 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
No php has imap enabled but I was talking about the fact my server only allows pop3 email accounts
|
| |
March 12th, 2005, 10:37 AM
|
#3 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
Right, as mine does as well...It appears php was compiled with IMAP on my server, and i have been able to connect to the mailbox via the pop configuration.
Now I am at this stage with errors:
Num Messages 1
Warning: fopen(/home/xxx-xxx/public_html/photopost/uploads/mobile/96_27a.jpg): failed to open stream: Permission denied in /home/xxx-xxx/public_html/photopost/mobileproc.php on line 217
Warning: fwrite(): supplied argument is not a valid stream resource in /home/xxx-xxx/public_html/photopost/mobileproc.php on line 218
Warning: fclose(): supplied argument is not a valid stream resource in /home/xxx-xxx/public_html/photopost/mobileproc.php on line 219
Warning: fopen(/home/xxx-xxx/public_html/photopost/uploads/mobile/upload.log): failed to open stream: Permission denied in /home/xxx-xxxx/public_html/photopost/mobileproc.php on line 222
Warning: fwrite(): supplied argument is not a valid stream resource in /home/xxx-xxx/public_html/photopost/mobileproc.php on line 224
Warning: fclose(): supplied argument is not a valid stream resource in /home/xxx-xxx/public_html/photopost/mobileproc.php on line 225
1 -> [Mar1220051129.jpg] [0] [] [96_27a.jpg] [45822] - David Mastrianni test2 Mar 12 2005 11:29 63085 [45822 - 96_27a.jpg]
Warning: file(/upload.log): failed to open stream: No such file or directory in homexxx-xxxpublic_htmlphotopostmobileproc.php on line 357
unable to process the file from (no email address)
Warning: fopen(/upload.log): failed to open stream: Permission denied in homexxx-xxxpublic_htmlphotopostmobileproc.php on line 426
Warning: fclose(): supplied argument is not a valid stream resource in homexxx-xxxpublic_htmlphotopostmobileproc.php on line 433
Done!
after it gets the images, it seems to be stripping the slashes from my paths
|
| |
March 12th, 2005, 11:13 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
well chmod your permissions on the upload mobile directory to 777
Do me a favor since I dont have a camera phone use the account
testing and testing on my server
reeftalk.com/gallery and set up the mobile email account as yours and do a test upload to my install and let me know when you do it
|
| |
March 12th, 2005, 11:21 AM
|
#5 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
LOL...i installed a new version of my FTP program and for some reasons it was not doing the CHMOD change. That portion is all set now. Now it processes and appears to get the file from the mailbox etc, but the photo never appears in the gallery.
I do not have a camera phone either, i was just sending it from my own e-mail account.
You still want me to send a test that way? Quote: |
Originally Posted by omegatron well chmod your permissions on the upload mobile directory to 777
Do me a favor since I dont have a camera phone use the account
testing and testing on my server
reeftalk.com/gallery and set up the mobile email account as yours and do a test upload to my install and let me know when you do it | |
| |
March 12th, 2005, 11:27 AM
|
#6 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
Test e-mail sent
|
| |
March 12th, 2005, 11:57 AM
|
#7 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
Ok, i fuigured out that my e-mail program sends my name instead of the e-mail address so that the mailprocess gives the no email address found error. I corrected that and now these errors are popping up:
Num Messages 1
1 -> [Mar1220051248.jpg] [0] [] [96_18a.jpg] [38556] - para-tek@comcast.net Mar 12 2005 12:48 53781 [38556 - 96_18a.jpg]
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/para-tek/public_html/photopost/mobileproc.php on line 378
checking... 96_18a.jpg:[] -
Warning: copy(/home/para-tek/public_html/photopost/data/MOBILE_CAT/96_18a.jpg): failed to open stream: No such file or directory in /home/para-tek/public_html/photopost/mobileproc.php on line 392
adding...
Warning: getimagesize(/home/para-tek/public_html/photopost/data/MOBILE_CAT/96_18a.jpg): failed to open stream: No such file or directory in /home/para-tek/public_html/photopost/image-inc.php on line 215
Warning: copy(/home/para-tek/public_html/photopost/data/MOBILE_CAT/96_18a.jpg): failed to open stream: No such file or directory in /home/para-tek/public_html/photopost/image-inc.php on line 261
Warning: Division by zero in /home/para-tek/public_html/photopost/image-inc.php on line 288
Error creating thumbnail! Error code: 1
Command:
"/usr/local/bin/mogrify" +profile "*" -size 0x100 -quality 70 -geometry 0x100 '/home/para-tek/public_html/photopost/data/MOBILE_CAT/thumbs/96_18a.jpg'
|
| |
March 12th, 2005, 12:09 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
well you need to define MOBILE_CAT in the integration for one and you have not done so
As far as the query error thats a bug
this line
$ppquery = "SELECT id FROM attach_photos WHERE bigimage='$ppfile' AND cat='$putcat'";
needs to be this
$ppquery = "SELECT id FROM {$Globals['pp_db_prefix']}photos WHERE bigimage='$ppfile' AND cat='$putcat'";
Okay your email test is the same as mine
Everything works on my server the emails are read and uploaded to the galleries upload mobile directory. However the images are never inserted into the photos table
So here is where I am at a loss on this mod
|
| |
March 12th, 2005, 12:25 PM
|
#9 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
| Yes!...it works!
It finally worked once i added the mobile_cat. sent the email, and there it is....in the gallery!
Thanks for the help Chuck! Quote: |
Originally Posted by omegatron well you need to define MOBILE_CAT in the integration for one and you have not done so
As far as the query error thats a bug
this line
$ppquery = "SELECT id FROM attach_photos WHERE bigimage='$ppfile' AND cat='$putcat'";
needs to be this
$ppquery = "SELECT id FROM {$Globals['pp_db_prefix']}photos WHERE bigimage='$ppfile' AND cat='$putcat'";
Okay your email test is the same as mine
Everything works on my server the emails are read and uploaded to the galleries upload mobile directory. However the images are never inserted into the photos table
So here is where I am at a loss on this mod | |
| |
March 12th, 2005, 12:32 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
LOL Glad yours is working. Mine get copied to the uploads directory and thats it.
going through debugging it now
|
| |
March 12th, 2005, 12:37 PM
|
#11 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
let me know if you want to see my files....who knows, maybe i made a mistake somewhere...lol
|
| |
March 12th, 2005, 12:41 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
LOL
well I think I know my problem just gotta figure out to configure it
1 -> [Mar1220051331.jpg] [0] [] [dq-beach19.jpg] [75424] - Chuck Scannell test Mar 12 2005 13:31 103778 [75424 - dq-beach19.jpg]
My email headers are reading my name not my email address so into my mail program to see its config
|
| |
March 12th, 2005, 01:48 PM
|
#13 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
That was the problem i was having too....changed the setting in outlook and all is fine
|
| |
March 12th, 2005, 03:36 PM
|
#14 (permalink)
| | Member
Join Date: Mar 2003 Location: Hamilton, MA
Posts: 68
|
Chuck,
I still never got an answer to as why i can't post in the Beta forums?
|
| |
March 12th, 2005, 04:19 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
I am not the one to answer that as I dont set forum permissions that the administrator |
| |
March 12th, 2005, 05:59 PM
|
#16 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
I'll be moving the mods out shortly; BETA is over, but the mods will have their own place.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:39 PM. | |