Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Fortune

    (@bpluijms)

    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

    (@simaooliveira)

    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

    (@bpluijms)

    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.