vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - EZ Bounced Email Management for Admins (https://vborg.vbsupport.ru/showthread.php?t=138884)

Big Kahuna 12-16-2007 09:21 PM

Mucho Gracis Amigo

I had to set my mail to be sent in VBs Options at SMTP to be able to receive the messages -- but once I did that I was good to go. I post this -- so others might not spend as much times as I did figuring out why I couldn't get the emails.

Antivirus 12-16-2007 09:50 PM

Quote:

Originally Posted by AScherff (Post 1402057)
I figured out, that after installing these mod, two of cron-jobs (Birthday and Activation Reminder) are not run and have these error:
Fatal error: Call to a member function query_first() on a non-object in ..../includes/class_mail.php(266) : eval()'d code on line 4
code of line is
PHP Code:

($hook vBulletinHook::fetch_hook('mail_send')) ? eval($hook) : false


I've tested this on a clean install and don't have any problem running the cronjobs manually. They run just fine whether manually or automatically executed. Your issue may be that another modification is conflicting with this one - try searching for any other plugins which are utilizing the hook location 'mail_send' and tinker around with the plugin execution orders or disable the other mod.

If both of those don't work, then (and I don't think this will make a difference because I have no idea what you have that's causign the conflict with this) but try the following edit:

In plugin 'EZ Bounce Management - construct code':

Find:
PHP Code:

$buser $db->query_first(

and REPLACE with:
PHP Code:

$buser $vbulletin->db->query_first(


AScherff 12-17-2007 05:21 AM

Quote:

Originally Posted by Antivirus (Post 1402404)
...try the following edit:

In plugin 'EZ Bounce Management - construct code':

Find:
PHP Code:

$buser $db->query_first(

and REPLACE with:
PHP Code:

$buser $vbulletin->db->query_first(



GREAT!! :)

This work around is the clue - it works :)

Thanks very much!
Alfred

Antivirus 12-17-2007 04:02 PM

Quote:

Originally Posted by AScherff (Post 1402652)
This work around is the clue - it works!

Interesting, i didn't think that would actually work, since $db is already globalized. Just out of curiosity, can you tell me which (if any) other mods have plugins utilizing the mail_send hook?

AScherff 12-17-2007 04:17 PM

Quote:

Originally Posted by Antivirus (Post 1402882)
can you tell me which (if any) other mods have plugins utilizing the mail_send hook?

Hmm, not realy, because i don't know
but if it helps i can PN you a list of my installed Mod's.

Antivirus 12-18-2007 01:04 PM

I think it's an issue with your server configuration. Regardless, the fix above works, so i'll update the mod to avoide the rare circumstance of anyone else having the same problem you did. Thanks for bringing this to my attention.

HDT 12-19-2007 07:05 AM

Got problem here.

Success installed mods but when system found user with invalid email address,system do not moved current user to specify usergroup.

For your information I use setting below.

- Update Member's Usergroup when Processing Bounces? Yes
- Move Bouncing Members to this Usergroup ID 3
- Show EZ Bounce link in email message body No

But not work at all,then I change Move Bouncing Members to this Usergroup ID to 15 (Customs usergroup) but still same problem.

Help please

By the way in mod package I found plugin_code.php,where must upload this file?

Vinyljunky 12-19-2007 09:43 AM

Thank you for the update.

I hope you enjoy your new CD ;-)

VinylJunky

Antivirus 12-19-2007 12:56 PM

Quote:

Originally Posted by HDT (Post 1404295)
Got problem here. Success installed mods but when system found user with invalid email address, system do not moved current user to specify usergroup.

When you say "invalid" email address, do you mean an email which bounces, or something else?

Quote:

Originally Posted by HDT (Post 1404295)
By the way in mod package I found plugin_code.php,where must upload this file?

ignore that file, not supposed to be there. v1.10 package has been updated.

HDT 12-19-2007 11:15 PM

Quote:

Originally Posted by Antivirus (Post 1404578)
When you say "invalid" email address, do you mean an email which bounces, or something else?

I am not sure but below is message when I receive email from this mod:
Code:

This email shows that the product is installed and working as it should be.

Emails sent to:user A,user B,user C . We tried to email the following users, but their email address was invalid

But look like user A,user B,user C not moved to current usergroup destination (usergroup 3).


All times are GMT. The time now is 08:10 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.01895 seconds
  • Memory Usage 1,754KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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