vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   email system prob, help required urgently (https://vborg.vbsupport.ru/showthread.php?t=205098)

magicman17 02-12-2009 07:21 AM

email system prob, help required urgently
 
Hey guys i am having problems with my email system. My users are not getting their PM notifications and Subscription sent to them anymore. I need someone who can fix this for me. Any help appreciated guys. Thanks.

I downloaded this mod hoping it improve my email system now i want to get rid of it as it has effected my site. Can anyone help me get my site back to sending out emails and stuff.
https://vborg.vbsupport.ru/showthread.php?t=167274

Thanks guys.

vbplusme 02-12-2009 08:05 AM

Have you tried to uninstall it? From the looks of the installation instructions, you will have to back out the changes you made when you installed the hack.

snakes1100 02-12-2009 02:47 PM

To trouble shoot the email system correctly, you need to first use the maintenance feature in the admincp --> Maintenance --> Diagnostics --> Email

You can also try the smtp option in vbulletin admincp --> vbulletin options --> email options

If neither option works, you would have to view your email log on the server and find out why email is not being sent out, this would require root access to the server.

vbplusme 02-12-2009 11:29 PM

While I concur with the troubleshooting advice in general, I believe that some of the installation steps for the hack that is installed (if they are still enabled) may be preventing your "standard" email access from being accessed, specifically,
Quote:

Step 1.

In admincp/email.php

find ;

vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, true, $vbulletin->GPC['from']);

change to ;

vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, false, $vbulletin->GPC['from']); // Paul M - Queue Admin Mail //



Step 2.

In includes/functions.php

find ;

exec_mail_queue();

change to ;

// exec_mail_queue(); // Paul M - Cron Mail Queue Hack //


magicman17 02-13-2009 06:06 AM

Problem has been solved guys thanks so much for the info/tips :)

vbplusme 02-13-2009 06:48 AM

very cool but you can bet that someone else is going to have the same problem and we still don't know what the solution is/was?:D


All times are GMT. The time now is 08:50 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.01045 seconds
  • Memory Usage 1,719KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete