vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Email Integration (New Threads/Replies by and through email!) (https://vborg.vbsupport.ru/showthread.php?t=169247)

BucWiLd 10-06-2009 10:10 PM

really wish this was available for 3.8>

angeljs 10-08-2009 02:33 PM

Hi, I wonder if someone could help me with this problem. I'm trying to run the setup script but keep getting an internal server error

Does the internal server error mean there is a chmod error somewhere?

Edit: Must have been a glitch on the server at it's working ok now.

angeljs 10-08-2009 07:32 PM

Is there a way to tweak the cron job settings so this works every 5 minutes? I've tried setting it for every minute, but it doesn't work. It works when I run the job manually, but nothing seems to happen when I just leave it, so was wondering if tweaking the cron jobs may help.

toivo 10-08-2009 09:37 PM

Quote:

Originally Posted by angeljs (Post 1896781)
Is there a way to tweak the cron job settings so this works every 5 minutes?

Have a look at the script in post #898 at https://vborg.vbsupport.ru/showthrea...151222&page=60.
The script is scheduled to run on a different server. It accesses the home page of the forum and triggers the scheduled jobs to run even when the forum has a quiet period with only a few visitors.

rlopez 11-10-2009 04:19 PM

Where is the template for the email that this mod sends out stored? I would like to modify this template.
Thanks

lbernstein 11-10-2009 04:31 PM

Help!!!
I'm getting what seems like random occurance of duplicate posts to the forum as well as emails out. I can stop the problem if I close the forum, but it got so bad yesterday I had to disable the mod. Can anyone give me a pointer on what I can do?

I'm running vBulletin 3.8.2 and EI 2.6.1

Thanks

www.ambersight.com/forums

toivo 11-10-2009 06:21 PM

I am using 3.6.8 with this mod. The only problem I have experienced happens when someone has an auto-reply rule which does not exclude the forum email address and the out-of-office message starts bouncing back and forth and it gets propagated to everyone. I managed to fix that through code that compares the incoming message with the last post from the sender.

Do have a mail server which allows you to create a rule which copies each incoming message to a separate folder? Then you can check if the duplicated messages are triggered by the same message being received twice.

toivo 11-10-2009 10:34 PM

Quote:

Originally Posted by rlopez (Post 1912448)
Where is the template for the email that this mod sends out stored? I would like to modify this template.

The email templates can be found in the phrase table through this query:
Code:

SELECT * FROM `phrase`
WHERE varname LIKE 'ei_notify%' AND fieldname LIKE 'email%'

The full list includes a few additional templates for error notifications etc:
Code:

SELECT * FROM `phrase`
WHERE varname LIKE 'ei_%' AND fieldname LIKE 'email%'


toivo 12-08-2009 09:44 PM

Quote:

Originally Posted by lbernstein (Post 1912450)
I'm getting what seems like random occurance of duplicate posts to the forum as well as emails out. I can stop the problem if I close the forum, but it got so bad yesterday I had to disable the mod. Can anyone give me a pointer on what I can do?
I'm running vBulletin 3.8.2 and EI 2.6.1www.ambersight.com/forums

I upgraded my test forum to 3.8.4 which went all right after editing class_mail.php, as instructed in step 4 of INSTALL.TXT.

When I sent two messages from the same email address and ran the Email Integration from the Scheduled Task Manager, an error message was displayed:
Quote:

Fatal error:
? This forum requires that you wait 30 seconds between posts. Please try again in 30 seconds.
Unable to proceed with save while $errors array is not empty in class vB_DataManager_Thread_FirstPost in [path]includes\class_dm.php on line 810
#0 vb_error_handler(256,
Both messages remained in the mailbox but the first message had been posted to the forum. The next time the cron job was run, the second message was posted and both messages were deleted from the mailbox. Please note that duplicate messages were not sent to the members, because my earlier fix to EI Mod discards duplicate posts: https://vborg.vbsupport.ru/showthread.php?t=151222&page=64

Had I not had that fix implemented, at least one of the messages would have been posted and broadcast twice.

lbernstein 12-09-2009 05:54 PM

Is it possible to turn off sending emails to an individual user from the Admin Control Panel?


All times are GMT. The time now is 11:52 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.02004 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)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