• Resolved zamyboi

    (@zamyboi)


    Hi,
    My website is down after updating your plugin.

    Could you please help? You have suggested a file update. Is that safe to replace?

    Thanks

    • This topic was modified 6 years, 11 months ago by zamyboi.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Yes that was safe to replace, please go ahead and let me know whether it is fixed or not.

    Thread Starter zamyboi

    (@zamyboi)

    Hi,
    I have opened the file through c-panel and have edited its contents with the new file.

    No change ??

    Plugin Author Saravana Kumar K

    (@mycholan)

    Plugin conflict

    Deactivate all other plugins except (WC Fields Factory & Woocommerce) and test it.

    Theme compatibility

    Use one of the WordPress default theme and see if that is working.

    Still not Working.?

    Enable the WordPress Debug Mode and see if there any warning message.

    Have a look at your php error_log file, most of the time you will get a clear idea what went wrong by looking at php’s error log.

    Thread Starter zamyboi

    (@zamyboi)

    I have looked at the php log file.
    The error log shows the same thing even after I update the plugin with new file.

    PHP Parse error: syntax error, unexpected ‘&&’ (T_BOOLEAN_AND), expecting ‘)’ in wp-content/plugins/wc-fields-factory/includes/wcff-builder.php on line 1492

    Rather than doing all this, I would simply remove your plugin as this is giving me a huge loss.

    Try this:

    /includes/wcff-builder.php

    Line 1491 Change to:

    if ( isset( $_field["language"] ) && !empty( $_field["language"] ) && $_field["language"] != "default") {

    /includes/wcff-cart-editor.php

    Line 551 Change To:

    if (isset( $_field["language"] ) && !empty( $_field["language"] ) && $_field["language"] != "default") {

    Plugin Author Saravana Kumar K

    (@mycholan)

    @clarkstudios, thanks for that. it was included with the V 2.0.1, please update.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Website crashed after update’ is closed to new replies.