WP 3.6.1 on Windows support?

Discussion in 'Local Business WordPress Theme' started by digexrules, Sep 24, 2013.

Thread Status:
Not open for further replies.
  1. digexrules

    digexrules New Member

    Joined:
    Aug 10, 2013
    Messages:
    2
    Likes Received:
    0
    Does this theme support 3.6.1 on Windows? I just installed WP on my GoDaddy hosing account and as soon as I activate this theme I get this accross the top of all pages. The default theme does not do this.
    defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' ); function install_wtwp() { global $pagenow; if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) { return; } $active_plugins = (array) get_option( 'active_plugins', array() ); // Shouldn't happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( 'first_login' => false, 'plid' => 1, 'isc' => 'WPHosting1', 'api_url' => 'https://wpqs.secureserver.net/v1/', 'help_url' => 'https://help.securepaynet.net', 'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx', 'key' =>
     
  2. digexrules

    digexrules New Member

    Joined:
    Aug 10, 2013
    Messages:
    2
    Likes Received:
    0
    Godaddy fixed the issue it was with some random install.php file that was left in the automated installer. Removed that file and poof all better
     
Thread Status:
Not open for further replies.

Share This Page