• Resolved ITCS

    (@dimath99)


    I had this 2 error that I report below, what should I do?

    Filename: wp-admin/includes/upgrade.php
    File Type: Core
    Details: This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.

    Original:
    if ( is_wp_error( $result ) )
    die( $result->get_error_message() );

    Modified:
    if ( is_wp_error( $result ) ) {
    echo $result->get_error_message();
    exit(1);
    }

    Filename: wp-includes/load.php
    File Type: Core
    Details: This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.

    Orginal:

    Modified:

    // add by APS – display error on
    438 if(defined(‘APSCONFIGURE’)){
    439 throw new Exception(
    440 /* translators: 1: $table_prefix 2: wp-config.php */
    441 sprintf( __( ‘ERROR: %1$s in %2$s can only contain numbers, letters, and underscores.’ ),
    442 ‘$table_prefix‘,
    443 ‘wp-config.php‘
    444 )
    445 );
    446 }

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ITCS

    (@dimath99)

    I meant load.php and upgrade.php

    Hi @dimath99,
    This looks like a modification that could have been made by your host, or some software they are using. Can you reach out to your host please and inquire about what APSCONFIGURE might be?

    Thread Starter ITCS

    (@dimath99)

    Hello,

    They have no idea of these changes, they said that a plugin may have caused this modification.

    Hi @dimath99,
    I’ve seen one or two users have the same modifications before but they didn’t know where they came from either. Would you mind sharing which plugins you have? If you don’t feel comfortable mentioning it here, you can send a diagnostics report to [email protected] if you like. If so, remember to mention your username dimath99 so I know who the email is coming from.

    Hi @dimath99,

    We haven’t heard back from you in a while, so I’ve gone ahead and marked this thread as resolved.

    Please feel free to open another thread if you’re still having issues with Wordfence.

    Thanks!

    Hi, same issue here. My plugins are:

    Anti-spam
    Autoptimize
    Cherry Data Importer
    Cherry Live Demo Mods Switcher
    Cherry Projects
    Cherry Real Estate
    Cherry Sidebars
    Contact Form 7
    dsIDXpress
    Duplicate Menu
    Google Analytics para WordPress por MonsterInsights
    Power Builder
    Power Builder Integrator
    Super Socializer
    UpdraftPlus – Backup/Restore
    Wordfence Security
    WordPress Importer
    WP File Manager
    WP Super Cache
    WPS Hide Login
    Yoast SEO
    Yoast SEO: Search index purge

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘uploads.php and upgrade.php modified’ is closed to new replies.