MyBB Community Forums

Full Version: MyBB Internal Error (8192)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I just checked on my forum and for some reason I have got this message... Please advise Sad

Here is an image of the error message:

[Image: error.gif]

Upgrade to 1.4.14, or better yet, 1.6. If you're still getting this error, you're running a very old version, this was fixed months ago. What version are you actually running??

Before you ask for support you should always make sure you're running the latest version, because, just like this, the problem may already have been fixed.
Where can I download the latest version of MyBB 1.4 ?
[Wiki: Versions] (Broken link, head over to docs.mybb.com instead)
Thanks!

However, when I try and upgrade to the newest version of MyBB 1.4 I get these error codes:

[Image: mybb2.jpg]
Link is http://webevader.org/mybb2.jpg I think...

Are you sure you uploaded all the new files so they overwrote the old ones?? It shouldn't still be saying that if you have.
Yep, I have overwrote all of the old files... Confused
Bump!
Look in the copy of ./inc/class_core.php that's currently uploaded to your server, what does it say the MyBB version is?? This problem was fixed ages ago and I don't think anybody still had these errors on the upgrade script after they uploaded the changed files.
This is the version:
<?php
/**
 * MyBB 1.4
 * Copyright © 2008 MyBB Group, All Rights Reserved
 *
 * Website: http://www.mybboard.net
 * License: http://www.mybboard.net/about/license
 *
 * $Id: class_core.php 5130 2010-07-28 03:47:33Z RyanGordon $
 */

class MyBB {
	/**
	 * The friendly version number of MyBB we're running.
	 *
	 * @var string
	 */
	var $version = "1.4.14";
	
	/**
	 * The version code of MyBB we're running.
	 *
	 * @var integer
	 */
	var $version_code = 1414;
	
Pages: 1 2