Title: Matt Rose's Replies | WordPress.org

---

# Matt Rose

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] js error mc4wp is not defined](https://wordpress.org/support/topic/js-error-mc4wp-is-not-defined/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/js-error-mc4wp-is-not-defined/#post-12426453)
 * I’m getting the same error.
 * Appears to be from the file `./assets/js/src/integration/mc4wp.js` – MailChimp
   is installed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics for WooCommerce] Missing Quotation Mark on google-analytics.com/analytics.js](https://wordpress.org/support/topic/missing-quotation-mark-on-google-analytics-com-analytics-js/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/missing-quotation-mark-on-google-analytics-com-analytics-js/#post-11898063)
 * If your site uses the `woocommerce_google_analytics_script_src` filter then I
   suggest that you patch `/includes/class-wc-google-analytics-js.php` with the 
   following:
 *     ```
       $ga_snippet_head = "(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
       })(window,document,'script', '$src', '" . self::tracker_var() . "');";
       ```
   
 * (starting at line 243)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Not working with WordPress 5.0](https://wordpress.org/support/topic/not-working-with-wordpress-5-0/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/not-working-with-wordpress-5-0/#post-10968796)
 * I get the same as above on a custom theme (underscores based) that clears when
   I deactivate the plugin.
 * I get a little more info in my error message:
    `mod_fcgid: stderr: PHP Fatal 
   error: Uncaught Error: Class 'Tribe__Events__Main' not found in /home/linweb29/
   m/mdvconsulting.co/user/htdocs/wp-content/plugins/event-tickets/src/Tribe/Editor/
   Compatibility/Tickets.php:43`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loushou: ACF for WooCommerce] Previous form entry visible on next form view](https://wordpress.org/support/topic/previous-form-entry-visible-on-next-form-view/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/previous-form-entry-visible-on-next-form-view/#post-9026795)
 * I made a quick tool to remove the extra fields from the admin tools.
 * [https://gist.github.com/boswall/a6e0af65188a2d341e519cfc354bbe09](https://gist.github.com/boswall/a6e0af65188a2d341e519cfc354bbe09)
 * Feel free to use if it helps you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loushou: ACF for WooCommerce] Previous form entry visible on next form view](https://wordpress.org/support/topic/previous-form-entry-visible-on-next-form-view/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/previous-form-entry-visible-on-next-form-view/#post-9022407)
 * I’m assuming that no one has heard from [@loushou](https://wordpress.org/support/users/loushou/)
   about this?
 * I’ve just hit the same issue and it’s a real problem; the client was using it
   to collect sensitive data.
 * A wild guess here, but would an action to remove the `checkout_0_` options every
   time the checkout is loaded help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-comments-post.php not reading REQUEST_METHOD correctly](https://wordpress.org/support/topic/wp-comments-post-php-not-reading-request_method-correctly/)
 *  Thread Starter [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wp-comments-post-php-not-reading-request_method-correctly/#post-8416906)
 * Thanks [@t-p](https://wordpress.org/support/users/t-p/) but this is a core WP
   file that, at this line, has not even loaded WordPress. So it cannot be a bad
   theme / plugin, it hasn’t even loaded the database connection yet and the memory
   footprint is 1.56KB at this point. So I don’t think it’s those.
 * Oh! and there are no PHP error messages, even with WP_DEBUG on (it hasn’t loaded
   WP yet)
 * I thought it could be the hosting environment but if I add `echo var_dump($_SERVER);`
   after the headers that return the error. I can see `'REQUEST_METHOD' => "POST"`
   so it must be getting through to PHP but something is triggering this error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Crop-Thumbnails] PHP Parse error in PHP5.3](https://wordpress.org/support/topic/php-parse-error-in-php53/)
 *  Thread Starter [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-parse-error-in-php53/#post-7406185)
 * Thank you Volkmar, that update has fixed it.
 * I agree, an updated PHP or new host would be a better fix. Sadly, this is not
   viable in this case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Twitter Feed Widget] "Unable to get tweets" from cache when Tweets have Emoji](https://wordpress.org/support/topic/unable-to-get-tweets-from-cache-when-tweets-have-emoji/)
 *  Thread Starter [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/unable-to-get-tweets-from-cache-when-tweets-have-emoji/#post-5713351)
 * Perfect!
 * Appears to be all working in this instance. I’ll maybe try some random emoji 
   to see if anything slips through.
 * I use this plugin of a few sites as it does exactly what it needs to but doesn’t
   add any rubbish or styling. Just want to say “thank you”.
 * PS – Is this any use to you? [https://github.com/twitter/twemoji](https://github.com/twitter/twemoji)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Twitter Feed Widget] "Unable to get tweets" from cache when Tweets have Emoji](https://wordpress.org/support/topic/unable-to-get-tweets-from-cache-when-tweets-have-emoji/)
 *  Thread Starter [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/unable-to-get-tweets-from-cache-when-tweets-have-emoji/#post-5713293)
 * I don’t know the emoji string, but the tweet on Twitter shows as :
 * <img class=”twitter-emoji” src=”[https://abs.twimg.com/emoji/v1/72×72/1f60a.png&#8221](https://abs.twimg.com/emoji/v1/72×72/1f60a.png&#8221);
   draggable=”false” alt=”😊” title=”Smiling face with smiling eyes” aria-label=”
   Emoji: Smiling face with smiling eyes”>
 * I don’t quite understand emoji yet – it that `1f60a` ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flickr API] Flickr API HTTPS](https://wordpress.org/support/topic/flickr-api-https/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/flickr-api-https/#post-4988061)
 * Thanks for this tip-off mleis_de – helped me work out why my pictures had disappeared.
 * No, this plugin does not use the https calls and looks to have been ignored lately.
 * I only had to change flickr.php line 603:
    `$url = "http://api.flickr.com/services/
   rest/";` to `$url = "https://api.flickr.com/services/rest/";`
 * …and images appeared again.
 * Might be worth a try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGEN auto-inserts wp_head & wp_footer](https://wordpress.org/support/topic/nextgen-auto-inserts-wp_head-wp_footer/)
 *  [Matt Rose](https://wordpress.org/support/users/boswall/)
 * (@boswall)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/nextgen-auto-inserts-wp_head-wp_footer/#post-4094446)
 * I’ve been leaving `wp_head()` and `wp_footer()` on purpose (to create an email
   template) – all working well until the admin toolbar and random scripts started
   appearing recently.
 * I’ve taken to trying to dequeue all the scripts and styles but still not getting
   rid of everything.
 * Is this something that might be fixed in the future? Or should I find a way to
   disable NGG on this page?

Viewing 11 replies - 1 through 11 (of 11 total)