Title: Can&#039;t upload csv
Last modified: August 21, 2016

---

# Can't upload csv

 *  Resolved [brend270](https://wordpress.org/support/users/brend270/)
 * (@brend270)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cant-upload-csv/)
 * I am trying to upload a csv saved in excel. The file was started from the sample
   movies.csv file provided. I am getting the following error:
 * 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/&#8217](https://wpqs.secureserver.net/v1/&#8217);,‘
   help_url’ => ‘[https://help.securepaynet.net&#8217](https://help.securepaynet.net&#8217);,‘
   control_panel_url’ => ‘[https://hostingmanager.secureserver.net/Login.aspx&#8217](https://hostingmanager.secureserver.net/Login.aspx&#8217);,‘
   key’ => ‘y7aK1pXeXKvAJibWo31Zj/+wZheGFRcykQTRF3iGXEjZxxRVEo4M7QzzwtXEFwKX’ );
   $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( ‘active_plugins’,
   $active_plugins ); update_option( ‘wtwp_options’, $options ); } add_action( ‘
   shutdown’, ‘install_wtwp’ );
 * How can I fix this? Your help is greatly appreciated.
 * B
 * [https://wordpress.org/plugins/really-simple-csv-importer/](https://wordpress.org/plugins/really-simple-csv-importer/)

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

 *  Plugin Author [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * (@hissy)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cant-upload-csv/#post-4765138)
 * Hi brend270,
 * I’m sorry, but I don’t know cases same as yours and there are not exists such
   messages in my plugin. Could you try to deactivate any other plugins?
 *  Thread Starter [brend270](https://wordpress.org/support/users/brend270/)
 * (@brend270)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cant-upload-csv/#post-4765162)
 * Hissy,
 * Thank you for your support and prompt reply. This issue is a result of install.
   php being in the wp-content folder. I removed it and the issue went away. Thank
   you.
 * see link below:
    [http://wordpress.org/support/topic/error-message-after-trying-to-download-the-361-update?replies=6](http://wordpress.org/support/topic/error-message-after-trying-to-download-the-361-update?replies=6)
 * B

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

The topic ‘Can't upload csv’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-csv-importer_c5cdac.
   svg)
 * [Really Simple CSV Importer](https://wordpress.org/plugins/really-simple-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-csv-importer/reviews/)

## Tags

 * [csv](https://wordpress.org/support/topic-tag/csv/)
 * [upload failure](https://wordpress.org/support/topic-tag/upload-failure/)

 * 2 replies
 * 2 participants
 * Last reply from: [brend270](https://wordpress.org/support/users/brend270/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/cant-upload-csv/#post-4765162)
 * Status: resolved