abrowet
Forum Replies Created
-
I’m observing the same behaviour.
I’m pretty confident that it used to be in utf8mb4, in fact it’s even defined in the wp-config file.
But now, opening phpmyadmin all the wordfence tables are defined as utf8mb3_uca1400_ai_ci
what might explain this?
any way to restore a utf8mb4 version because this collation is not support on other databases and we have an issue migrating the websitethank you
I’ve indeed restore a previous version of the plugin from a weekly snapshot on our server.
Re-activation of the plugin did not solve anything on our side, php errors started to pop in the logs.
No, the latest version is broken and trigger an error for a missing class.
I can confirm that the [group] elements are currently broken. they are all displayed in the frontend form and the email. Maybe since the last update
Edit: After deactivate then re-activate the plugin, the error is gone for us
- This reply was modified 1 year, 4 months ago by abrowet.
Amazing, you’re completely right, I can now see the widget mentioning connected users!
Thank you so much for your help!
Hello
Nice catch. This has indeed solved part of the issue. I can now see entries within the “connected users” tab!
However, the widget on the main WP security page still show “No connected users”. Any idea on that matter?
Thank you very much
Dear,
Thank you for your answer. Here are some additional details:
- when a user log in using the wp-login page, I found a valid entry in the “Connected users” tab under “Connexion”. However the widget on the main WP security admin page still shows “Aucun autre utilisateur connecté.” (i.e no connected user), hence there is an issue somewhere
- When a user log in user with AJAX (I’ve added AJAX Login and Registration modal popup plugin), it can not be viewed within the “Connected users” tab (empty). Though I’m 100% that it was working before.
Your help is very appreciated
Best
Hello
Thank you for your answers. However, I’m 100% that there is active connected users when looking at the report in the administration dashboard. I can see comments being posted, forms (learndash quiz) completed, etc… Still, the counter is empty and report no connected users.
Any other suggestions of what can block the connected users counter?
Best regards
Forum: Themes and Templates
In reply to: [Botiga] JS uncaught TypeErrorDear,
Thank you for your reply and for the proposed solution.
Though, I’ll rather add an enqueued temporary js file from my child theme than adding yet another plugin 🙂
function botiga_fix_scripts()
{
if (BOTIGA_VERSION === ‘1.0.8’) {
wp_enqueue_script(‘botiga-fix’, get_stylesheet_directory_uri() . ‘/js/botiga-fix.js’, array(), PUNKICKS_VERSION, true);
}
}
add_action(‘wp_enqueue_scripts’, ‘botiga_fix_scripts’, 20);`Best regards
- This reply was modified 4 years, 5 months ago by abrowet.