Update wordpress 3.6.1 plugin error

Discussion in 'Themia WordPress Theme' started by schack1, Sep 20, 2013.

  1. schack1

    schack1 Guest

    Joined:
    Sep 19, 2013
    Messages:
    1
    Likes Received:
    0
    I am using Local Theme Premium and I just recently updated wordpress to 3.6.1. I now have this at the top of my screen and website:

    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' => 'd22ngNhh+rfKOs6X84coewU1Jwgi6tZIKwc6TkQI3zY2LPm9xjIJ69WvKyAAS9bd' ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( 'active_plugins', $active_plugins ); update_option( 'wtwp_options', $options ); } add_action( 'shutdown', 'install_wtwp' );

    I have deactivated all plugins and then tried to delete them to see if it would help. It did not and I also tried the update again but that did not work. I found a fix that said the change the option value in wp-options but that did not work. The base 2013 theme does not have any errors. I talk to my hosting company and they said that it is a theme issue because of the new wordpress update. Can anyone help and guide me
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue.
     

Share This Page