sasha17
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Can’t add or edit actionThe problem was caused by another plugin – “Add-on Contact Form 7 – Mailpoet 3”. Now it’s working fine. Thanks
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Can’t add or edit actionHi, This thread was marked as Resolved while it wasn’t. Please see my last reply. Thanks
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Can’t add or edit actionHi Kush,
We’re using the latest versions of Contact Form 7 (ver. 6.0.4) and of Redirection for Contact Form 7 (ver. 3.1.10). When I’m trying to add an action or edit and old action nothing happens and no error message. No related plugins or custom code.
Forum: Plugins
In reply to: [Contact Form 7] Vulnerability fix not available for WP 4.9Tested it and it works great!
Thanks again Yordan
Forum: Plugins
In reply to: [Contact Form 7] Vulnerability fix not available for WP 4.9Thank you Yordan.
So I added one line to function wpcf7_antiscript_file_name, and now it looks like this:
function wpcf7_antiscript_file_name( $filename ) { $filename = wp_basename( $filename ); $filename = preg_replace( '/[\pC\pZ]+/i', '', $filename ); $parts = explode( '.', $filename ); if ( count( $parts ) < 2 ) { return $filename; }So this covers this issue?
Forum: Plugins
In reply to: [Contact Form 7] Vulnerability fix not available for WP 4.9Hi Takayuki,
Thanks for the fast reply.
WordPress version 4.9.16 has all the security updates (We’re hosted at WP Engine…) only missing the new features of WordPress.
Unfortunately we’re not able to update to WordPress version 5 and higher since it brakes our website.
How can we get the latest update of CF7 to version 5.3.2 while using our current wp version?
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Vulnerability fix not available for WP 4.9We’re not able to update to the latest WordPress version since it brakes our website and need a fix for this issue urgently…
Hi Yuval,
I tried migrating again – it didn’t work.
I installed ver 1.3.7 and it works now.
I hope we’ll be able to update the plugin in the future…
Thanks
Works fine now. Thanks.
Forum: Plugins
In reply to: [Advanced Access Manager – Access Governance for WordPress] Access DeniedI had all the backend menus checked and that’s how it worked before. Now I unchecked them and it works.
Forum: Plugins
In reply to: [Advanced Access Manager – Access Governance for WordPress] Access DeniedI created a new role which is a copy (inherit capabilities) of the existing role and changed the user’s role to it and it works but the original role doesn’t. How can this be???