• auto_prepend_file = ‘/home/nikos1/public_html/wordfence-waf.php’

    htaccess——–

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    # END Wordfence WAF

    # php — BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php56” package as the default “PHP” programming language.
    <IfModule mime_module>
    AddType application/x-httpd-ea-php56 .php .php5 .phtml
    </IfModule>
    # php — END cPanel-generated handler, do not edit

    .user.ini

    ; Wordfence WAF
    ; END Wordfence WAF

    any ideas ?? nothing is happening

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @jack1972,

    Can you quickly remove auto_prepend_file = '/home/nikos1/public_html/wordfence-waf.php' and see if the error goes away?

    Dave

    Thread Starter jack1972

    (@jack1972)

    did it nothing happens , the site is down and the customer is angry ….

    Thread Starter jack1972

    (@jack1972)

    all the files are not showing up when I login to ftp … this is a disaster

    Hi again,

    Are you able to rename the folder /wp-content/plugins/wordfence/ -> /wp-content/plugins/wordfence-old/?

    Dave

    Thread Starter jack1972

    (@jack1972)

    yes just did , nothing is happening

    in the public_html file there is only

    wp-content
    wp-includes
    wp-snapshots
    htaccess ( which I edited like you said)
    user.ini
    index.php
    gs.php

    where did all the files go ?

    I think all the files were deleted, do you have a backup of the server ready?

    A big chunk of WordPress was deleted (I don’t see wp-admin), and that’s causing the website to not even load.

    Dave

    Thread Starter jack1972

    (@jack1972)

    yeah I’m waiting for my hosting provider to restore a 2 week old backup

    how can this happen from Wordfence ????

    stressed out

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