View Full Version : Internal Server Error(500) when attempting to add new forums
space?
01-17-2009, 12:55 PM
Hi friends,
I set up a board for testing on a new server... everything works fine but I can't use the functions
Forum Manager
Add New Forum
Forum Permissions in my AdminCP, when I try to, the system fails and immediately returns an error 500.
But all other functions work fine.
Any ideas how to solve?
Kind regards,
Alexy
snakes1100
01-17-2009, 01:00 PM
500 error - typically a htaccess configuration issue.
check your web server program logs
space?
01-17-2009, 01:08 PM
My .htaccess:
RewriteBase /
that's it... without the line nothing will work... the board is running on a subdomain, the main domain has a htaccess as well.
Marco van Herwaarden
01-17-2009, 01:25 PM
And the webserver error log?
space?
01-17-2009, 01:38 PM
No logging for this and can't turn it on.
Marco van Herwaarden
01-17-2009, 02:28 PM
No error logging? Are you very sure. If so, you really should ask your host to turn it on.
snakes1100
01-17-2009, 02:54 PM
whats in the main .htaccess file?
space?
01-17-2009, 03:11 PM
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]
Removing the main .htaccess file results in no improvement.
SEOvB
01-21-2009, 03:53 AM
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.