The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forbidden Page?
What's causing me not to edit my usercp?
Forbidden You don't have permission to access /forum/admincp/user.php on this server. is this done by a modification or is this by my host provider? I disable all my hacks and on top of that, I ask my host provider and they told me to post here. Also, I am testing a fresh board and getting same error. |
#2
|
|||
|
|||
This may be due to mod_security.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security. Make or edit your forum .htaccess file and add the following code Code:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121 |
#3
|
||||
|
||||
Thanks so much for this. I added the file and all is fine now. I had the same problem today, interesting enough.
|
#4
|
|||
|
|||
I have done those. Now, I am going to request my host provider to resolve this. Thanks Marco.
--------------- Added [DATE]1222493414[/DATE] at [TIME]1222493414[/TIME] --------------- PHP Fatal error: Call to undefined function: is_unalterable_user() in /hermes/web05/b1372/**********/htdocs/forum/admincp/user.php on line 909 This is what I am getting |
#5
|
||||
|
||||
Make sure you have all vBulletin files uploaded.
|
#6
|
|||
|
|||
I had this forum running for years. So all files are uploaded properly.
I check my CGI Error Log Code:
PHP Fatal error: Call to undefined function: is_unalterable_user() in /hermes/web05/b1372/pow.alejandrox/htdocs/forum/admincp/user.php on line 909 Does anyone know how to disable a mod_security in the php.ini? I added the PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|