Javascript errors on clean install
-
I’m posting this in “trobleshooting” since the problem cropped up on a running system. It was only because I was trying to reduce it to the simplest case that I tried it on a fresh install. There have been a couple of other notes here about similar errors, but since those referred to plugins or other complexities, this seemed to warrant a new thread.
Note: the system *is* working, but I’m wondering if these errors are a symptom of an underlying problem. Posting does seem slower than it was on 1.2/1.5, and I’m wondering if error processing is part of that problem. If I should be reporting this some other way, please let me know.
Environment:
Server: Dreamhost shared hosting
One-click install of WordPress 2.01, taking all the defaults;
Firefox 1.5.0.1Steps taken:
1. Login as admin
2. Go to Write screen.
3. Enter “test” into the “Title” and “Post” areas
4. Clear the Javascript console
5. Hit “publish”The publish succeeds and the following is in the Javascript console:
Error: Unknown property ‘zoom’. Declaration dropped.
Source File: https://example.org/wp/wp-admin/wp-admin.css?version=2.0.1
Line: 605Error: Unknown property ‘-khtml-opacity’. Declaration dropped.
Source File: https://example.org/wp/wp-admin/wp-admin.css?version=2.0.1
Line: 922Error: Unknown property ‘filter’. Declaration dropped.
Source File: https://example.org/wp/wp-admin/wp-admin.css?version=2.0.1
Line: 923Error: Error in parsing value for property ‘cursor’. Declaration dropped.
Source File: https://example.org/wp/wp-includes/js/tinymce/themes/advanced/css/editor_ui.css
Line: 19Error: Error in parsing value for property ‘cursor’. Declaration dropped.
Source File: https://example.org/wp/wp-includes/js/tinymce/themes/advanced/css/editor_ui.css
Line: 24Error: Error in parsing value for property ‘cursor’. Declaration dropped.
Source File: https://example.org/wp/wp-includes/js/tinymce/themes/advanced/css/editor_ui.css
Line: 29Error: Error in parsing value for property ‘cursor’. Declaration dropped.
Source File: https://example.org/wp/wp-includes/js/tinymce/themes/advanced/css/editor_ui.css
Line: 37Error: Unknown property ‘filter’. Declaration dropped.
Source File: https://example.org/wp/wp-includes/js/tinymce/themes/advanced/css/editor_ui.css
Line: 41Error: Error in parsing value for property ‘cursor’. Declaration dropped.
Source File: https://example.org/wp/wp-includes/js/tinymce/themes/advanced/css/editor_ui.css
Line: 49Error: Unknown property ‘filter’. Declaration dropped.
Source File: https://example.org/wp/wp-admin/inline-uploading.php?post=-1140203799&action=upload
Line: 288Error: Expected end of value for property but found ‘px’. Error in parsing value for property ‘width’. Declaration dropped.
Source File: https://example.org/wp/wp-admin/post.php?posted=true
Line: 0
=============Other notes:
1) I first took the step of turniing on the Javascipt console when a different error popped up after the publish. I have not been able to reproduce that.2) My first debugging step was to turn off the visual rich editor, and similar errors still appeared. In the clean install case, the errors are the same, except the ones referencing tinymce do not appear (not surprising) and that last error referring to “Expected end of value…” is also missing.
Thanks for any pointers or suggestions!
- The topic ‘Javascript errors on clean install’ is closed to new replies.