• Resolved silberfischer

    (@silberfischer)


    I get this message after installing this plugin:
    mt_rand() expects parameter 2 to be integer, float given in /xxx/xxx/xxx/xxx/xxx/wordpress/wp-content/plugins/exportfeed-for-woocommerce-product-to-etsy/core/registration.php on line 89

    How can I fix it?

    • This topic was modified 6 years, 8 months ago by silberfischer.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter silberfischer

    (@silberfischer)

    Ok, I fix it by myself, thank you!

    I change the following line (89) on the registration.php with function mt_getrandmax():

    $check_token = time() . md5(mt_rand(1000000000, mt_getrandmax()) . $licensekey);

    • This reply was modified 6 years, 8 months ago by silberfischer.
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with the plugin’ is closed to new replies.