Yes that was safe to replace, please go ahead and let me know whether it is fixed or not.
Hi,
I have opened the file through c-panel and have edited its contents with the new file.
No change 🙁
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.
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") {
@clarkstudios, thanks for that. it was included with the V 2.0.1, please update.