XF 1.1 Registration issue

aruffell

Member
Our forum at http://forums.eteknix.com/ is showing an error when you try to register in all browsers.

To replicate, please go to sign up and when you press through to the next step, you will get a blank page with an error.

The error is "Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data."

I have re-uploaded all of the Xenforo files so I can only assume it's a server issue.

My hosting company was able to replicate this problem too. One of my team was able to register though and thought that it may have been a caching issue.

Many thanks,

Andy
 
I find I can get it to work if I go direct to the login page, but if I try by clicking "log in or register" and then selecting Create New Account and clicking Sign Up.. I then get the error.
 
may be a conflict with an add-on to the register member?​
Re-édite​
No data received.
Can not display the webpage because the server sent no data.
Here are some suggestions:
Refresh this web page later.
Error 324 (net :: ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

disable the all add-on and try it
/www/library/config.php
add after <?php (on a new line) :
Code:
$config ['enableListeners'] =  false ;
:rolleyes: withdraw after the test
 
htaccess:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^eteknix\.com$
RewriteRule ^(.*)$ http://eteknix.com/$1 [R=301,L]
This will force the url without the: www
 
I look on the net ...must restart apache server.​
ré-édite​
is an alternative to the cookies (renamed) but I can not find the option in my XenForo​
and​
In both cases you allow www then after it banned in your forum.​
:rolleyes: Must be the same for all your domain.​
otherwise the cookies will be in conflict​
ré-edite 2 :D
http://forums.eteknix.com/admin.php?options/list/basicBoard
URL SITE =eteknix.com/home (no www)

25099911.png
 
Top Bottom