Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2002
Posts: 36
User
User
Offline
Joined: Mar 2002
Posts: 36
Since two days now, we don't get any New User registration because New Users don't get their confirmation eMail with the link.
At the same time, some Old Users (already registered) get a message that their password isn't valid anymore when they try to log in.
No SQL error message is visible, nothing. We're absolutely clueless and closed down the forums.

Could somebody PLEASE help? We're using UBBT 6.4.1.
Thanks.

Sponsored Links
Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
Check your error logs, if you don't have them setup here's how.

Admin > Edit config settings > Path and URL settings and fine "log all mysql errors?" First make a new directory and CHMOD it to 777 then put the path into the field and click the Test link to ensure it's working right. Then go to wherever you are getting your error and it will generate it again and put it in the log.

Then get someone to login so it will re-generate the error.

Joined: Mar 2002
Posts: 36
User
User
Offline
Joined: Mar 2002
Posts: 36
[]ericgtr said:
Check your error logs, if you don't have them setup here's how.[/]

Thanks for trying to help!
Maybe I didn't explain to well: no errors, not even in the error log. I can still log in but many Users can't. And no new User registration is possible because the Users register but they don't get a registration mail with confirmation link.

Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
Okay, here's a test email script you can run. Copy it to a text editor and save it as mail.php (or whatever.php) and put your address in it.

<?
$body = "Test";
$subject = "Test Mail";
$to = "[email protected]";
$from = "[email protected]";

$result = mail($to,$subject,$body,"From: $from\r\n");

if ($result) {
echo "it worked";
} else {
echo "it didn't work";
}
?>

Joined: Mar 2002
Posts: 36
User
User
Offline
Joined: Mar 2002
Posts: 36
Thanks a lot, "it worked". But I'm afraid only the script worked.

We're running 6.5 b4 now and the same thing but what is very strange: we installed 6.5 b4 to our new server and everything regarding registration verification eMails worked fine. Then, we switched DNS to the "old" site name and the regitratiom verification eMail isn't sent anymore to Users. Any idea?

Sponsored Links
Joined: Mar 2002
Posts: 36
User
User
Offline
Joined: Mar 2002
Posts: 36
Even more strange: the new users are in the registration queue and as soon as I click on APPROVE, they don't get a registration confirmation link Mail but can log on to the forum immediately. I'm getting desperate.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)