archon810
Forum Replies Created
-
Forum: Plugins
In reply to: [HyperDB] mysqli and PHP7 support? – mysql_connect() being deprecatedSo we just tested the code in svn trunk, the one that says it fixes utf8mb4 issues, and it still doesn’t work, just as before – the data with something like 🐬 gets inserted as “????”
However, this patch seems to work perfectly https://github.com/danielhomer/hyperdb/compare/1.2-branch (via https://wordpress.org/support/topic/utf8mb4-wp-42-not-supported). 🐬 is written and read correctly.
Can we please get the right fixes in hyperdb trunk and release them as v1.2?
Forum: Plugins
In reply to: [HyperDB] utf8mb4 (WP 4.2) not supportedSee https://wordpress.org/support/topic/mysqli-and-php7-support-mysql_connect-being-deprecated?replies=8#post-8743027. Looks like hyperdb now supports utf8mb4 in svn trunk.
Forum: Plugins
In reply to: [HyperDB] mysqli and PHP7 support? – mysql_connect() being deprecatedWe just spent hours on this, just to realize hyperdb didn’t support utf8mb4 and the solution was not provided as an update. But yeah, here are the commits since v1.1 as per hyperdb’s svn log:
————————————————————————
r1437951 | vnsavage | 2016-06-16 09:57:53 -0700 (Thu, 16 Jun 2016) | 2 linesutf8mb4 is safe to use with HyperDB
————————————————————————
r1418984 | vnsavage | 2016-05-17 10:59:31 -0700 (Tue, 17 May 2016) | 2 linesBring in a mysql_fetch_assoc() handler and fix a strict standards error which was reverted in the last commit
————————————————————————
r1410864 | vnsavage | 2016-05-05 02:26:19 -0700 (Thu, 05 May 2016) | 7 linesVarious improvements:
– Add MySQLi support with MySQL fallback
– Handle and retry MySQL timeouts
– Add support for track server states
– Add callbacks for: pre/post connect queries, pre/post query statements, adding query comments
– Better integration with the latest core wp-db features————————————————————————
r1398095 | vnsavage | 2016-04-18 00:27:38 -0700 (Mon, 18 Apr 2016) | 2 linesRemove extra spaces and PHP closing tag
————————————————————————
r1257090 | dd32 | 2015-09-30 20:12:41 -0700 (Wed, 30 Sep 2015) | 3 linesTag hyperdb 1.1 (which was previously in trunk) and bump the Tested-up-to version to 4.3.
Although WordPress.org is perfectly happy to have the stable version of a plugin in trunk, not everyone who uses hyperdb will realise this, plus it’s more reliable for them to have a tag to base off.Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemJust wipe your cron if it’s beyond salvageable like that. Empty the entry in the options table. If you have too much traffic that writes the same entry back over and over, stop all the servers for a moment, erase the entry, and restart them. That was the only way for me to get out of the undeletable cron.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemThe solution offered right above will just continue clearing and postponing and never running the Disqus sync cron job on a busy server.
I have posted a PR to https://github.com/disqus/disqus-wordpress/issues/113 that properly resolved the issue for me.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemI filed a new ticket with Disqus here explaining the problem. I’ve also pinged my Disqus contact. Hopefully, they’ll take it seriously and fix it soon https://github.com/disqus/disqus-wordpress/issues/113.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemThe problem has existed for years with Disqus and cron. Here’s a beautifully disastrous example of what can happen and why: https://core.trac.wordpress.org/ticket/15148#comment:9.
I hope someone from the team can take a look soon before more servers blow up.
Here’s a relevant pull request in their git https://github.com/disqus/disqus-wordpress/pull/103.
Are you using MyISAM? I’m using Innodb.
Forum: Plugins
In reply to: [External Links] strpos errorForum: Plugins
In reply to: [External Links] strpos errorForum: Plugins
In reply to: [Twinword Writer] Suggestion: stop words ignore supportAlso, I think the list should be set to not show words used only once, as there will be a ton of them, and once the stop word filter is in, maybe an option to highlight the cases of the same word being used more than N times (say, 5). That way we can quickly spot repetitions and hopefully avoid them.
Forum: Plugins
In reply to: [WordPress Menu Exporter] With WP 4.5, this plugin also exports pagesOh, I see what it’s doing – it’s exporting everything the menu items link to. The menu links to 4 pages, so it exports those too.
Not sure that’s a good idea and whether the import would overwrite the page data.
Forum: Plugins
In reply to: [24liveblog - live blog tool] Incompatible with HTTPS sitesSame issue here. Any word on fixing this?
Forum: Plugins
In reply to: [Regenerate Thumbnails] Bulk Select Option not avaialable anymore?I suspect it’s the same problem I just had – your Media is in grid mode rather than list (?mode=grid).
Click the list mode icon on the top left, and it should work.
Change the meta_key column of the wp_commentmeta table to 191 characters long from 255 to fix this.