colinswe
Forum Replies Created
-
I have the same issue on https://www.agganis.com/, Gravity forms was working fine until the PHP was upgraded to 8.
Then forms with file upload where blocked by Wordfence – I have a screen shot of the message from Wordfence if it is of use to you.
There were a couple of wrinkles though – Administrators on the site were NOT blocked even if they were not logged in, only customers were blocked from uploading files (Jpegs and PDFs) – this made it difficult for the site owner since they were getting dozens of calls from customers on an error they could not reproduce.
The site owner was finally able to reproduce the problem on her son’s computer!
Also there was something weird happening on the block list – there was no list! according to Wordfence nothing was being blocked.
Switching PHP back to 7.4 eliminated the problem.
Colin
Yes that worked …
I am all set, thanks for the prompt response
Colin
I am getting the same problem – error 400 when trying to access the reports.
Error
The API returned a 400 response with this message: Google Analytics for WordPress by MonsterInsights failed to retrieve the new report data. Error message: { “error”: “invalid_grant”, “error_description”: “Bad Request” }Forum: Plugins
In reply to: [Theme My Login] WordPress 5.2 ReportingI have just realized that this is a file that was created a long time ago, several years, to solve a problem with a much earlier version of TML, the next TML update solved the issue but this file was never deleted.
It only came up now because of WP 5.2
I going to close this and offer my apologies for bothering you.
Thanks for your input though – helped me remember. ??
Forum: Plugins
In reply to: [Theme My Login] WordPress 5.2 ReportingHi the code is the file is as follows
<?php function tml_init() {
global $pagenow, $theme_my_login;if ( ‘wp-login.php’ == $pagenow ) {
$redirect_to = $theme_my_login->get_login_page_link();
wp_redirect( $redirect_to );
exit;
}
}
add_action( ‘init’, ‘tml_init’ ); ?>Forum: Plugins
In reply to: [BackUpWordPress] Various errors after latest updateNot to pile on but I had exactly the same problem.
Had to deactivate to get into the admin.
I loaded a copy of the previous version of Backupwordpress from my Backupwordpress backup :), working fine again
Colin