• Resolved DavidMWright

    (@davidmwright)


    Wordfence is repeatedly warning about leftover files e.g.
    homepages/43/d372172363/htdocs/clickandbuilds/GeminiSound491585/wp-admin/css/colors/coffee/php.ini
    However Wordfence only allows me to delete one of these files per report. How can I delete all of these files please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi DavidMWright,

    I think you using IONOS hosting.

    I got the same warning message from Wordfence 1 month ago.

    They were false positive.

    IONOS used this .ini files for raising the PHP memory, upload limits and some cache.

    All PHP.ini includes the same content.

    safe_mode=false;
    upload_max_filesize=67108864;
    post_max_size=67108864;
    memory_limit=268435456;
    extension_dir=/usr/lib/php7.0/extensions;
    zend_extension=/usr/lib/php7.0/extensions/opcache.so;
    opcache.enable=1;
    opcache.memory_consumption=32;
    opcache.interned_strings_buffer=8;
    opcache.max_accelerated_files=3000;
    opcache.revalidate_freq=180;
    opcache.fast_shutdown=0;
    opcache.enable_cli=0;
    opcache.revalidate_path=0;
    opcache.validate_timestamps=2;
    opcache.max_file_size=0;
    opcache.file_cache=/kunden/homepages/39/d768491211/htdocs/.opcache;
    opcache.file_cache_only=1; 

    https://www.ionos.co.uk/help/hosting/using-php-for-web-projects/changing-php-settings-in-a-phpini-file/

    Hey @davidmwright,

    This is likely a false positive. who are you hosting with? As was mentioned come hosts add these files, and since they aren’t Standard Wordfence files they’ll be flagged. But it’s just fine to ignore them.

    Thanks,

    Gerroald

    Thread Starter DavidMWright

    (@davidmwright)

    As tfrank77 rightly assumed, I’m with IONOS. Thanks for the reassurance.

    Hey @davidmwright,

    Thanks for the update.

    Please do let us know if anything else comes up.

    Thanks,

    Gerroald

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wordfence reports 103 leftover wordpress core files’ is closed to new replies.