What should I look for when debugging this issue?
]]>We have a form where users can upload various files. Is User A uploads a file called “loremipsum.pdf” and the User B uploads a file with the same name in the same month, the file from User A will be overwritten, which obviously is very critical.
We need urgent help with this please.
Anyone also stumbled across this?
Currently we use version 3.15.3 of the plugin and 6.0.7 of ACF Pro.
]]>for some days now the Blog Designer block is overwriting my blog page – although it has never done so because I never ever choose the blog page in the settings. And it looks very strange, too – and I cannot do any amendments.
Could you please have a look and fix this?
Many thanks in advance.
Kind regards
Birgit
]]>wp_logout
action and overwrites other plugins action which might be in place.
maintenance.php:47,265
add_action('wp_logout', array(&$this, 'mtnc_user_logout'));
public function mtnc_user_logout()
{
wp_safe_redirect(get_bloginfo('url'));
exit;
}
Suggested fix: The action should only be added if maintenance is set to “on” or not at all.
WordPress 6.1.1, Maintenance 4.07
]]>I have edited the file “pdb-single-default.php” so that headings and field names no longer appear on my page.
Everything was working fine until the page reverted to its original content yesterday. Obviously this messed up my page because the titles and field names reappeared.
The plugin is not setup to automatically update. Is there something else I am missing that can be disabled to ensure this doesn’t happen again?
Thanks
Don
After updating the translated plugin I realised that all previous manual translations (made by me via Loco Translate) were overwritten.
How can I prevent this in the future?
Thanks in advance for your help!
]]>Once I set up the terms and conditions I then manually edited them as there were amendments needed that were applicable to the site. I updated the terms and viewed the page and everything had loaded. I then realised that there were a couple links needing updating so I clicked on edit and went to the backend at which point I found that all the edits had been overwritten and saved as a new auto save revision and gone back to the original terms and conditions. I then amended everything again and the issue now keeps happening? When I go to previous versions I can see my edited version but cannot easily select and save it, and the once I managed to select the correct previous version it was then immediately overwritten with the original terms again anywa. Please assist. Thank you
]]>Are any fields (name, etc.) overwritten when customers sync from website to Mailchimp via this plugin?
Is the subscription status of customers ever overwritten when syncing from website to Mailchimp? What if a subscribed customer unsubscribes–would syncing from this plugin ever re-subscribe them?
What about the initial sync, with the “auto-subscribe existing customers” checked or unchecked in the plugin? Could that ever change the subscription status of existing contacts in Mailchimp?
For instance, would an existing contact who is unsubscribed in Mailchimp be subscribed, if the “auto-subscribe existing customers” box is checked?
Conversely, would an existing contact who is subscribed in Mailchimp be unsubscribed during the initial sync, if the contact also exists as a customer via the WooCommerce plugin and the “auto-subscribed existing customers” box is not checked?
Looking forward to hearing back–thanks!
]]>