The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Error 500 on new posts after upgrade
so upgraded to 4.1.11
nothing weird or anything during the process, have upgraded before with no issues. but now the forum is generating an error 500 on new posts or replying the post will show if you go back and refresh the original page I think it maybe a permissions issue, but I have no clue where or what they should be. I reuploaded 4.1.11, from scratch, and left the defualt skin and same issue. The permissions on my upgraded forum where mostly 644, now on the fresh install they are 755 The source page of 500 error is blank. Any ideas? thanks -scca |
#2
|
|||
|
|||
That sounds a bit like an error someone else was just having. Did you by any chance also upgrade your php version?
|
#3
|
|||
|
|||
no I have not, been searching since before I posted, other people have experienced it, but I have not seen a real solution
-bb |
#4
|
||||
|
||||
Sounds like a httaccess problem
|
#5
|
|||
|
|||
I have no .htaccess now, I dont think I had one before, is one required now?
-s |
#6
|
||||
|
||||
Quote:
So i made a .httaccess file in the root and all was good again, I just put this in it to get it to work: Code:
RewriteEngine on RewriteRule ^p-([0-9]*).html viewpage.php?id=$1 |
#7
|
|||
|
|||
If that doesn't work for you, try disabling all mods by putting
Code:
define('DISABLE_HOOKS', 1); at the top of your includes/config.php file (just under the <?php on the first line). Also try creating a new style with no parent and see if you're still having the problem. |
#8
|
|||
|
|||
ok so I disabled hooks,
and that fixed it, so then disabled all the mods, and enabled one by one, and found that the GlowHost_-_Spam-O-Matic was the cause. Updated to latest version and still causing the problem so its off for now, but everything else works thanks for the help -scca |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|