Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sjengler

    (@sjengler)

    Thanks again for your help. In the end, after 3.5 hours in two chats, the godaddy rep said, “wait for 90 minutes it will be updatres in 90 minutes then you can login and chek the website on it.” Whatever that means… Have you any advice on how to REPLACE a corrupt class-wp-term-connect.php file?

    Thread Starter sjengler

    (@sjengler)

    Just to update. Godaddy found malware in wp-includes/class-wp-term-connect.php. They won’t remove it unless I sign up for a $10 per month security package. Otherwise, I am told must figure out how to do that myself. I am currently waiting to see if they can tell me where to get a clean copy, before I trash the existing one.

    Thread Starter sjengler

    (@sjengler)

    How about just resetting the site? It is a simple, static site, just 6 pages and 50 media files or so.

    Thread Starter sjengler

    (@sjengler)

    Thanks again. I appreciate your time.

    I enabled wp_debug and wp_debug_log and went through the steps that returjn those two errors (broken media links and “unexpected error” when trying to add a new theme). No wp-content/debug.log is visible in the wp-content folder. There are three logs in the updraft folder with names like this: log.84527670b702.txt

    On the helpful page you sent, there’s a more extensive could that could be added. Worth doing?

    // Enable WP_DEBUG mode
    define( ‘WP_DEBUG’, true );

    // Enable Debug logging to the /wp-content/debug.log file
    define( ‘WP_DEBUG_LOG’, true );

    // Disable display of errors and warnings
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );

    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( ‘SCRIPT_DEBUG’, true );

Viewing 4 replies - 1 through 4 (of 4 total)