vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Error 500 on new posts after upgrade (https://vborg.vbsupport.ru/showthread.php?t=280569)

scca 03-23-2012 07:05 PM

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

kh99 03-23-2012 07:31 PM

That sounds a bit like an error someone else was just having. Did you by any chance also upgrade your php version?

scca 03-24-2012 06:41 AM

no I have not, been searching since before I posted, other people have experienced it, but I have not seen a real solution
-bb

New Joe 03-24-2012 07:05 AM

Sounds like a httaccess problem

scca 03-24-2012 07:15 AM

I have no .htaccess now, I dont think I had one before, is one required now?
-s

New Joe 03-24-2012 12:21 PM

Quote:

Originally Posted by scca (Post 2312763)
I have no .htaccess now, I dont think I had one before, is one required now?
-s

No, but I had the same problem before, didn't have one and all was fine, then started with problems like yours.
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


kh99 03-24-2012 12:29 PM

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.

scca 03-24-2012 06:57 PM

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


All times are GMT. The time now is 07:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01050 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete