Viewing 3 replies - 1 through 3 (of 3 total)
  • Check the file permissions on the two paths in the settings tab to ensure that the web server can write to them. I was a bit mystified by this error too, so I modified wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup-admin.php, changing line 712 to:

    add_settings_error( 'itsec', esc_attr( 'settings_updated' ), $message.$input['location'], $type );

    This adds the path it’s complaining about to the error box, which makes it much quicker to find and fix it!

    THANKS

    Thanks that worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"The file path entered does not appear to be valid" error’ is closed to new replies.