Registration plugin problem
Registration plugin problem
Hello Garvin..
Regarding to my last post about user self-registration problem, i've test the smtp settings on forget password and i'm surprised that it worked as expected. Meaning that, i've use the smtp.gmail.com in forget password plugin and succeed.
What i want to ask is that the setting for the forget password plugin and user self-registration plugin are the same in term of email sending?
Regarding to my last post about user self-registration problem, i've test the smtp settings on forget password and i'm surprised that it worked as expected. Meaning that, i've use the smtp.gmail.com in forget password plugin and succeed.
What i want to ask is that the setting for the forget password plugin and user self-registration plugin are the same in term of email sending?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Registration plugin problem
Hi!
Can you please keep a single thread and post replies there, instead of opening a new one? This allows me to easier see the history of issues.
Are you using the serendipity_Event_smtp plugin? It could be that the forgot plugin password supports that, while the adduser plugin does not.
...
I've just checked it, that was the case. I've updated the adduser plugin in CVS/Spartacus so that the next version (available within the next 48 hours on spartacus.s9y.org) also supports the serendipity_event_smtp plugin.
There might still be other plugins that simply use php mail() function that will not work on your setup. The better idea is to use a local MTA that forwards to google SMTP on the server, so that a localhost mailsetup works for accepting PHP mail() requests. Patching/finding all of them and change them to support serendipity_event_smtp would take up quite some time.
Regards,
Garvin
Can you please keep a single thread and post replies there, instead of opening a new one? This allows me to easier see the history of issues.
Are you using the serendipity_Event_smtp plugin? It could be that the forgot plugin password supports that, while the adduser plugin does not.
...
I've just checked it, that was the case. I've updated the adduser plugin in CVS/Spartacus so that the next version (available within the next 48 hours on spartacus.s9y.org) also supports the serendipity_event_smtp plugin.
There might still be other plugins that simply use php mail() function that will not work on your setup. The better idea is to use a local MTA that forwards to google SMTP on the server, so that a localhost mailsetup works for accepting PHP mail() requests. Patching/finding all of them and change them to support serendipity_event_smtp would take up quite some time.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Registration plugin problem
ok... i'm sorry for that,i don't know about it..
yes...i'm using serendipity_event_smtp_plugin.. i thought there're connected to each other.
.............................
i see..so the plugin will be available within 48 hours. i will see the coding and fix the coding according to my configuration..by the way, thanks for the info
yes...i'm using serendipity_event_smtp_plugin.. i thought there're connected to each other.
.............................
i see..so the plugin will be available within 48 hours. i will see the coding and fix the coding according to my configuration..by the way, thanks for the info
Re: Registration plugin problem
Hello Garvin...
When i click the register button or forget password button, i received this warning..
What is the problem and is there any solution for this?
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost: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. )
When i click the register button or forget password button, i received this warning..
What is the problem and is there any solution for this?
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost: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. )
-
kleinerChemiker
- Regular
- Posts: 765
- Joined: Tue Oct 17, 2006 2:36 pm
- Location: Vienna/Austria
- Contact:
Re: Registration plugin problem
this is an error connecting to your mailserver.
Re: Registration plugin problem
i see..
so, i can't fix it?
so, i can't fix it?
-
kleinerChemiker
- Regular
- Posts: 765
- Joined: Tue Oct 17, 2006 2:36 pm
- Location: Vienna/Austria
- Contact:
Re: Registration plugin problem
Are the credentials correct in the smtp-plugin setup? Have it worked till now? Have you changed anything? Maybe your provider is blocking the connection.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Registration plugin problem
Hi!
Did you now move to a local MTA instead of GMail?
Regards,
Garvin
Did you now move to a local MTA instead of GMail?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Registration plugin problem
kleinerChemiker: i see..i will check it..
garvin: I'm requesting the settings from my company for that..by the way, thanks
garvin: I'm requesting the settings from my company for that..by the way, thanks
Re: Registration plugin problem
I've got the Local MTA from the company...
however a new problem appear which it have warning such as:
"Fatal error: Maximum execution time of 60 seconds exceeded"
inside serendipity_event_smtpmail\php5\class.pop3.php on line 319
so, i hope that you can help me with this problem
however a new problem appear which it have warning such as:
"Fatal error: Maximum execution time of 60 seconds exceeded"
inside serendipity_event_smtpmail\php5\class.pop3.php on line 319
so, i hope that you can help me with this problem
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Registration plugin problem
Hi!
If you use a local MTA, you do not need to use the SMTP-Event plugin, uninstall that. Then PHP uses the localhost for mail() functionality.
Regards,
Garvin
If you use a local MTA, you do not need to use the SMTP-Event plugin, uninstall that. Then PHP uses the localhost for mail() functionality.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Registration plugin problem
ooo..i see..
thanks for the info..
i will try it
thanks for the info..
i will try it
Re: Registration plugin problem
i've uninstall the smtp-plugin..
and now i'm using my local MTA..
and the problem appear is still the same such as below:
Fatal error: Maximum execution time of 60 seconds exceeded..
Are using the local MTA will be effected by previous settings?
I'm a newbie in this things
and now i'm using my local MTA..
and the problem appear is still the same such as below:
Fatal error: Maximum execution time of 60 seconds exceeded..
Are using the local MTA will be effected by previous settings?
I'm a newbie in this things
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Registration plugin problem
Hi!
Probably your local MTA server connection times out, please contact the provider of the MTA to check the accesslog.
Regards,
Garvin
Probably your local MTA server connection times out, please contact the provider of the MTA to check the accesslog.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Registration plugin problem
i see..
i will check it with the provider
i will check it with the provider