• Resolved binfor

    (@binfor)


    Hello,

    When updating the plugin we get the following error:
    Parse error: syntax error, unexpected T_BOOLEAN_AND, expecting ‘)’ in /…/wp-content/plugins/yith-woocommerce-catalog-mode/plugin-fw/yit-functions.php on line 1272

    Now the web doesn’t work.

    How can we solve it?
    Thank you very much.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello,
    thank you for you feedback,
    we’ll send a new version as soon as possible with the fix.
    In the mean time you can replace the line 1272 of this file:
    /wp-content/plugins/yith-woocommerce-catalog-mode/plugin-fw/yit-functions.php

    if( ! empty( $plugin_upgrade_fw_data && is_array( $plugin_upgrade_fw_data )) ){

    with this

    if( ! empty( $plugin_upgrade_fw_data) && is_array( $plugin_upgrade_fw_data ) ){

    Thread Starter binfor

    (@binfor)

    Hello,
    It worked with the code change.
    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parse error T_BOOLEAN_AND’ is closed to new replies.