vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBMS : vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=140828)

bashy 03-07-2007 04:27 PM

I cannot have this on my server, as its freebsd my host is saying that they cannot recompile imap functions

Quote from host

Quote:

I tried to build imap and compile php with it, and got an error as many people do on FreeBSD servers with DirectAdmin custom apache/PHP.
What a bummer eh? :(

Brent H 03-08-2007 04:03 AM

I'm getting the same error as a couple of others here:

Installation failed while "Testing Settings": vBMS couldn't connect to the mail server using the settings you provided. Please go back and verify their accuracy. If you are not sure of the values to use, consult your host.

Details:

Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.paranormalis.com:110/pop3}INBOX in /includes/vbms_class_installer.php on line 791

I've contacted my host and they told me what to put in each field, so I know it's the right information. Any way to correct this?

thincom2000 03-08-2007 05:42 AM

After several hours of going crazy, this ridiculous change worked for me -- in includes/vbms_functions_checkmail.php, find:
PHP Code:

    return "\{$hostname:$port{$notls}}INBOX"

Replace with:
PHP Code:

    return '{$hostname:$port{$notls}}INBOX'


Kmaster 03-08-2007 01:09 PM

Quote:

Originally Posted by Krofh (Post 1197319)
That should be in the includes/vbms_functions_checkmail.php file, if you want to fix it right away. Like I said, I'll try and get this fixed in the next update.
.

After changed, installed, send out mail is worked, but can't receive any mails.

Roxie 03-08-2007 02:14 PM

I get this error even though I uncommented the extension in php.ini

Fatal error: Call to undefined function: imap_open() in /home/xxxxxxx/public_html/includes/vbms_class_installer.php on line 790

Any other ideas?

*edit* I recompiled php and it worked out fine!

Everything is working great. But here's a question. How often does the system check for e-mails? How server intensive do you think it will be?

Thanks.

bluechris 03-08-2007 05:07 PM

Everything is working fine atm except when i delete a mail i get this
Quote:

messageids is Arraykey is 0and value is 1
The message is deleted ok but what is this that it says?

Also when i receive messages in greel language in the subject the characters that are show in the VBMS when i watch the inbox shown strange iso things.... and is doesnt show the greeks.... all the forum is in greek and working fine except VBMS area... is there a way that i can add something somewhere?

wacodep 03-09-2007 12:58 AM

Quote:

Originally Posted by wacodep (Post 1195797)
Potential bug: Even when 'Change Alias' is set to NO for his usergroup, the my test user can STILL change his alias.

I only have ONE usergroup enabled for this mod, so it's not a 'Generosity' issue.

This test user has a primary of 'Registered Users', but a secondary as this vbms-enabled group.

Krofh, did you miss this one from a few days ago? I didn't see any response and was wondering if it was fixed in the 3/5/07 update? Thanks.

Krofh 03-09-2007 05:52 AM

Quote:

Originally Posted by bashy
What a bummer eh?

Quite indeed :(
Quote:

Originally Posted by Brent H
I've contacted my host and they told me what to put in each field, so I know it's the right information. Any way to correct this?

No idea what's going on with that, it does it for me too... maybe your mail server doesn't accept external IMAP connections from itself or something? Try using "localhost" instead of "mail.paranormalis.com" just to see if that happens to work. I'm not sure why it would do that though, I was able to connect to mail.paranormalis.com:110 just fine with telnet :-/
Quote:

Originally Posted by thincom2000
After several hours of going crazy, this ridiculous change worked for me -- in includes/vbms_functions_checkmail.php, find:

Indeed, that was the same fix I posted a few posts back with an updated attached vbms_functions_checkmail.php file.
Quote:

Originally Posted by Kmaster
After changed, installed, send out mail is worked, but can't receive any mails.

Check the "Mail checking logs" in your ACP (under the vBulletin Mail System area). If there are no logs, then the cronjob probably isn't running. If there are logs, see if there are any errors in there. If it's checking the mail account fine and simply says there are no messages, check with a webmail to see if the catch-all account is even receiving mails.
Quote:

Originally Posted by Roxie
How often does the system check for e-mails? How server intensive do you think it will be?

It's a cron job running every minute; I don't know how intensive this really is though, I haven't done a lot of monitoring with that.
Quote:

Originally Posted by bluechris
Everything is working fine atm except when i delete a mail i get this

lol! Very sorry, it seems I left some of my debugging notes in there when I was trying to fix a bug. Go ahead and upload the attached file in your "includes" directory, that'll fix it.
Quote:

Originally Posted by bluechris
Also when i receive messages in greel language in the subject the characters that are show in the VBMS when i watch the inbox shown strange iso things.... and is doesnt show the greeks.... all the forum is in greek and working fine except VBMS area... is there a way that i can add something somewhere?

Can you show me some screen shots, or get me a link to your forum? I'm a bit confused with what specifically is going on... is anything strange showing up in the "Mail checking logs" area? I can't say I'm much familiar with how vBulletin handles non-alphanumeric characters, so this could be interesting.
Quote:

Originally Posted by wacodep
Krofh, did you miss this one from a few days ago? I didn't see any response and was wondering if it was fixed in the 3/5/07 update? Thanks.

No, I didn't get it fixed, I did do some looking into what might be causing it before getting swamped with homework, so I really haven't gotten to do any major work on this the last few days. Sorry, it's on the top of my bugs-to-fix list.

Brent H 03-09-2007 06:26 AM

Quote:

Originally Posted by Krofh
No idea what's going on with that, it does it for me too... maybe your mail server doesn't accept external IMAP connections from itself or something? Try using "localhost" instead of "mail.paranormalis.com" just to see if that happens to work. I'm not sure why it would do that though, I was able to connect to mail.paranormalis.com:110 just fine with telnet :-/

Just tried it and I got the same error :( When I check line 791 in the file it references (vbms_class_installer.php) it says something about a password... I know my password is correct though.

Kmaster 03-09-2007 08:45 AM

Quote:

Originally Posted by Krofh (Post 1199353)
Check the "Mail checking logs" in your ACP (under the vBulletin Mail System area). If there are no logs, then the cronjob probably isn't running. If there are logs, see if there are any errors in there. If it's checking the mail account fine and simply says there are no messages, check with a webmail to see if the catch-all account is even receiving mails.

The cronjob seems work fine, even didn't see any error from the logs, see below picture.
http://img10.imagepile.net/img10/33189picture.jpg

I'd check my webmail, there's 6 mail there, no idea why it didin't delivery to vbms.


All times are GMT. The time now is 09:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01223 seconds
  • Memory Usage 1,761KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete