Search found 20 matches

by wan86
Sun Mar 14, 2010 2:17 pm
Forum: Bugs
Topic: User Self-Registration Plugin
Replies: 15
Views: 15192

Re: User Self-Registration Plugin

Hi garvin...

I've the same problem but i received the email from the local MTA..

when i click the link inside the email, it work perfectly..
meaning it appear successfully when i click the link inside the email that i received.

So, are the solution for this problem are the same?

hope garvin can ...
by wan86
Fri Mar 12, 2010 10:51 pm
Forum: General discussions
Topic: User Self-Registration Problem
Replies: 14
Views: 6508

Re: User Self-Registration Problem

refer to other discussion.. http://board.s9y.org/viewtopic.php?f=3&t=9246&p=94405#p94405


Hi garvin...

I've the same problem but i received the email from the local MTA..

when i click the link inside the email, it work perfectly..
meaning it appear successfully when i click the link inside the ...
by wan86
Fri Mar 12, 2010 9:04 am
Forum: General discussions
Topic: User Self-Registration Problem
Replies: 14
Views: 6508

Re: User Self-Registration Problem

before i forget, i received three email at once after i click the "GO>" button on the user self-registration...
Is it supposed to happen like that?
from what i know, the user will get just one email for confirmation right?
by wan86
Thu Mar 11, 2010 1:59 pm
Forum: General discussions
Topic: User Self-Registration Problem
Replies: 14
Views: 6508

Re: User Self-Registration Problem

ok..
thanks for the info
by wan86
Thu Mar 11, 2010 10:24 am
Forum: General discussions
Topic: User Self-Registration Problem
Replies: 14
Views: 6508

Re: User Self-Registration Problem

so, can you help me with the hint what should i check?

i'm really want to avoid this problem from happening
by wan86
Thu Mar 11, 2010 10:17 am
Forum: General discussions
Topic: User Self-Registration Problem
Replies: 14
Views: 6508

Re: User Self-Registration Problem

it just appear the word Error..

User Self-Registration
__________________________________________________________________
Your account has been created. You should receive an E-Mail with all the necessary information shortly.

but it didn't appear like this..

User Self-Registration ...
by wan86
Thu Mar 11, 2010 8:57 am
Forum: General discussions
Topic: User Self-Registration Problem
Replies: 14
Views: 6508

Re: User Self-Registration Problem

Hi Garvin....

I'm still using my Local MTA...
however, when i fill the form on the user self-registration and click reigster...

it should appear "Your account has been created. You should receive an E-Mail with all the necessary information shortly." right?

However, my User Self-Registration only ...
by wan86
Thu Mar 11, 2010 8:47 am
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

Re: Registration plugin problem

i see..
i will check it with the provider
by wan86
Mon Mar 08, 2010 3:35 am
Forum: Plugins
Topic: user self-registration warning
Replies: 4
Views: 3231

Re: user self-registration warning

from this coding:-

private function getResponse ($size = 512) {
$pop3_response = fgets($this->pop_conn, $size);

change it to became like below

private function getResponse ($size = 128) {
set_time_limit(0);
$pop3_response = fgets($this->pop_conn, $size);

return $pop3_response;
}
by wan86
Fri Mar 05, 2010 10:18 am
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

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
by wan86
Wed Mar 03, 2010 2:00 pm
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

Re: Registration plugin problem

ooo..i see..
thanks for the info..
i will try it
by wan86
Wed Mar 03, 2010 9:08 am
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

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
by wan86
Mon Mar 01, 2010 1:39 pm
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

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
by wan86
Mon Mar 01, 2010 10:37 am
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

Re: Registration plugin problem

i see..
so, i can't fix it?
by wan86
Mon Mar 01, 2010 10:28 am
Forum: General discussions
Topic: Registration plugin problem
Replies: 14
Views: 6235

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 ...