Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
4 + 7 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: Could not register new user.
by matangi on 2004/10/9 23:14:05

Quote:

matangi wrote:
Thanks again,

will try it again, maybe it was too late yesterday.

Matangi


Sorry, I use the multilanguage hack and I forgot a field in the user table, so the register-process never finished.

Thanks Matangi
Re: Could not register new user.
by matangi on 2004/10/1 15:23:50

Thanks again,

will try it again, maybe it was too late yesterday.

Matangi
Re: Could not register new user.
by tedsmith on 2004/10/1 8:15:04

If the problem is definately the same as the problem described in the thread above, then try this (as suggested by Dave_L - it worked for me)

To disable the HTTP_REFERER check, add the following code lines at the beginning of the function xoops_refcheck in the file :

include/functions.php


function xoops_refcheck($docheck=1)
{

return true; // disable HTTP_REFERER check
$ref = xoops_getenv('HTTP_REFERER');
if ($docheck == 0) {
...
}

Save the file, and try again.
Re: Could not register new user.
by matangi on 2004/9/30 20:30:36

Quote:

tedsmith wrote:
For full description and explanation of this problem read this post

https://xoops.org/modules/newbb/viewtopic.php?topic_id=24566&forum=7#forumpost107356.

It is especially prominent with Norton Personnal Firewall.

You have to tell the firewall to allow the HTTP referral, i.e. remember where the user came from page by page. To disable the check all together by hard coding, look at Dave_L's posting.

Hope this helps. Ted


Thank for that,

tried to change the file >> functions.php << like recommended, just to check out if it helps.

But it does not.

The request I recieved was from a user that uses an internetcafe in hungary, so technical explanation to her will not help.

Is there anything else that I can do to make it run? Beside of that I tried it with and without firewall, but I do not use Norton firewall. No change.

If there is something else that I can try I will be happy to hear from

Matangi


Re: Could not register new user.
by tedsmith on 2004/9/30 13:01:26

For full description and explanation of this problem read this post

https://xoops.org/modules/newbb/viewtopic.php?topic_id=24566&forum=7#forumpost107356.

It is especially prominent with Norton Personnal Firewall.

You have to tell the firewall to allow the HTTP referral, i.e. remember where the user came from page by page. To disable the check all together by hard coding, look at Dave_L's posting.

Hope this helps.

Ted

Who's Online

193 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits