MyBB Community Forums

Full Version: Admin CP error - Can't use options anywhere.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The problem is, whenever I try to use options in the Admin control panel, nothing happens, and I can't use the options button.

In the attachment I clicked on one of the buttons, but all it does is say "javascript:;" in the lower left hand side of the screen.

I'm not sure what the cause of the problem is, it may be because of a bad upgrade.
Do you have javascript enabled in your browser?
Yes, I thought it was because I had NoScript installed, but I tried it on another computer without it but no success.
Install Firebug and check it it reports any errors
Does this help?

Event.observe is not a function
[Break on this error] Event.observe(window, 'load', AdminCP.init);
admincp.js (line 23)
Class is not defined
[Break on this error] Control.Tabs = Class.create();
tabs.js (line 86)
Class is not defined
[Break on this error] var MyModal = Class.create();
imodal.js (line 1)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_1');
index....e=forum (line 94)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_20');
index....e=forum (line 112)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_2');
index....e=forum (line 130)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_19');
index....e=forum (line 148)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_3');
index....e=forum (line 166)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_13');
index....e=forum (line 184)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_6');
index....e=forum (line 202)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_7');
index....e=forum (line 220)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_8');
index....e=forum (line 238)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_14');
index....e=forum (line 256)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_4');
index....e=forum (line 274)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_9');
index....e=forum (line 292)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_10');
index....e=forum (line 310)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_17');
index....e=forum (line 328)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_12');
index....e=forum (line 346)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_5');
index....e=forum (line 364)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_11');
index....e=forum (line 382)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_18');
index....e=forum (line 400)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_15');
index....e=forum (line 418)
PopupMenu is not defined
[Break on this error] new PopupMenu('forum_16');
index....e=forum (line 436)
Peeker is not defined
[Break on this error] new Peeker($$(".setting_sb_display_m...ndex_shouts"), /(index|both)/, true);
index....e=forum (line 447)
Try reuploading the entire ./admin/jscripts/ folder and it's content again from a fresh download.
Hmm, I tried and it still gives me the same 24 errors.
Try reuploading the whole admin directory.
Can you paste the head section of your page source in your ACP so we can check what scripts are being included.
Is this what you're looking for?

<head profile="http://gmpg.org/xfn/1">
	<title>Dashboard</title>
	<meta name="author" content="MyBB Group" />
	<meta name="copyright" content="Copyright 2010 MyBB Group." />
	<link rel="stylesheet" href="styles/default/main.css" type="text/css" />
	<link rel="stylesheet" href="styles/default/home.css" type="text/css" />
	<script type="text/javascript" src="../jscripts/prototype.js"></script>

	<script type="text/javascript" src="../jscripts/general.js"></script>
	<script type="text/javascript" src="../jscripts/popup_menu.js"></script>
	<script type="text/javascript" src="./jscripts/admincp.js"></script>
	<script type="text/javascript" src="./jscripts/tabs.js"></script>
  <style type="text/css">.popup_button { display: none; } </style>
  <script type="text/javascript">
//<![CDATA[
	document.write('<style type="text/css">.popup_button { display: inline; } .popup_menu { display: none; }<\/style>');
//]]>

</script>
	<script type="text/javascript">
//<![CDATA[
var loading_text = 'Loading<br />Please wait...';
var cookieDomain = '.www.kuzimoto.com';
var cookiePath = '/forums/';
var cookiePrefix = '';
var imagepath = '../images';
//]]>
</script>
</head>

Edit: re-uploading the admin directory didn't help.
Pages: 1 2