Hello. Earlier today everything was working.
NOW when I log in no drop down menus work nor can I change the visual thingy.
Cannot chose new tags/categories etc.
I have cleared the cache but nothing happens.
Must be more people who has encounterd this problem for sure.
Oh..I also tried both in IE / FF.
Forgot to mention.
Message: Syntaxerror
Row: 19
symbol: 21896
code: 0
URI: http://www.xxxxxx/wp-admin/load-scripts.php?c=1&load=jquery,utils,quicktags&ver=b64ae9a301a545332f1fcd4c6c5351b4
Message: ')' expected
Row: 2
Symbol: 3462
Code: 0
URI: http://www.xxxxx/wp-admin/load-scripts.php?c=1&load=hoverIntent,common,jquery-color,wp-ajax-response,wp-lists,jquery-ui-core,jquery-ui-resizable,admin-comments,jquery-ui-sortable,postbox,dashboard,plugin-install,thickbox,media-upload&ver=678e1505aa95fa2e2bc5e32f8227d388
--------------------------------------------------------
Message: Syntaxerror
Rad: 19
Tecken: 21896
Kod: 0
URI: http://www.xxxxx/wp-admin/load-scripts.php?c=1&load=jquery,utils,editor,quicktags&ver=33f9a1c72519a04d2fd7dd5a26c9ec8d
Message: A object was expected.
Row: 391
Symbol: 1
Code: 0
URI: http://www.xxxx.com/wp-admin/post-new.php
Message: 'tinyMCE' is not defined.
Row: 1
Symbol: 1
Code: 0
URI: http://www.xxxxx/wp-includes/js/tinymce/langs/wp-langs-en.js?ver=3241-1141
Message: Object is not supported.
Row: 688
symbol: 1
Kod: 0
URI: http://www.xxxxx/wp-admin/post-new.php
Have you tried:
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the default theme to rule out any theme-related problems.
- reading http://wordpress.org/support/topic/279132
Yea esmi, I tried all those things..
The weird problem is that it worked up until now..
Deactivated all my plugins but still everything grey'd out.
alexmglover
Member
Posted 2 years ago #
I have the same situation, and I did narrow it down to my theme. It is a custom theme that I have been working on for a client for months now, and it just stopped working the other day. What about my theme would be messing with the admin panel? Like I said, the default theme works.
You could start by pulling out any javascript on your custom theme. If that doesn't work, start excluding individual functions in functions.php.
alexmglover
Member
Posted 2 years ago #
I have pulled the javascript out of my theme and I really only have a "register_sidebars" in functions.php. That function has been there all along and everything worked fine at first.
Have you added any custom functions to template files?
alexmglover
Member
Posted 2 years ago #
That is a possibility. Usually I am just using if statements to test if that page is a certain name.
alexmglover
Member
Posted 2 years ago #
I was thinking though... It may help me to better find the error and prevent the error in the future if I knew what kinds of things in the functions cause problems with the jQuery.
alexmglover
Member
Posted 2 years ago #
After some digging with Firebug I found out that the add-meta "case" in admin-ajax is the action where the jQuery is breaking. I can't fix it though.
jarr_online
Member
Posted 2 years ago #