The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi friends,
I set up a board for testing on a new server... everything works fine but I can't use the functions
But all other functions work fine. Any ideas how to solve? Kind regards, Alexy |
|
#2
|
|||
|
|||
|
500 error - typically a htaccess configuration issue.
check your web server program logs |
|
#3
|
|||
|
|||
|
My .htaccess:
Code:
RewriteBase / |
|
#4
|
|||
|
|||
|
And the webserver error log?
|
|
#5
|
|||
|
|||
|
No logging for this and can't turn it on.
|
|
#6
|
|||
|
|||
|
No error logging? Are you very sure. If so, you really should ask your host to turn it on.
|
|
#7
|
|||
|
|||
|
whats in the main .htaccess file?
|
|
#8
|
|||
|
|||
|
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|
|
#9
|
||||
|
||||
|
Attempt to disable mod_security by placing it in the .htaccess file or a php.ini file if the host will allow it.
Make sure file permissions/ownership of the files are correct Disable plugins/modificaitons |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|