I am running vb 3.7 RC3 and EI 2.6.1.
I have the following problems and would really enjoy some pointers:
- -Running the cron gives me this error:
PHP Code:
Email Integration
[*]Warning: require_once([path]/includes/functions_threadprefix.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/cron/emailintegration.php on line 41
Fatal error: require_once() [function.require]: Failed opening required '/mydomain/forum/includes/functions_threadprefix.php' (include_path='.:/usr/local/lib/php') in /mydomain/forum/includes/cron/emailintegration.php on line 41
- In your installation file you write:
Quote:
If you have problems getting emails to appear in the forum, you can use a help script I have written which tests many different configurations to determine the proper entries for your forum. To use this script, go to AdminCP -> Email Integration -> Forum Setings Help.
|
I do not find AdminCP -> Email Integration -> Forum Setings Help.
- - And last but not least, my phpinfo notes this about my IMAP settings:
Code:
IMAP c-Client Version 2001
SSL Support enabled
Kerberos Support enabled
Does that give any clue to the correct settings in the forum manager? (pop3 with or without SSL, IMAP with or without SSL)