|
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
|