bn01
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Tripadvisor Review Widgets] It does not workTo see if it would make any difference, I changed the tripadvisor url from .co.uk to .com and the plugin downloaded all the reviews. Hope this may help others facing the same issues I did.
Forum: Reviews
In reply to: [WP Tripadvisor Review Widgets] Stopped working months agoI did that 4 days ago, and got acknowledgement they received it, and said it would be sent to your IT team, but heard nothing since.
Forum: Plugins
In reply to: [WooCommerce] Latest update broke payment processingI can’t really give you any more info other than it just goes to a non-existent page on the site. I have had to roll back to version 9.9.5 in order to get it to work correctly. Site is running on latest version of wordpress, all themes are up to date, tried disabling all plugins except woo to see if it was a conflict but got the same results. Running php 8.4. This issue only happened when we updated to the latest version of woocommerce a few days ago. After rolling back to 9.9.5, it is working as it should.
Apologies. I see there is a switch in the settings to swith off the prefix. I was trying to remove it by mofifying the code… sorry.
Hi Uri. Still getting a fatal error unfortunatly.
Parse error: syntax error, unexpected ‘[‘ in /wp-content/plugins/upi-crm-universal-crm-solution/classes/upicrm_leads.php on line 248
The link you’ve provided is broken.
Since updating to the latest version I get a fatal error which broke the site. After disabling the UPIcrm via ftp, I get this error when trying to re-activate or re-install: Parse error: syntax error: classes/upicrm_leads.php on line 249
It seems to be specifically related to the addition of wp forms support:
case $SourceTypeID[‘wpforms’] :
$UpiCRMwpforms = new UpiCRMwpforms();
if ($UpiCRMwpforms->is_active()) {
return $UpiCRMwpforms->form_name($source_id);
}Using the latest wordpress with the latest version of CF7 & Ninja Forms. Any fixes for this would be welcome.