vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   ACP Styles: Internal Server Error (https://vborg.vbsupport.ru/showthread.php?t=160870)

fum1n 10-22-2007 08:00 PM

ACP Styles: Internal Server Error
 
Hey all. I've had this problem for several days now and I've tried to figure it out but I just can't. I have 3.6.8. When I'm in the ACP and click any of the options under Styles and Templates (other than Replacement Variable Manager), I get the following error in the iframe:

Code:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@*****.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I'd appreciate any help in this matter, and sorry if it's been asked recently before, but I looked and could not find any topic on this.

Thank you.

djdonx 10-22-2007 08:10 PM

Quote:

Originally Posted by fum1n (Post 1366178)
Code:

More information about this error may be available in the server error log.

I don't know what else to say..

fum1n 10-22-2007 08:13 PM

So in cpanel, under error logs, thats where I should look?

Opserty 10-22-2007 08:21 PM

Quote:

Originally Posted by fum1n (Post 1366196)
So in cpanel, under error logs, thats where I should look?

No harm in checking... :p

fum1n 10-22-2007 08:25 PM

[Mon Oct 22 22:05:18 2007] [error] [client *******] File does not exist: /home/houseofh/public_html/500.shtml


that file isnt even in vB?

--------------- Added [DATE]1193094383[/DATE] at [TIME]1193094383[/TIME] ---------------

I'm not sure where else to look

Marco van Herwaarden 10-23-2007 07:03 AM

This may be due to mod_security.

While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code
Code:

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Note, place this file in your main forum directory.
See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121

fum1n 10-24-2007 01:12 AM

Thanks for responding Marco. I added that bit to my .htaccess file - but still no fix. Does it have to be located in a certain area of the document or something?

Thank you again

Marco van Herwaarden 10-24-2007 07:33 AM

Can you enable Public PHPInfo in your vBulletin options and provide a link to your board.


All times are GMT. The time now is 03:36 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.01100 seconds
  • Memory Usage 1,723KB
  • 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
  • (3)bbcode_code_printable
  • (2)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