HubieDoobieDoo
Forum Replies Created
-
OK… this is getting weirder and weirder…
Do browsers share their cookies?Here’s what I did :
– enabled Jetpack 8.1.1
– logged out from wp-admin on my (usual) Firefox browser
– opened Chrome
– erased in Chrome all “history” (cache, cookies, etc…)
– attempted wp-admin login : SUCCESS. And yes, verified, Jetpack 8.1.1 is active.
o-kay, then :
– logged out from wp-admin under Chrome
– exited Chrome, opened Firefox
– attempted wp-admin login : SUCCESS. And yes, verified, Jetpack 8.1.1 is active.WTF?
I guess I should be happy it appears to be all working now, but…- This reply was modified 4 years, 9 months ago by HubieDoobieDoo.
Browsers : Firefox 72.0.2 (up to date), Google Chrome (as well)
Cache emptied made no difference.WordPress 5.3.2 | PHP 7.4.0 | Apache/2.2 | MySQL 10.1.31-MariaDB
Site : https://www.mysite.com
Control panel access: https://www.mysite.com/wp2019/wp-admin
(the WP install is in a wp2019 subdirectory)I’ll try clearing the cookies right away, and will report back.
Forum: Fixing WordPress
In reply to: Can’t access WP AdminOK, I’ve taken do hiding all my plugins (with FTP, moved them all to a separate folder), then re-enabling them one by one.
JETPACK 8.1.1 (released last week) is the culprit (for me, for my site) !
I’ve posted a follow-up support request in the Jetpack forum:
https://www.ads-software.com/support/topic/cant-access-wp-admin-100/#post-12383132- This reply was modified 4 years, 9 months ago by HubieDoobieDoo.
- This reply was modified 4 years, 9 months ago by HubieDoobieDoo.
Forum: Fixing WordPress
In reply to: Can’t access WP AdminOh, and if hit “Lost your password?” I am sent (as expected) a mail with a password change link. I can change my password there, but then still cannot log in (either with the new or the old pw).
Forum: Fixing WordPress
In reply to: Can’t access WP AdminIn case it may matter, I’m running under PHP 7.4.0 (tried to back off to 7.0.33, no change).
Theme Shapely
Plugins installed/activated:
qTranslate X
Classic Editor
WP Maintenance Mode
Updraft Plus
Tablepress
TinyTOC
WPFront Scroll Top
MaxButtons
Google XML Sitemaps
Worpress Version Info
Show-Hide/Collapse-Expand
Ultimate FAQ
Broken Link checker
Ditty News TickerForum: Fixing WordPress
In reply to: Can’t access WP Admin(oh, and cache is not the issue; I tried another browser which had never logged into this WP before, same behavior)
Forum: Fixing WordPress
In reply to: Can’t access WP AdminSame here.
From tonight, can’t login anymore. I just get bounced back to the login panel (no error message or anything), and after a few attempts get challenged with anti-bot questions, but still unable to login.
Another user whose machine was not logged off can still access the Control Panel fine (but he doesn’t have admin priviledges).
I also tried creating an admin user directly in the database (using phpmyadmin) as suggested in : https://kinsta.com/blog/locked-out-of-wordpress-admin/ , but that login fails equally.
It happened all of a sudden. I could swear I had logged in fine this morning or yesterday at the latest (I restart my browser every few hours, anyway…)
Possibly some automatic version upgrade of something gone wrong ?
Forum: Plugins
In reply to: [SlimStat Analytics] Search engine detection (google.fr)Just a comeback to close this report: it now works “fine” with the more current versions. “fine” as in “google engines now recognized, but their search arguments (mostly) obfuscated by google, so not contributing to the useful ‘top search terms’ stats…”
Thanks !
FWIW, for styling the stickies differently, I hacked the following patch :
./wp-content/plugins/tw-recent-posts-widget/tw-recent-posts-widget.phpwhile($wp_query->have_posts()) : $wp_query->the_post(); // Check for the "sticky" tag, and if present, add the sticky class to that div $all_the_tags = get_the_tags(); $class='featured-post'; if ($all_the_tags) { foreach($all_the_tags as $this_tag) { if ($this_tag->name == "sticky" ) { $class='featured-post sticky'; } } } ?> <div class="<?php echo $class;?>">
and then :
./wp-content/plugins/tw-recent-posts-widget/tw-recent-posts-widget.css.tw-recent-posts .featured-post.sticky { background-color: #ffffb3; /* post-it color */ }
Forum: Plugins
In reply to: [SlimStat Analytics] Search engine detection (google.fr)Contact sent, thank you.
Forum: Plugins
In reply to: [SlimStat Analytics] Search engine detection (google.fr)Now this could be due to a pollution of my current data with the previous buglet, and possibly new incoming bing hits would be all collated under one single entry?
Alas no, just tried 2 more BING queries, and got 2 more “bing” search engines listed in the “top search engines”…
Forum: Plugins
In reply to: [SlimStat Analytics] Search engine detection (google.fr)Thanks for trying, but nope, sorry.
There is a slight effect :
In the “top search engines” panel, where I had two separate entries for bing, with full search query, I now have still two separate entries, but they’re not displaying the search queries anymore.
I.e. I now see:Top search engines (results 1-2 of 2) : https://www.bing.com (1 hit) https://www.bing.com (1 hit)
I would hope for a collation of these.
Now this could be due to a pollution of my current data with the previous buglet, and possibly new incoming bing hits would be all collated under one single entry?And google.fr hits still don’t get detected as search engine hits (although they do increment the number of hits seen under the referer google.fr).
By the way, I have two entries for google in “top referers”, one seems to be listed under “https://www.google.fr” and the second one with “https://www.google.fr/” (with the trailing backslash).
In case it is useful to you, the link in my google search results looks like :
Forum: Plugins
In reply to: [SlimStat Analytics] Search engine detection (google.fr)OK thanks, let me know if you have trouble reproducing and I can contribute more info…
Forum: Plugins
In reply to: [SlimStat Analytics] Search engine detection (google.fr)I should probably add that in the “top search engines” panel, I see the full URL of the search, as :
https://www.bing.com/search?q=chambre d'h?tes chateaudun&qs=n&pq=chambre d'h?tes chateaudun&sc=3-26&sp=-1&sk=&cvid=8A29391066CD4CFAB5AA8F8D747492D2&first=21&FORM=PERE1
where I would have expected to only see
https://www.bing.com
As is, each bing request appears as a separate entry in the search engines panel, which is, ahem, not very useful.
Could it be something I did wrong at my end, that’d be disturbing the search calls parsing ?