The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registration Help
Hi all, my forum is www.eacruise.co.uk and the problem i have is that when a new member wants to register they accept the rules and then click on "register" and it then brings up and error 403 "Forbidden". I have chmodded to all possible values and still not working.
any ideas? |
#2
|
||||
|
||||
Check if you have mod_security or Suhosin installed, if you do, your rules may be overly strict or misconfigured, which can cause this.
|
#3
|
|||
|
|||
I have found that by taking away the "?do=register" from the Address bar after clicking on register and accepting rules it then does work, but what will have caused this?
|
#4
|
||||
|
||||
Did you read my post?
|
#5
|
|||
|
|||
Suhosin
Module Loaded Yes Results Suhosin can limit the amount of data submitted and encrypt cookies causing problems with several aspects of vBulletin. mod_security AJAX Unicode Issue No Results The above setting will indicate if mod_security is preventing some AJAX requests from being submitted to vBulletin. If this shows Yes then you either need to disable mod_security or change the AJAX settings with the vBulletin Options and disable Problematic features. |
#6
|
||||
|
||||
Edit your .htaccess file and add the following code:
Code:
php_flag suhosin.cookie.encrypt Off php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048 |
#7
|
|||
|
|||
Done that and this has made no difference at all.
|
#8
|
||||
|
||||
Do you have a link to your PHP Info?
|
#9
|
|||
|
|||
<a href="http://www.eacruise.co.uk/phpinfo.php" target="_blank">http://www.eacruise.co.uk/phpinfo.php</a>
|
#10
|
|||
|
|||
Try setting the following Suhosin variables in your php.ini:
Code:
php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|