• Resolved jenmorrison

    (@jenmorrison)


    I have made a mistake. I was attempting to remedy a missing element in my WordPress application. I noticed that some files seemed to be missing from the wp-includes folder, so I re-uploaded the folder from my files, replacing the previous files. Now my site won’t load, instead I get this message:

    Fatal error: Call to undefined function add_filter() in C:\inetpub\vhosts\realia.ca\httpdocs\wordpress\wp-includes\default-filters.php on line 20

Viewing 5 replies - 1 through 5 (of 5 total)
  • make sure you uploaded the files from correct version… also, make sure all the files were uploaded.

    Also, check this:

    add_filter($filter, 'strip_tags');

    there should not be any space within this tag..

    Thread Starter jenmorrison

    (@jenmorrison)

    I don’t see
    add_filter($filter, ‘strip_tags’);

    is that supposed to be in the wp-includes folder?

    yes, this line should be there.. it is in the standard wordpress installation.. which version are you using?

    Thread Starter jenmorrison

    (@jenmorrison)

    2.6.3

    I’m not finding it in any of the folders. That’s strange.

    Thread Starter jenmorrison

    (@jenmorrison)

    I have found that tag, and there are no spaces.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal Error message’ is closed to new replies.