Title: [Plugin: Simple Dropbox Upload] Error after uploading file
Last modified: August 20, 2016

---

# [Plugin: Simple Dropbox Upload] Error after uploading file

 *  Resolved [klaxon](https://wordpress.org/support/users/klaxon/)
 * (@klaxon)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-simple-dropbox-upload-error-after-uploading-file/)
 * I`ve installed plugin and authorized on dropbox. Trying to upload file and here
   is what I get: [http://screencast.com/t/gxrstQ6VyKG](http://screencast.com/t/gxrstQ6VyKG)
 * [http://wordpress.org/extend/plugins/simple-dropbox-upload-form/](http://wordpress.org/extend/plugins/simple-dropbox-upload-form/)

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

 *  Plugin Author [hiphopsmurf](https://wordpress.org/support/users/hiphopsmurf/)
 * (@hiphopsmurf)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-simple-dropbox-upload-error-after-uploading-file/#post-2833534)
 * This is error is caused because your host does not allow PHP override. You would
   need add `:/home/book4/book4.com.au/www/wp-content/plugins/simple-dropbox-upload-
   form/inc/Dropbox/pear_includes` to `include_path` in your php.ini file. Alternately
   you can use the [SugarSync Plugin](http://wordpress.org/extend/plugins/simple-sugarsync-upload/)
   I made which does the same thing as this plugin but does not require all the 
   authorization stuff that dropbox does.
 *  [sanjos](https://wordpress.org/support/users/sanjos/)
 * (@sanjos)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-simple-dropbox-upload-error-after-uploading-file/#post-2833799)
 * I have removed the comment slash from the below code in wp-dropbox.php page.It
   is because instead of editing php.ini directly.Is it correct method?
    ini_set(‘
   include_path’, dirname( __FILE__ ) . ‘/inc/Dropbox/pear_includes’ . PATH_SEPARATOR.
   ini_get(‘include_path’) ); set_include_path( get_include_path() . PATH_SEPARATOR.
   dirname( __FILE__ ) . ‘/inc/Dropbox/pear_includes’ );
 * But I am getting an error
 * Fatal error: Cannot redeclare dropbox_autoload() (previously declared in /home/
   myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/
   autoload.php:18) in /home/myserver/public_html/site/wp-content/plugins/simple-
   dropbox-upload-form/inc/Dropbox/autoload.php on line 26
 *  Plugin Author [hiphopsmurf](https://wordpress.org/support/users/hiphopsmurf/)
 * (@hiphopsmurf)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-simple-dropbox-upload-error-after-uploading-file/#post-2833800)
 * It was commented for a reason. You are now trying to include it twice. If it 
   wouldn’t work before, it surly isn’t going to work now. If it doesn’t work the
   way you downloaded it its because your host probably won’t support it.

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

The topic ‘[Plugin: Simple Dropbox Upload] Error after uploading file’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-dropbox-upload-form_457872.
   svg)
 * [Simple Dropbox Upload](https://wordpress.org/plugins/simple-dropbox-upload-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-dropbox-upload-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-dropbox-upload-form/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-dropbox-upload-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-dropbox-upload-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [hiphopsmurf](https://wordpress.org/support/users/hiphopsmurf/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-simple-dropbox-upload-error-after-uploading-file/#post-2833800)
 * Status: resolved