bartv42
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load for Videos] Videos don’t expand in the editor anymoreBump 🙂 Can I get some help with this?
Hey Joe!
I just tried on a new installation with only PublishPress, Classic Editor and WP to Twitter installed and was able to reproduce this – see this video:
Here’s the requested plugin support information:
The following additional information will be sent with your support request: ================ Installation Data ==================== ==WP to Twitter== Version: 3.5.3 Twitter username: http://twitter.com/ License Key: none ==WordPress:== Version: 5.8 URL: http://localhost/wordpress-5.8 Install: http://localhost/wordpress-5.8 Language: en-US Charset: UTF-8 User Email: [email protected] Admin Email: [email protected] ==Extra info:== PHP Version: 7.4.16 Server Software: Apache/2.4.46 (Ubuntu) User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 ==Theme:== Name: Twenty Twenty-One URI: https://ww.wp.xz.cn/themes/twentytwentyone/ Parent: Version: 1.4 ==Active Plugins:== Classic Editor: 1.6.2; https://ww.wp.xz.cn/plugins/classic-editor/ PublishPress: 3.6.0; https://publishpress.com/ WP to Twitter: 3.5.3; http://www.joedolson.com/wp-to-twitter/No errors, but I do see these warnings: https://imgur.com/a/ElISCk6
Forum: Plugins
In reply to: [Make Connector] The plugin will crash bigger sitesAfter a little digging I found the culprit: class/RestResponse.php:getMetafieldsWithPostTypes contains a query that returns an obscene amount of data that causes the large memory consumption and timeouts in my case. This is really sloppy coding and needs to be fixed by Integromat.
Since I don’t need these fields in my apps, I simply disabled with:
private static function getMetafieldsWithPostTypes() { // BART return []; // END BART global $wpdb; $query = " SELECT p.post_type, m.meta_key FROM " . $wpdb->base_prefix . "postmeta m INNER JOIN " . $wpdb->base_prefix . "posts p ON p.ID = m.post_id ORDER BY post_type, meta_key- This reply was modified 4 years, 11 months ago by bartv42.
Forum: Plugins
In reply to: [Make Connector] The plugin will crash bigger sitesSame here. I had to substantially increase PHP memory to run this – something feels very wrong.
I followed the steps above and checked only ‘posts’, but when I force a rescan it detects zero posts:
[2021-04-08 15:31:55 +00:00] INFO: … Forced resynchronization initiated
[2021-04-08 15:31:55 +00:00] INFO: … Deleting invalid container records
[2021-04-08 15:31:55 +00:00] INFO: … 0 synch records deleted in 0,000 seconds
[2021-04-08 15:31:55 +00:00] INFO: … Deleting invalid link instances
[2021-04-08 15:31:55 +00:00] INFO: … 0 instances deleted in 0,000 seconds
[2021-04-08 15:31:55 +00:00] INFO: … 0 more instances deleted in 0,000 seconds
[2021-04-08 15:31:55 +00:00] INFO: … Deleting orphaned links
[2021-04-08 15:31:55 +00:00] INFO: … 0 links deleted in 0,000 seconds
[2021-04-08 15:31:55 +00:00] INFO: … (Re)creating container records
[2021-04-08 15:31:55 +00:00] INFO: …… Creating synch records for these post types: post that have one of these statuses: publish
[2021-04-08 15:31:55 +00:00] INFO: …… 0 rows inserted in 0,001 seconds
[2021-04-08 15:31:55 +00:00] INFO: … Setting resync. flags
[2021-04-08 15:31:55 +00:00] INFO: Database resynchronization complete.`
`Forum: Plugins
In reply to: [Edit Flow] WordPress 5.6 supportUpdate: I talked to one of the former developers and he is confirmed this project is no longer being maintained. Here’s more information and a few alternatives, including a fork of EF: https://wptavern.com/edit-flow-future-in-flux-here-are-5-alternative-plugins
Forum: Plugins
In reply to: [Edit Flow] WordPress 5.6 supportI’m afraid this plugin is dead. The issue has been known for months but there has been zero response by the developers here. Time to move on 🙁
Forum: Plugins
In reply to: [Edit Flow] WordPress 5.6 supportNothing?
Forum: Plugins
In reply to: [Editorial Calendar] Feature request: start week view at todayI did a quick hack for my own use and I rather like it so far. Perhaps you could change the view options to:
Show on screen:
– One week
– Two weeks
– 7 DaysForum: Plugins
In reply to: [Comment Images Reloaded] Disable by defaultBrilliant, thanks!
Thanks!
I know, I did post on GitHub as the issue has obviously not been solved correctly, but I didn’t get any response yet..
Forum: Plugins
In reply to: [WP Better Emails] Gravity Forms HTML, but no space at the topThanks, I’ll try that!
Forum: Plugins
In reply to: [WP Better Emails] Gravity Forms HTML, but no space at the topHI worldtravlr,
I have the same issue. Did you find a solution?
Thanks!