MyBB Community Forums

Full Version: 500 Internal Server Error.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello Guys im having a problem about 500 Internal Server error.
Sometimes when i open or create threads i get this error.

But when i make shorter description it works.
But sometimes long descriptions work too.

Here's what on the Error Page:
Internal Server Error

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

Please contact the server administrator, [email protected] 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 installed Google Seo & Im using myBB 1.4.14 here's what on my htaccess:
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#

<IfModule mod_security.c>
	# Turn off mod_security filtering.
	SecFilterEngine Off

	# The below probably isn't needed, but better safe than sorry.
	SecFilterScanPOST Off
</IfModule>



# forums "search engine friendly" URL rewrites
# - Note, for these to work with forums please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>
	RewriteEngine on

	# Google SEO workaround for search.php highlights:
	# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://leetwarez.com/$1?$2 [L,QSA,R=301]

	# Google SEO Sitemap:
	RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

	# Google SEO URL Forums:
	RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

	# Google SEO URL Threads:
	RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

	# Google SEO URL Announcements:
	RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

	# Google SEO URL Users:
	RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

	# Google SEO URL Calendars:
	RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

	# Google SEO URL Events:
	RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

	# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

	# Default forums Rewrite Rules:
	RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
	RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

	RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
	RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
	RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
	RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
	RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
	RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
	RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

	RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

	RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

	RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

	RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

	RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

	<IfModule mod_env.c>
		SetEnv SEO_SUPPORT 1
	</IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
	AddOutputFilterByType DEFLATE application/x-javascript text/css text/html text/xml
</IfModule>

My Maximum upload size is 128M based on my host.

What do you think is the problem. and here's the error log:
[Thu Sep 23 16:39:01 2010] [error] [client 121.54.86.123] File does not exist: /home/leetware/public_html/500.shtml, referer: http://aumf.yukushii.net//newthread.php?fid=5
[Thu Sep 23 16:36:35 2010] [error] [client 121.54.86.123] File does not exist: /home/leetware/public_html/500.shtml, referer: http://aumf.yukushii.net//newthread.php?fid=5
[Thu Sep 23 16:33:52 2010] [error] [client 121.54.86.123] File does not exist: /home/leetware/public_html/500.shtml, referer: http://aumf.yukushii.net//newthread.php?fid=5

Guys please help me.
Thank you
Sorry guys wrong section but i use 1.4.14
Are you sure you're running 1.4 - http://aumf.yukushii.net/showthread.php?tid=121 ??

If you are then why are you using a 1.6 theme?
I downgraded yesterday.
No, don't downgrade. You're using a 1.6 theme and you've got 1.6 features on your forum so you've not done a very good job of it if you did downgrade. Why did you feel the need to do that anyway??
On the theme i just clicked the option that even its for 1.6 it could be done on 1.4 i downgraded because some of the plugin like on mybbcentral wont work on 1.6

that's the reason why.
But you're not running 1.4, you're running 1.6, I'm looking at 1.6 features on your forum right now. If you took the time to plan your upgrade you would have seen plugins weren't compatible straight away, it's not a secret that they may need changes, and you wouldn't have needed to mess about with things like this. Either way, you've still got 1.6 code running. Most plugins only need the version compatibly in the file updating, see if they work after doing that.
whatever man. useless.
What have you actually done to downgrade?
(2010-09-23, 11:59 AM)Yukushii Wrote: [ -> ]whatever man. useless.

Says he who doesn't even seem to know what version he's running.

Fact is, you have 1.6 code running still, anyone can see that. Whatever you did to downgrade, you did it wrong. I've told you what to do to get plugins working on 1.6. Why the childish attitude??
(2010-09-23, 11:59 AM)Yukushii Wrote: [ -> ]whatever man. useless.

If you can't be nice to the support staff, why should we give you support??
Pages: 1 2