![]() |
Quote:
EDIT BTW I am using PHP 5.2.x and MySQL 5.X if thats any helpful |
|
Fatal error: Call to undefined function: imap_open() in /includes/vbms_class_installer.php on line 790
|
Quote:
Maybe an add-on feature in the future? :p |
hey - anyone know what exactly is a catch all email? what do you put there?
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
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) Read This from http://gr2.php.net/imap_open Code:
danwatts at gmNOSPAMail dot com 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 |
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:
|
Quote:
|
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 ... :) |
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. |
Wont install - Fails at the begining of the install process when it checks to see if it can login to the pop server.
Pop server tests fine by my webmail client, and by telneting to port 110 and logging in with USER username PASS password. I have tried verbose and the error details are still blank. php 5.1.x |
Strictly internal = teh best. I may modify it to use individual email accounts for my own site since my server doesn't support catchalls.
|
Fatal error: Call to undefined function: imap_open() in /includes/vbms_class_installer.php on line 790
I also get this error ^ The server is a linux one, and imap is confirmed working. Is there any way to get around this and continue the installation? Edit: I uncommented the extension and restarted web server and it still displays the error. Edit: I've contacted my host asking them to recompile php with the extension or whatever, we'll see what happens. |
Deleting a mail folder DOES delete it, but it also gives the following SQL error:
Quote:
|
Ok, so my host got me sorted and I must say this hack is very very impressive!
|
Glad to see you got that sorted, eNforce.
Quote:
Quote:
Quote:
As to those of you who have PHP 5, I think I've got it sorted; the original hack had a bizarre coding for the imap_open connection string which PHP 5 didn't much like, and I didn't notice it while porting the hack. If you upload the vbms_functions_checkmail.php file attached in your "includes" directory, it should fix that issue. I'm going to go ahead and repackage the original zip with these two updated files, and hopefully get to some of the usergroup stuff tomorrow. Note: to those of you who can't see the other usergroups in the ACP, can you send me screenshots of your ACP > vBulletin Mail System > Permissions and your Usergroup Manager pages? I can't seem to reproduce the problem you're describing. When I install this on a clean forum with a few extra test usergroups, it recognizes them; when I then add usergroups after installing this, it also recognizes them. |
Quote:
Quote:
|
Is there a reason that my attachments are deleted ? i mean i get mails in VBMS but when i read the message the attachment has a X icon and says
This message contains 1 attachment(s) that have been automatically deleted. The likely reason is that either they had names that could potentially contain viruses, or you do not have permission to receive attachments. The information for these deleted attachment(s) is displayed below. The name of the attachment is a goal.jpg ... and as for permissions i am administrator in the forum... |
Once I finally got past the PHP 5 imap_open() error on my own last night, I had to create email accounts for all my users that forward to the vbms one, since my server doesn't support catchalls.
So, it could become problematic if people start changing their aliases even though they supposedly don't have permission. I hope this gets sorted soon. |
Any thoughts on the installation issue please Krofh post # 48
This is the conflict list
Image enclosed Looks like imap is not compiled, will update once sorted!!! |
Altough i have catchall on our server enabled i'm not sure on how this works. When i create a catchall for @mydomain.com it is asking next for a mail forward address. When i fill in that @mydomain.com has a forwarder info@mydomain.com .. is info@mydomain.com the catchall address?
And how about the pop3? Is it correct to use pop3@mydomain.com or do i have to use the server address for example: pop3@server1.com address? |
Something strange I just found. I kept getting the following error in my logs:
PHP error: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {mailsvr:110/pop3}INBOX After some research, I noticed that notls wasnt being appended to the /pop3. Even though I have notls selected in the options. I modified your code to force the addition of notls to the pop3 and it works fine now. //return "{" . $hostname . ":" . $port . "/pop3" . $notls . "}INBOX"; return "{" . $hostname . ":" . $port . "/pop3/notls}INBOX"; |
Also, deleting emails takes me to a white page.
|
Anyone here get this to run on a MediaTemple server? I'm having trouble finding the right settings for installation and support is taking forever and day.
|
Quote:
I have same error as you, plz inform which file have to change? thanks. |
Can i use an external mail?
i mean: i have name@yoursite.com but i want to check my mail name2@anothersite.com i can do it? can i set multiples email accounts? |
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
Quote:
More then likely the author who is working on this project now is not the original author who wanted to charge for this mod. He just picked it up and tried to bring it back to life, FOR FREE. Waisting his own time, on his dime, with little to no thanks in return. Infact, mostly complaints. |
Thanks for this. I always thought it was a big hassle to log into my site's email separately. In fact, I had not checked it once until I installed this mod (500 returned mails!).
Some of my users have multiple email accounts on my server, so it would be ideal to allow multiple aliases for each user. I tried auto-forwarding the other accounts to the user's vBMS alias, but apparently this makes no changes to the email headers, so vBMS does not recognize these forwarded mails properly. If support for this could be added for the next version, or you could tell me which functions I need to alter, that would be excellent. |
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'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? |
After several hours of going crazy, this ridiculous change worked for me -- in includes/vbms_functions_checkmail.php, find:
PHP Code:
PHP Code:
|
Quote:
|
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. |
Everything is working fine atm except when i delete a mail i get this
Quote:
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? |
Quote:
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
Quote:
|
Quote:
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:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|