News:

Wondering if this will always be free?  See why free is better.

Main Menu

Member Registration Problem

Started by NezumiRyu, December 08, 2005, 01:07:02 PM

Previous topic - Next topic

NezumiRyu

I wasn't sure how to fix this error, but it's preventing regular member registration. O_o

I have a buddy list modification, installed, but I don't see how that would effect regular registration.

Quote
Database Error: Field 'buddyList' doesn't have a default value
File: g:\Inetpub\wwwroot\Dracnir\Forum\Sources\Register.php
Line: 336

I opened up the register php file and searched through it for a buddyList entry and didn't come up with anything.

~Nez~

Oldiesmann

That's a MySQL error. For some reason it doesn't think there's a default value for that MySQL column.

Go into phpMyAdmin, select your database and click on "smf_members".
Next, click on the pencil icon next to BuddyList. Don't change anything, but click "save" anyway. This will update the field and should give it a default value (even if you don't fill one in).
Michael Eshom
Christian Metal Fans

NezumiRyu

Hrrmm... I did a search and could not find it.

Where would I find phpMyAdmin?

*hides incase it's probably something right under her nose and she just can't find it or see it*

Oldiesmann

Michael Eshom
Christian Metal Fans

NezumiRyu

Well, that fixed the buddy list error and now another one has popped up. XD Just my luck.

Quote
2: mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
File: g:\Inetpub\wwwroot\Dracnir\Forum\Sources\Subs-Post.php
Line: 377

Oldiesmann

Try switching the mail method to SMTP (Admin -> Edit Features and Options) and then talk to your host about this issue.
Michael Eshom
Christian Metal Fans

NezumiRyu

#6
^_^;; I own the server running this so I'm the only one messing around with all the settings.

I changed the setting and now I get this error.
Quote
Apply Filter: Only show the errors with the same message
2: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to :25 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
)
File: g:\Inetpub\wwwroot\Dracnir\Forum\Sources\Subs-Post.php
Line: 556

Blarg... what a mess. XD

EDIT:
After doing some reasearch on google, I found out that I need to set up a mail sever, such as exchange, on the server to route mail. I'm not sure how to do it, but I'll figure it out eventually. XD At least the buddy list issue is fixed.

Thanks for the help! :)

Advertisement: