Wrong Configuration folder in WP Manager

  • Unknown's avatar

    My website: http://www.relaxingmassagetherapy.co.uk

    Hi I got my domain hosted in godaddy, and my website in siteground, since I moved my website, when update the plugin PHP, my website broken, the database looks different from my plugins in wordpress. I contacted my host they said was godaddy gd-config.php, I checked the IP address from this folder is of godaddy.
    I removed this folder of my wordpress, my website broken, not alive then I try to aploud back to my server didnt work, then I backup back to the server, see the file attached bellow: could you please help me how to fix these issues? thanks

    <?php

    define( ‘GD_VIP’, ‘184.168.47.225’ );
    define( ‘GD_RESELLER’, 1 );
    define( ‘GD_ASAP_KEY’, ‘2a97f32d05ce741549f4b43f7e14bb27’ );
    define( ‘GD_STAGING_SITE’, false );
    define( ‘GD_EASY_MODE’, true );
    define( ‘GD_SITE_CREATED’, 1455023682 );

    // Newrelic tracking
    if ( function_exists( ‘newrelic_set_appname’ ) ) {
    newrelic_set_appname( ‘979efc25-a983-4856-8876-16873433e06e;’ . ini_get( ‘newrelic.appname’ ) );
    }

    /**
    * Is this is a mobile client? Can be used by batcache.
    * @return array
    */
    function is_mobile_user_agent() {
    return array(
    “mobile_browser” => !in_array( $_SERVER[‘HTTP_X_UA_DEVICE’], array( ‘bot’, ‘pc’ ) ),
    “mobile_browser_tablet” => false !== strpos( $_SERVER[‘HTTP_X_UA_DEVICE’], ‘tablet-‘ ),
    “mobile_browser_smartphones” => in_array( $_SERVER[‘HTTP_X_UA_DEVICE’], array( ‘mobile-iphone’, ‘mobile-smartphone’, ‘mobile-firefoxos’, ‘mobile-generic’ ) ),
    “mobile_browser_android” => false !== strpos( $_SERVER[‘HTTP_X_UA_DEVICE’], ‘android’ )
    );
    }
    define( ‘REDIS_SOCKET’, ‘/var/run/RedisProxy/mwprp.sock’ );

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Looks like you’re in the wrong forum. Your site is using the open-source WordPress.org software and you need to seek help at these forums:

    https://wordpress.org/support/forums/

    These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and WordPress.org you can read this document:

    WordPress.com vs. WordPress.org

  • The topic ‘Wrong Configuration folder in WP Manager’ is closed to new replies.