| Author |
Message |
wiz Client

Joined: Oct 09, 2006 Posts: 394 Location: UK
|
Posted:
Sat Dec 30, 2006 10:10 pm |
|
Notice: Undefined variable: domain in /home/ravennuk/public_html/modules/Your_Account/index.php on line 294
on the final page after creating a new account.
Also if you dont fill in the account creation page correctly, and go back. It changes the security code required, but still leaves the last entered one in the box
Cheers guys looking forward to it.
edit..also found this one...
Notice: Undefined variable: notify_fromX in /home/ravennuk/public_html/modules/Submit_News/index.php on line 291 |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Sun Dec 31, 2006 2:22 am |
|
I think Raven turned on error reporting full.
I don't see where $domain is coming from, or what checkdnsrr() is supposed to do exactly. So I'm not going to change that code.
For the security code, I believe it is a function of the browser to save the previously entered inputs. That's not some functionality we can change directly.
On the Submit_News, it looks like this is a part of the email header
| Code: |
From: $notify_fromX-Mailer: PHP/
So I added a line break to it
From: $notify_from\nX-Mailer: PHP/
|
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sun Dec 31, 2006 8:18 am |
|
| evaders99 wrote: | | I don't see where $domain is coming from, or what checkdnsrr() is supposed to do exactly. So I'm not going to change that code. |
The purpose of that code is/was to verify that the domain has/had an MX record, which lends some credibility to the validity of the email address. I believe that's my code but I don't remember adding it. I wrote it for another module/block. Nevertheless, $domain isn't being passed so the code doesn't work but it doesn't hurt anything. I'll enter a Mantis issue for future changes. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Sat Jan 27, 2007 8:17 pm |
|
I don't see this in Mantis any longer, so I am going to mark this CLOSED. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sat Jan 27, 2007 9:17 pm |
|
My bad. I fixed it and must not have closed it. |
|
|
|
 |
|
|
|
|