Title: bartv42's Replies | WordPress.org

---

# bartv42

  [  ](https://wordpress.org/support/users/bartv42/)

 *   [Profile](https://wordpress.org/support/users/bartv42/)
 *   [Topics Started](https://wordpress.org/support/users/bartv42/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bartv42/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bartv42/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bartv42/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bartv42/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bartv42/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/bartv42/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bartv42/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lazy Load for Videos] Videos don’t expand in the editor anymore](https://wordpress.org/support/topic/videos-dont-expand-in-the-editor-anymore/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/videos-dont-expand-in-the-editor-anymore/#post-17177532)
 * Bump 🙂 Can I get some help with this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XPoster - Share to Bluesky and Mastodon] Conflict with PublishPress/Classic Editor post status](https://wordpress.org/support/topic/conflict-with-publishpress-classic-editor-post-status/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/conflict-with-publishpress-classic-editor-post-status/#post-14850160)
 * 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:
 * > [View post on imgur.com](https://imgur.com/a/cV3A8AH)
 * 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: bart.veldhuizen@gmail.com
       Admin Email: bart.veldhuizen@gmail.com
   
       ==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://wordpress.org/themes/twentytwentyone/
       Parent:
       Version: 1.4
   
       ==Active Plugins:==
       Classic Editor: 1.6.2; https://wordpress.org/plugins/classic-editor/
       PublishPress: 3.6.0; https://publishpress.com/
       WP to Twitter: 3.5.3; http://www.joedolson.com/wp-to-twitter/
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Planner - Editorial Calendar, Marketing Content, Kanban Board] Post status in Edit Post screen incorrect since 3.5.1](https://wordpress.org/support/topic/post-status-in-edit-post-screen-incorrect-since-3-5-1/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/post-status-in-edit-post-screen-incorrect-since-3-5-1/#post-14826118)
 * No errors, but I do see these warnings: [https://imgur.com/a/ElISCk6](https://imgur.com/a/ElISCk6)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Make Connector] The plugin will crash bigger sites](https://wordpress.org/support/topic/the-plugin-will-crash-bigger-sites/)
 *  [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/the-plugin-will-crash-bigger-sites/#post-14575476)
 * After 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, 12 months ago by [bartv42](https://wordpress.org/support/users/bartv42/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Make Connector] The plugin will crash bigger sites](https://wordpress.org/support/topic/the-plugin-will-crash-bigger-sites/)
 *  [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/the-plugin-will-crash-bigger-sites/#post-14575460)
 * Same here. I had to substantially increase PHP memory to run this – something
   feels very wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] Subdomain Multisite install : not showing links on subdomains](https://wordpress.org/support/topic/subdomain-multisite-install-not-showing-links-on-subdomains/)
 *  [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/subdomain-multisite-install-not-showing-links-on-subdomains/#post-14294186)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edit Flow] WordPress 5.6 support](https://wordpress.org/support/topic/wordpress-5-6-support/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-5-6-support/#post-13931087)
 * Update: 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](https://wptavern.com/edit-flow-future-in-flux-here-are-5-alternative-plugins)
    -  This reply was modified 5 years, 5 months ago by [bartv42](https://wordpress.org/support/users/bartv42/).
    -  This reply was modified 5 years, 5 months ago by [bartv42](https://wordpress.org/support/users/bartv42/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edit Flow] WordPress 5.6 support](https://wordpress.org/support/topic/wordpress-5-6-support/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-5-6-support/#post-13929212)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edit Flow] WordPress 5.6 support](https://wordpress.org/support/topic/wordpress-5-6-support/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wordpress-5-6-support/#post-13780208)
 * Nothing?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Editorial Calendar] Feature request: start week view at today](https://wordpress.org/support/topic/feature-request-start-week-view-at-today/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/feature-request-start-week-view-at-today/#post-13296529)
 * I 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 Days
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Images Reloaded] Disable by default](https://wordpress.org/support/topic/disable-by-default/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/disable-by-default/#post-8955027)
 * Brilliant, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Update more frequently in first hour?](https://wordpress.org/support/topic/update-more-frequently-in-first-hour/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/update-more-frequently-in-first-hour/#post-8834378)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SparkPost] Sparkpost plugin stripping Reply-to from Gravity Forms notifications](https://wordpress.org/support/topic/sparkpost-plugin-stripping-reply-to-from-gravity-forms-notifications/)
 *  Thread Starter [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/sparkpost-plugin-stripping-reply-to-from-gravity-forms-notifications/#post-7281306)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Better Emails] Gravity Forms HTML, but no space at the top](https://wordpress.org/support/topic/gravity-forms-html-but-no-space-at-the-top/)
 *  [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gravity-forms-html-but-no-space-at-the-top/#post-6304417)
 * Thanks, I’ll try that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Better Emails] Gravity Forms HTML, but no space at the top](https://wordpress.org/support/topic/gravity-forms-html-but-no-space-at-the-top/)
 *  [bartv42](https://wordpress.org/support/users/bartv42/)
 * (@bartv42)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gravity-forms-html-but-no-space-at-the-top/#post-6304415)
 * HI worldtravlr,
 * I have the same issue. Did you find a solution?
 * Thanks!

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/bartv42/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bartv42/replies/page/2/?output_format=md)