Title: compatibility with 2.3.7 ?
Last modified: August 24, 2016

---

# compatibility with 2.3.7 ?

 *  Resolved [simaooliveira](https://wordpress.org/support/users/simaooliveira/)
 * (@simaooliveira)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/compatibility-with-237/)
 * Hi!
 * Anyone knows if the plugin is compatible with WooCommerce 2.3.7 ? I’m having 
   a problem when uploading a file in the Order view page, the upload takes a while
   and then the page is broken (and even turning on debug mode on wp-config i have
   no indication of the error).
 * Thanks!
 * [https://wordpress.org/plugins/woocommerce-upload-my-file/](https://wordpress.org/plugins/woocommerce-upload-my-file/)

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

 *  Plugin Author [WP Fortune](https://wordpress.org/support/users/bpluijms/)
 * (@bpluijms)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/compatibility-with-237/#post-6014582)
 * Hello Simaooliveira,
 * The plugin is fully compatible with all versions of WooCommerce 2.1 and above.
 * Could you give us more information about the issue?
 * Best regards,
    Bart
 *  Thread Starter [simaooliveira](https://wordpress.org/support/users/simaooliveira/)
 * (@simaooliveira)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/compatibility-with-237/#post-6014583)
 * Hi, I’ve found the problem – it concerns the wp_mkdir_p() instruction, line 32
   of the inc/umf-upload-html.php file of the UMF plugin. Something in this WordPress
   function breaks my code. I’ve replaced it with this :
 *     ```
       if(!file_exists($path)){
       mkdir($path, 0770, true);
       }
       ```
   
 * I know this is not your plugin’s problem – since the error comes from a core 
   function – but do you know what could be causing the issue ? Could it be a permissions
   problem with my hosting, or…?
 * Thanks!
 *  Plugin Author [WP Fortune](https://wordpress.org/support/users/bpluijms/)
 * (@bpluijms)
 * [11 years ago](https://wordpress.org/support/topic/compatibility-with-237/#post-6014681)
 * Hello Simaooliveira,
 * I guess it’s indeed a server configuration problem. By default it should work
   without any problems.
 * Do you experience more problems?
 * Best regards,
    Bart

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

The topic ‘compatibility with 2.3.7 ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-upload-my-file_6268a4.
   svg)
 * [WooCommerce Upload My File](https://wordpress.org/plugins/woocommerce-upload-my-file/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-upload-my-file/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-upload-my-file/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-upload-my-file/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-upload-my-file/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-upload-my-file/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WP Fortune](https://wordpress.org/support/users/bpluijms/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/compatibility-with-237/#post-6014681)
 * Status: resolved