Sounds like the Book Review Plugin isn’t working. Check your plugins to make sure that you have the Book Plugin installed.
Thread Starter
amulet
(@amulet)
It’s there. As I said, the links vary; that’s only an example. Other links have nothing to do with the Book Reviews plugin. Some are about function calls, others say users came from pages that don’t exist!
I had deactivated all the plugins, and then reactivated them, one by one, and didn’t have any problems until I came to Jerome’s Keywords. I removed that entirely, and everything was fine.
I added a couple of new plugins, and didn’t have any errors, but then they started up again. The new plugins are Google (XML) Sitemaps and sCategory Permalink.
Thread Starter
amulet
(@amulet)
I just found and fixed the problem with book_reading.css, actually; the script author had the directory to the file as book_reading, when it was supposed to be book-reviews. The next error I’m getting is this:
A user tried to go to http://www.sassydevil.com/function%20(value)%20%7B%20%20%20%20var%20i;%20%20%20%20for%20(i%20=%200;%20i%20%3C%20this.length;%20i++)%20{%20%20%20%20%20%20%20%20if%20(this[i]%20===%20value)%20{%20%20%20%20%20%20%20%20%20%20%20%20return%20true;%20%20%20%20%20%20%20%20}%20%20%20%20}%20%20%20%20return%20false;} and received a 404 (page not found) error. It wasn't their fault, so try fixing it.
They came from http://www.sassydevil.com/
I located where this function is, and it’s in my theme’s directory, a javascript file, addEvent.js. The function that’s the subject of the error is as follows:
Array.prototype.inArray = function (value) {
var i;
for (i=0; i < this.length; i++) {
if (this[i] === value) {
return true;
}
}
return false;
};
I compared this with another site (an unrelated script), and it looks right, but then again, maybe it’s set some way it shouldn’t be for this script. Any idea how to fix the error? The user, in this case, was me, because I got the error sent to me after I went to my home page. Thanks.
Yes, it looks right, and looks like a part of a larger js. Maybe ask the theme’s author?
Thread Starter
amulet
(@amulet)
The theme’s author is Milo.