Quote:
Originally Posted by Marv
I know - this is the 3.6 section. But has anyone tested this baby on 3.5.x ? I am looking for this mod since I left 3.0.0 behind me 
|
Hypothetically, it would work with 3.5, you'd have to edit the product xml and remove the execution orders. But this is not tested with 3.5 to my knowledge.
Quote:
Originally Posted by Big-K
nice hack. I cant wait to get this working on my site
I got the following error when I ran cron job. What's wrong?
|
Are you certain your using the latest build? Please download 2.2 and be sure you are overwriting the emailintegration.php file in your /includes/cron/ file.
Quote:
Originally Posted by rpainter
Installed the new version, and still having issues with attachments. Any ideas?
|
Please describe your exact issues with attachments, or email me again. I know we briefly discussed it via email.. but things have been nutz lately
Quote:
Originally Posted by Virtex-II
On version 2.2 the variable $newpost[postid] doesn't seem to be parsed in the right way in the notification system. That's what I get in the email:
Code:
http://www.mydomain.com/forums/newreply.php?do=newreply&noquote=0&p=
|
Eek, I'll check this out. Are you getting this from
1) Emails for new threads posted from the forum
2) Emails for replies posted from the forum
3) Emails for new threads posted from email
4) Emails for replies posted from email
Thanks!!
Quote:
Originally Posted by Virtex-II
Thanks a lot ChurchMedia for your help! Your post and your tutorial (I registered to your forum) cleared all my doubts.
I still have some questions...The links reported on the e-mail seem to be uncorrect (I use OE), for example:
Code:
http://www.mydomain.com/forums/subscription.ph%20%20p?do=addsubscription&f=2
the red part doesn't make the link work properly.
All the other links are uncorrect (spaces appear in them) but seem to work right.
When someone tries to answer via email, how long does it take to have the new thread on the forum?
When I run the cron job I get this error:
Code:
Email Integration
Warning: imap_open() [function.imap-open]: Couldn't open stream {http://webmaildomini.aruba.it/cgi-bin/webmail.cgi:110/pop3/notls}INBOX in /includes/cron/emailintegration.php on line 111
Warning: imap_headers(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 114
Warning: imap_close(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 1213
or
Code:
Email Integration
Warning: imap_open() [function.imap-open]: Couldn't open stream {http://webmaildomini.aruba.it/cgi-bin/webmail.cgi:143/novalidate-cert}INBOX in /includes/cron/emailintegration.php on line 111
Warning: imap_headers(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 114
Warning: imap_close(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 1213
Is there anyway to fix them?
Regards!!!
|
1) Problem with links. What mail browser are you using to view the messages? Outlook, yahoo, gmail, etc?
2) Timeline on emails being posted - Every 10 minutes is the earliest, longer if your board is inactive for awhile. All cron jobs work when the footer template is called.
3) Your using the wrong connection type to try to connect to the mailbox. Try one of the other connection types.