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)

encryption 03-03-2007 11:20 AM

Quote:

Originally Posted by Krofh (Post 1194608)
That error you give means it's not properly connecting to the mail server. Are you sure you have a POP3 mail server on your web host, and is it on localhost at port 110? You should check with your web host about that..

I am my own webhost and the accounts are working, tested them through thunderbird. And I just cant get it to work :(

EDIT

BTW I am using PHP 5.2.x and MySQL 5.X if thats any helpful

encryption 03-03-2007 11:33 AM

Found this.... http://www.webmasterworld.com/forum88/9372.htm

Dont know if it is helpful

Neutral Singh 03-03-2007 02:16 PM

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

blockbusted 03-03-2007 04:15 PM

Quote:

Originally Posted by Krofh (Post 1193848)
Very possibly; I haven't gotten a chance to take the time to look at what it does to the server load. However, by not giving POP3 access (for Outlook EXpress, etc.), you're keeping your users on your site more rather than letting them be freeloading off of you.

Yeah, but I am only giving access to email accounts for my subscribing "VIP Members", so they wouldn't be freeloading off of me.. They have to pay to become VIP members. But since it's strictly internal, I guess it doesn't matter.

Maybe an add-on feature in the future? :p

sonichero 03-04-2007 02:02 AM

hey - anyone know what exactly is a catch all email? what do you put there?

Krofh 03-04-2007 04:38 AM

Quote:

Originally Posted by bashy
There is no error at at all, just hangs at 7% step 10 of 13: Testing Setteings

Check the "Verbose output" checkbox and then run the installer.
Quote:

Originally Posted by Robru
The install stops at 7% saying Step 1 of 13: Testing Settings… with the following error:

Quote:

Originally Posted by Neutral Singh
Fatal error: Call to undefined function: imap_open() in /includes/vbms_class_installer.php on line 790

Neither of you have the IMAP functions enabled. In your php.ini, uncomment the "extension=php_imap.dll" file and restart the web server. If you don't have access to that, ask your web host to do it; if they won't, then you can't run this hack on your server.
Quote:

Originally Posted by TTG
Produces :-

Try simply going to yoursite.com/forums/vbms_checkmail.php and let me know if there are any errors there. If you see something again like you just showed me, look at the source of that page and see if there are any errors.
Quote:

Originally Posted by encryption
I am my own webhost and the accounts are working, tested them through thunderbird. And I just cant get it to work :(

How positively strange, it should work like that. The link you gave me has nothing to do with your problem... what sort of mail server are you running on there, and are you sure it's on the default port 110? That's really the only thing I can think of that could be wrong... unless your mail server doesn't accept IMAP connections for some reason.
Quote:

Originally Posted by blockbusted
Maybe an add-on feature in the future? :p

Haha, possibly, but that's completely different than the type of coding this already uses, and I'm not sure if it's even possible through PHP or not. It'd sure be interesting to look into, though. *looks* it seems IMAP functions can handle that, I'm not sure if that'd work with POP servers or not though. Hmm...
Quote:

Originally Posted by sonichero
hey - anyone know what exactly is a catch all email? what do you put there?

That's something you have to configure with your own web server. It means that any email address @yourwebsite.com that isn't already defined automatically forwards to one single email that "catches all".

bluechris 03-04-2007 07:41 AM

There's a bug in imap_open function in php 5.2.1 for windows. I tried also the latest cvs snapshot of php but stil the error continues.....

The error i get is this in vbms logs

Code:

PHP error: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream \{mail.corollaclub.com:110/pop3}INBOX (C:\Domains\corollaclub.com\wwwroot\forums\vbms_checkmail.php:95)
I did a search and spoted that the problem is the string that grabs the servername variable ...

Read This from http://gr2.php.net/imap_open

Code:

danwatts at gmNOSPAMail dot com
12-Feb-2007 06:39
Be careful about how you specify the string
(at least on PHP5). It looks like you need to
break out of the "string" if you specify the
server name within a variable.

<?php
//DOES NOT WORK:

imap_open("{$server:143/novalidate-cert}".
$mailbox,$username,$password)

//DOES WORK:

imap_open("{".$server.":143/novalidate-cert}".
$mailbox,$username,$password)

//ALSO WORKS:

imap_open("{imap.servername.com:143/novalidate-cert}".
$mailbox,$username,$password)

?>

Im not 100% sure .. i tried to hardcode the vbms_checkmail file not to grab the server info from the variable but im not code guru :(

By the way in php 4.4.x works fine ... and php.net said that had fixed it in the latest snapshot thats why i tried it but it was unsuccesfull

I dont know what to do cause yesterday i was with php 4.4.1 with Apc caching and today i changed to 5.2.1 with Xcache and the forum is better as matter the speed and server load, so i dont really want to go back to 4.4.1 and i loved VBMS...

Any help will gratefull.

P.S. Mails sent ok from vbms only receiving gives error atm

bashy 03-04-2007 07:48 AM


Status before enumerating steps:
XML parser created: phrases from /includes/xml/vbms_installation_resources_phrases.xml, templates from /includes/xml/vbms_installation_resources_templates.xml

This is all it says after 5 minutes of waiting

Quote:

Originally Posted by Krofh (Post 1195266)
Check the "Verbose output" checkbox and then run the installer.


TTG 03-04-2007 10:02 AM

Quote:

Originally Posted by Krofh (Post 1195266)
Try simply going to yoursite.com/forums/vbms_checkmail.php and let me know if there are any errors there. If you see something again like you just showed me, look at the source of that page and see if there are any errors.

Produces a mail icon !?

wacodep 03-04-2007 09:52 PM

Set up the catchall account, uploaded the files, ran the install, configured it via Admin CP and we're off to the races.

A grand total of about 2 minutes from download to send/receipt of first test email messages on vBulletin 3.6.5.

Fantastic layout from both the user and Admin POV. Great features, too.

If there were such as thing as MOTY (Mod of the Year), this one would have my vote!)

While I *did* catch the warning about the potential for a tedious upgrade to the final released version, it was worth the chance. Awesome job.

Clicks install and MOTM ... :)


All times are GMT. The time now is 11:12 AM.

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.01323 seconds
  • Memory Usage 1,755KB
  • 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_code_printable
  • (11)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