The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Unable To Delete, Error Message Occurring
When I try and mark a post for deletion then click delete posts, I keep getting this message:
Quote:
|
#2
|
||||
|
||||
It seems that you have not uploaded the inlinemod.php file. Make sure you've uploaded it.
|
#3
|
|||
|
|||
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 If this is not the solution to your problem, you might also be running Suhosin/Hardened PHP, see you PHP-Info to check if this is installed. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|