Initially had an issue with Friendly URLs but found the solution for that. I still cannot access individual threads, though. I also noticed that when I click on a username to bring up the menu I get a 500 error as well.
Announcement
Collapse
No announcement yet.
Upgraded from 4.0.3 to 4.1.5...now I get a 500 error when trying to view a thread...
Collapse
X
-
Originally posted by Trevor Hannant View PostAre you using any URL rewrites?
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteRule ^threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) showthread.php?t=$1&p=$2&%{QUERY_STRING}
RewriteRule ^members/([0-9]+) member.php?u=$1&%{QUERY_STRING}
RewriteRule ^forums/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) forumdisplay.php?f=$1&p=$2&%{QUERY_STRING}
RewriteRule ^blogs/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) blog.php?u=$1&p=$2&%{QUERY_STRING}
RewriteRule ^entries/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) entry.php?b=$1&p=$2&%{QUERY_STRING}
RewriteRule ^list/([^/]*/)([0-9]+) list.php?r=$1$2&%{QUERY_STRING}
RewriteRule ^content/(.*) content.php?r=$1&%{QUERY_STRING}
RewriteRule ^widget/config/([0-9]+) widget.php?r=config/$1&%{QUERY_STRING}
Comment
Related Topics
Collapse
-
by CarrfixrSo this error happened twice over the weekend. It is very sporadic but it happens to a single thread. When the error is there I can view other threads but when going back to that particular one its still...1 Photo
-
Channel: vB Cloud Support & Troubleshooting.
Sun 6 Jan '19, 12:22pm -
Comment