PDA

View Full Version : Registration Help


TimJK
10-03-2008, 08:20 PM
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?

Dismounted
10-04-2008, 08:37 AM
Check if you have mod_security or Suhosin installed, if you do, your rules may be overly strict or misconfigured, which can cause this.

TimJK
10-04-2008, 10:35 PM
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?

Dismounted
10-05-2008, 05:08 AM
Did you read my post?

TimJK
10-05-2008, 07:58 AM
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.

Dismounted
10-05-2008, 09:37 AM
Edit your .htaccess file and add the following code:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
Note, place this file in your forum root directory.

TimJK
10-05-2008, 03:04 PM
Done that and this has made no difference at all.

Dismounted
10-06-2008, 05:57 AM
Do you have a link to your PHP Info?

TimJK
10-06-2008, 03:46 PM
<a href="http://www.eacruise.co.uk/phpinfo.php" target="_blank">http://www.eacruise.co.uk/phpinfo.php</a>

Marco van Herwaarden
10-07-2008, 06:08 AM
Try setting the following Suhosin variables in your php.ini:


php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
You might need to ask your host to assist you with this.

TimJK
10-13-2008, 05:23 PM
according to the phpinfo.php it is located in usr/local/lib but that doesnt exist