Page 1 of 1
Registration plugin problem
Posted: Thu Feb 25, 2010 5:16 am
by wan86
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?
Re: Registration plugin problem
Posted: Thu Feb 25, 2010 10:12 am
by garvinhicking
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
Re: Registration plugin problem
Posted: Thu Feb 25, 2010 10:35 am
by wan86
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
Re: Registration plugin problem
Posted: Mon Mar 01, 2010 10:28 am
by wan86
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. )
Re: Registration plugin problem
Posted: Mon Mar 01, 2010 10:33 am
by kleinerChemiker
this is an error connecting to your mailserver.
Re: Registration plugin problem
Posted: Mon Mar 01, 2010 10:37 am
by wan86
i see..
so, i can't fix it?
Re: Registration plugin problem
Posted: Mon Mar 01, 2010 11:00 am
by kleinerChemiker
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.
Re: Registration plugin problem
Posted: Mon Mar 01, 2010 1:00 pm
by garvinhicking
Hi!
Did you now move to a local MTA instead of GMail?
Regards,
Garvin
Re: Registration plugin problem
Posted: Mon Mar 01, 2010 1:39 pm
by wan86
kleinerChemiker: i see..i will check it..
garvin: I'm requesting the settings from my company for that..by the way, thanks
Re: Registration plugin problem
Posted: Wed Mar 03, 2010 9:08 am
by wan86
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
Re: Registration plugin problem
Posted: Wed Mar 03, 2010 10:37 am
by garvinhicking
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
Re: Registration plugin problem
Posted: Wed Mar 03, 2010 2:00 pm
by wan86
ooo..i see..
thanks for the info..
i will try it
Re: Registration plugin problem
Posted: Fri Mar 05, 2010 10:18 am
by wan86
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
Re: Registration plugin problem
Posted: Mon Mar 08, 2010 12:08 pm
by garvinhicking
Hi!
Probably your local MTA server connection times out, please contact the provider of the MTA to check the accesslog.
Regards,
Garvin
Re: Registration plugin problem
Posted: Thu Mar 11, 2010 8:47 am
by wan86
i see..
i will check it with the provider