We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

register not working [Solved] | Forum

omer
omer Nov 24 '13
i have 2 server and i setup one click sofatclous from cpanel but register not working? you can try

http://www.elisipazari.com/ag/

The Forum post is edited by Alia Dec 2 '13
Alia Team
Alia Nov 24 '13
Omer, I got redirected to .500phtml page after registering.
You will need to enable DEBUG mode in config.php to find out what the real error is.
More info on DEBUG mode here: http://docs.oxwall.org/plugin-tuts:enable-debug
omer
omer Nov 25 '13
still same, how you registered...? is there problem in my browser i use different browser at home but same... not redirected 500phtml return same register page...
Alia Team
Alia Nov 25 '13
Omer, I am using Firefox.

Now with enabled DEBUG mode I see following error:



Most likely you have turned on "Verify Email" feature in admin panel.
So user registers, then system tries to send verification email, but can't send it because of issues with php mail() function on your server.

What to do.
You will need to contact your host and ask whether php mail() function is enabled on your server.
If they will not be able to help you, then you will need to enable SMTP and set up CRON.
But contact your host first. Most likely they will be able to solve this issue for you.
 
More info: http://www.oxwall.org/forum/topic/14430

omer
omer Nov 26 '13
php mail closed in our server and cant open..

how to SMTP settings in oxwall?

Alia Team
Alia Nov 26 '13
admin panel>>settings>>main settings>>SMTP
You can test with gmail SMTP: https://support.google.com/mail/answer/13287?hl=en
Host: smtp.gmail.com
Port for TLS/STARTTLS: 587
Port for SSL: 465
Email address: your gmail address.
Password: password to your gmail.
Choose protocol (SSL/TLS) depending on which port you've chosen.

OR

You can ask your hosting company to provide you your own SMTP access details.
By they way, who do you host with?
omer
omer Dec 2 '13
i did SMTP settings and working now... thank you