vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   Registration Problems (https://vborg.vbsupport.ru/showthread.php?t=200836)

Nadavy 01-06-2009 04:05 AM

Registration Problems
 
Many members have been experiencing registration problems. They sign up and everything, but they never receive the confirmation email. This is not just a certain email sever because it has happened to everybody that has signed up. I had to disable the email system temporarily. Is anybody else having this problem? Does anybody know how to fix it?:(

FreshFroot 01-06-2009 04:13 AM

I think it's a server issue. Might want to contact your host. I had this a few years back and it was an server email issue.

If you have any other scripts running, than try and see if the problem persists with them too.

Dismounted 01-06-2009 04:39 AM

Do you get any bounces?

Nadavy 01-06-2009 05:30 AM

No, no bounces.
How I found out was that the people trying to register had to track me down and report the problem. It then became persistent....

Dismounted 01-06-2009 07:48 AM

Have you tried the Email Test feature? (Admin CP > Maintenance > Diagnostics)

Nadavy 01-06-2009 11:28 PM

Will give it a shot, thanks :D
Will report back later.

ziggylol 01-08-2009 08:31 AM

I have the same problem also, i did the diagnostic and it said no problems =/

Marco van Herwaarden 01-08-2009 08:33 AM

Then you will need to examine your mail server log files. If you are unsure how to do that, please consult your host.

Nadavy 01-09-2009 01:02 AM

Okay because I really need urgent help. The email system doesn't work, but disabling it causes tons of bots to register and post pornography which is quite irritating. It is like 5 bots a day :(

Dismounted 01-09-2009 03:00 AM

Quote:

Originally Posted by Nadavy (Post 1703722)
Will give it a shot, thanks :D
Will report back later.

And your "report" is?

Nadavy 01-09-2009 09:58 PM

I tested it out and it worked but sent the email to my spam folder. Perhaps that is the answer?

Goliath27 01-10-2009 03:38 PM

I am having the same issues as well and tried the email test as directed. I recievd the email from teh test and the Pertinent PHP Settings shows....

SMTP: localhost
sendmail_from: None
sendmail_path: /usr/sbin/sendmail -t -i

is that correct? How do I check with my server to see if any emails bounced?

ALi

Nadavy 01-11-2009 02:21 AM

I found out that getting the email is not the problem. Once they get the email, they go to the verification link and at that page it says 'this verification link is not valid'.

Dismounted 01-11-2009 04:03 AM

Quote:

Originally Posted by Nadavy (Post 1708103)
I found out that getting the email is not the problem. Once they get the email, they go to the verification link and at that page it says 'this verification link is not valid'.

Add the following code to the end of your config.php. Then try again. If this does not solve the issue, create a support ticket at vBulletin.com.
PHP Code:

define('DISABLE_HOOKS'true); 

Quote:

Originally Posted by Goliath27 (Post 1707409)
I am having the same issues as well and tried the email test as directed. I recievd the email from teh test and the Pertinent PHP Settings shows....

SMTP: localhost
sendmail_from: None
sendmail_path: /usr/sbin/sendmail -t -i

is that correct? How do I check with my server to see if any emails bounced?

ALi

If you received the email then it is not a vBulletin issue, but a server issue (or even a remote server's issue). Please contact your host.

Nadavy 01-11-2009 04:38 AM

Do I put a couple spaces before I add that in at the bottom or right after the last thing or what?

Dismounted 01-11-2009 05:21 AM

At the end of the file, add a new line, and put the code there.

Goliath27 01-12-2009 05:27 PM

Quote:

Originally Posted by Dismounted (Post 1708175)
If you received the email then it is not a vBulletin issue, but a server issue (or even a remote server's issue). Please contact your host.

Contacted them. His reply to my Ticket was that he would need to check my settings on my Program(Vb I presume). I don't trust in giving anyone my Admin control. Am I right to decline that? I am awaiting his response and I explained that the Emails that are supposed to be sent to the new Users, are being sent to Me.

ALi

Dismounted 01-13-2009 04:21 AM

I would ask him what settings he needs to check, and give the values of those settings to him, instead of giving him Admin CP access.

Nadavy 01-13-2009 10:58 PM

I put the code there, but it disabled a ton of stuff.

Dismounted 01-14-2009 02:38 AM

Quote:

Originally Posted by Nadavy (Post 1711505)
I put the code there, but it disabled a ton of stuff.

That's the entire point of the line - it disables all modifications so that you can rule them out. With the line in place, register and try the verification link. If it still does not work, please open a support ticket at vB.com.

Nadavy 01-14-2009 08:37 PM

Alright... the code made the registration work.....
So what exactly does that mean? One of my mods is disabling registration!?!?

Goliath27 01-14-2009 09:16 PM

Damn, I did as the Server Tech said to do and still having Registration problems. This is his reply and what I changed.....

Quote:

Please reconfigure your script to send the mails using the smtp option on port 2525. You configuration would like like this:

server address: midwestelite.org:2525
user: a valid email user
password: a valid email password
For the SMTP host, do I put "midwestelite.org:2525" or did I do that wrong as well?

ALi

Dismounted 01-15-2009 03:50 AM

Quote:

Originally Posted by Nadavy (Post 1712533)
Alright... the code made the registration work.....
So what exactly does that mean? One of my mods is disabling registration!?!?

Yes, precisely. One of your modifications is conflicting with the vBulletin system. Remove the line, and disable each of them in turn until you find the culprit.
Quote:

Originally Posted by Goliath27 (Post 1712577)
For the SMTP host, do I put "midwestelite.org:2525" or did I do that wrong as well?

SMTP Host is midwestelite.org. Under that option, you will find SMTP Port, set it to 2525.

Goliath27 01-15-2009 06:10 PM

K saved, I'll test it now and see how it works.

ALi

--------------- Added [DATE]1232050711[/DATE] at [TIME]1232050711[/TIME] ---------------

ok I tried registering with another email to test it, and it said it sent the email which it has not. also, at the top where my banner is, I found this error on the page..

Quote:

Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number in [path]/includes/class_mail.php on line 603

Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in [path]/includes/class_mail.php on line 603

Warning: fsockopen() [function.fsockopen]: unable to connect to tls://midwestelite.org:2525 (Unknown error) in [path]/includes/class_mail.php on line 603
Any idea what this could mean?

the forum is Midwestelite.org

ALi

--------------- Added [DATE]1232054297[/DATE] at [TIME]1232054297[/TIME] ---------------

here are my settings under ACP>Options>Email options
https://vborg.vbsupport.ru/external/2009/01/63.jpg

I ***** my password and email bouncing but you can get the idea, any thoughts?

still no registrations are going through

ALi

--------------- Added [DATE]1232062899[/DATE] at [TIME]1232062899[/TIME] ---------------

email test shows this...

Quote:

The mailing function returned an error while trying to send the mail.
The following errors were outputted by PHP when attempting to send mail:


Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number in [path]/includes/class_mail.php on line 603

Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in [path]/includes/class_mail.php on line 603

Warning: fsockopen() [function.fsockopen]: unable to connect to tls://midwestelite.org:2525 (Unknown error) in [path]/includes/class_mail.php on line 603

Warning: Unable to connect to SMTP server in [path]/includes/class_mail.php on line 585

ALi

--------------- Added [DATE]1232065165[/DATE] at [TIME]1232065165[/TIME] ---------------

Man, I had a good Convo with my self I see. Turns out the error I had for the SMTP was to change the Secure Connection at the end to NO. Works Fine now.


ALi

Nadavy 01-16-2009 02:12 AM

Dismounted, is there a quick way to check?
Or do I have to disable mod, try to register, disable another mod, try to register again... and so on

Dismounted 01-16-2009 04:39 AM

Quote:

Originally Posted by Goliath27 (Post 1713682)
Man, I had a good Convo with my self I see. Turns out the error I had for the SMTP was to change the Secure Connection at the end to NO. Works Fine now.

Good to know it's working now.
Quote:

Originally Posted by Nadavy (Post 1714104)
Dismounted, is there a quick way to check?
Or do I have to disable mod, try to register, disable another mod, try to register again... and so on

You may not have to necessarily register X times. You could probably use the same verification link.

Nadavy 01-16-2009 10:14 PM

Okay. Any idea what type of mod would do this -.- ?

Dismounted 01-17-2009 04:13 AM

To be honest, not much of a clue. Maybe registration? Could be anything.


All times are GMT. The time now is 07:54 PM.

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.01203 seconds
  • Memory Usage 1,800KB
  • 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_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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