• amulet

    (@amulet)


    I posted that my permalinks problem was resolved, because I hadn’t had any problems since finding out the Jerome’s Keywords was the cause of my problems, only, the problems have started up again!!!

    I’m still getting emails with messages like this (different URLs, functions, etc., yet many are the same):


    A user tried to go to http://www.sassydevil.com/wp-content/plugins/book_reading/book_reading.css and received a 404 (page not found) error. It wasn't their fault, so try fixing it.
    They came from http://www.sassydevil.com/wp-admin/plugins.php

    and the subjects read like this (again, the URLs vary, sometimes it’s a function, etc.):


    Bad Link to /wp-content/plugins/book_reading/book_reading.css

    I really want to be able to use /%category%/%postname%/ .

    Anyone got any ideas for me? I’m so frustrated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • peiqinglong

    (@peiqinglong)

    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.

    This is not a permalinks problem… Just WP couldn’t load the css file “book_reading.css” that is supposed to be in the “http://www.sassydevil.com/wp-content/plugins/book_reading/” directory.

    Are all the errors related to static files?

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘It’s Back!!!!’ is closed to new replies.