vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Forbidden Page? (https://vborg.vbsupport.ru/showthread.php?t=191987)

G0F0RBR0KE 09-26-2008 05:03 PM

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.

Marco van Herwaarden 09-26-2008 06:01 PM

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>

Note, place this file in your main forum directory.

See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121

PinkDaisy 09-26-2008 07:20 PM

Thanks so much for this. I added the file and all is fine now. I had the same problem today, interesting enough.

G0F0RBR0KE 09-26-2008 07:44 PM

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

Dismounted 09-27-2008 05:09 AM

Make sure you have all vBulletin files uploaded.

G0F0RBR0KE 09-27-2008 05:31 AM

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
--------------- Added [DATE]1222498245[/DATE] at [TIME]1222498245[/TIME] ---------------

Does anyone know how to disable a mod_security in the php.ini?

I added the

PHP Code:

<IfModule mod_security.c>
   
SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule

in my forum directory. Now, I am getting a blank page.


All times are GMT. The time now is 08:47 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01267 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete