• Resolved kartikshah

    (@kartikshah)


    Fatal error: Can’t use function return value in write context in /home/xyz/public_html/wp-content/plugins/first-order-discount-woocommerce/fodw-coupon.php on line 77

    • This topic was modified 6 years, 4 months ago by kartikshah.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kartikshah

    (@kartikshah)

    Replace this line “if ( $count > 0 && !empty(get_current_user_id())) {” with the “if ( $count > 0 && issset(get_current_user_id())) {“

    I have this same error – once I put in your code the next line
    has an error

    Parse error: syntax error, unexpected ‘$bought’ (T_VARIABLE) in
    wp-content/plugins/first-order-discount-woocommerce/fodw-coupon.php on line 78

    line78 $bought = true;

    Help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Can’t use function return value in write context in /home/xyz/publ’ is closed to new replies.