Title: jc21's Replies | WordPress.org

---

# jc21

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDPR Cookie Compliance - Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law] Javascript errors](https://wordpress.org/support/topic/javascript-errors-34/)
 *  Thread Starter [jc21](https://wordpress.org/support/users/jc21/)
 * (@jc21)
 * [8 years ago](https://wordpress.org/support/topic/javascript-errors-34/#post-10284890)
 * Ahh nevermind me. Our stupidly outdated theme was using jquery 1.6, instead of
   the minimum 1.7 that is required by your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woopra Analytics Plugin] Needs update to support php7](https://wordpress.org/support/topic/needs-update-to-support-php7/)
 *  Thread Starter [jc21](https://wordpress.org/support/users/jc21/)
 * (@jc21)
 * [9 years ago](https://wordpress.org/support/topic/needs-update-to-support-php7/#post-9134824)
 * Here is our patched version for php7:
 * [https://public.jc21.com/wordpress/wordpress_woopra_php7_compatible-2.7.1.zip](https://public.jc21.com/wordpress/wordpress_woopra_php7_compatible-2.7.1.zip)
 * Install it as you would any other plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Offload Media Lite for Amazon S3, DigitalOcean Spaces, and Google Cloud Storage] Upload path is wrong](https://wordpress.org/support/topic/upload-path-is-wrong/)
 *  [jc21](https://wordpress.org/support/users/jc21/)
 * (@jc21)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/upload-path-is-wrong/#post-9047145)
 * I’ve digged in to this myself today and I believe the code logic is incorrect
   for our wordpress multisite setups.
 * File: `amazon-s3-and-cloudfront.php`
    Function: `get_dynamic_prefix`
 * There is a line that determines how to prefix the multisite dir:
 * `if ( defined( 'MULTISITE' ) ) {`
 * Which is incorrect. I do not define `MULTISITE` in my configuration but WordPress
   is defining it later in `wp-settings.php` as FALSE. The line should be:
 * `if ( defined( 'MULTISITE' ) && MULTISITE ) {`
 * And then later in that function, replace:
 * `if ( is_multisite() && ! ( is_main_network() && is_main_site() ) && false ==
   = strpos( $prefix, 'sites/' ) ) {`
 * with:
 * `if ( defined( 'MULTISITE' ) && MULTISITE && is_multisite() && ! ( is_main_network()&&
   is_main_site() ) && false === strpos( $prefix, 'sites/' ) ) {`
 * Would be great if this change made it to a new version so I don’t have to hotfix
   this plugin. Thanks
    -  This reply was modified 9 years, 1 month ago by [jc21](https://wordpress.org/support/users/jc21/).
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Comments turned off, but comments coming through!](https://wordpress.org/support/topic/comments-turned-off-but-comments-coming-through/)
 *  Thread Starter [jc21](https://wordpress.org/support/users/jc21/)
 * (@jc21)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/comments-turned-off-but-comments-coming-through/#post-524044)
 * No spam plugins. I thought pingbacks and trackbacks would identify themselves
   differently from user comments. Perhaps they should.
 * Nevertheless, shall turn off trackbacks and see what happens.

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