[Plugin: WordPress SEO by Yoast] Page Edit JavaScript Errors
-
When using this plugin I’m getting JavaScript errors in wp-seo-metabox.js(line 260) on Page Edit. This is breaking just about all of the JavaScript on the page. In Google Chrome I get the following report:
Uncaught TypeError: Object function each(iterator, context) { var index = 0; try { this._each(function(value) { iterator.call(context, value, index++); }); } catch (e) { if (e != $break) throw e; } return this; } has no method 'replace'
In Firefox 3.6 I get:
keywords[i].replace is not a function [Break On This Error] var urlfocuskw = keywords[i].replace(' ','-').toLowerCase();
In Safari I get:
TypeError: Result of expression 'keywords[i].replace' [undefined] is not a function.
I had to make a couple of code changes in order to keep the JavaScript from breaking. Can anyone else confirm there is an error here? I’ve gone through and disabled all of my other plugins only to still have this issue remain.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] Page Edit JavaScript Errors’ is closed to new replies.