MyBB Community Forums

Full Version: cant post and shoutbox won't load!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error in the control panel:

Not Found

The requested URL /support_class/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I am using the most recent MyBB version.

When you try to post, it takes you to a blank screen and the shoutbox won't load either.

URL: www.relaxedgaming.net

Test Posting account:
username: test
password: test123
remove code like below from the index template
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>

and add <script type="text/javascript">jQuery.noConflict();</script> after below code in the headerinclude template
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
I cant find the headerinclude, and that code isn't anywhere to be found in the index template
(2013-12-13, 08:14 AM).m. Wrote: [ -> ]remove code like below from the index template
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>

and add <script type="text/javascript">jQuery.noConflict();</script> after below code in the headerinclude template
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
^ oh, would you like to PM me temporary admin account to check it - headerinclude template is in ungrouped templates
I have to go, like right now. but i can set one up once im back