Title: dwsmart's Replies | WordPress.org

---

# dwsmart

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Local Google Analytics for Wordpress - caches external requests] Parse error: syntax error, unexpected ‘)’ in](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-in-12/)
 *  [dwsmart](https://wordpress.org/support/users/dwsmart/)
 * (@dwsmart)
 * [4 years ago](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-in-12/#post-15623080)
 * You’d have to edit the file as above.
 * Or wait for the plugin author to fix this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Local Google Analytics for Wordpress - caches external requests] Parse error: syntax error, unexpected ‘)’ in](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-in-12/)
 *  [dwsmart](https://wordpress.org/support/users/dwsmart/)
 * (@dwsmart)
 * [4 years ago](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-in-12/#post-15623021)
 * The error is in wp-content/plugins/google-analytics-for-wordpress/lite/includes/
   admin/user-journey/providers/woocommerce.php,
 * There’s an extra , snuck in, changing (starting on line 94):
 *     ```
       <?php echo sprintf(
                                           __( '%1$sPlus%2$s, upgrading to pro will unlock %3$sall%4$s of advanced reports, tracking, and integrations. <a target="_blank" href="%5$s" title="Upgrade">Learn more about Pro</a>', 'monsterinsights' ),
                                           '<strong>',
                                           '</strong>',
                                           '<strong>',
                                           '</strong>',
                                           esc_url( $learn_more ),
                                           ) ?>
       ```
   
 * to
 *     ```
       <?php echo sprintf(
                                           __( '%1$sPlus%2$s, upgrading to pro will unlock %3$sall%4$s of advanced reports, tracking, and integrations. <a target="_blank" href="%5$s" title="Upgrade">Learn more about Pro</a>', 'monsterinsights' ),
                                           '<strong>',
                                           '</strong>',
                                           '<strong>',
                                           '</strong>',
                                           esc_url( $learn_more )
                                           ) ?>
       ```
   
 * Seems to fix things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Social Icons] Removing title tag from icon SVG’s](https://wordpress.org/support/topic/removing-title-tag-from-icon-svgs/)
 *  Thread Starter [dwsmart](https://wordpress.org/support/users/dwsmart/)
 * (@dwsmart)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/removing-title-tag-from-icon-svgs/#post-10069758)
 * Hi Nick,
 * Fully agree it’s really something google should fix, but perhaps they could be
   a little more descriptive than ‘Behance’ for accessibility reasons?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Cannot uninstall](https://wordpress.org/support/topic/cannot-uninstall-6/)
 *  Thread Starter [dwsmart](https://wordpress.org/support/users/dwsmart/)
 * (@dwsmart)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/cannot-uninstall-6/#post-7280545)
 * Hi,
 * That’s sorted it, thanks!
 * No, or rather not for our situation, we wanted to clone the site to a sub domain
   on a different server.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] CRITICAL BUG – 'RuntimeException thrown', whole site down](https://wordpress.org/support/topic/critical-bug-runtimeexception-thrown-whole-site-down/)
 *  [dwsmart](https://wordpress.org/support/users/dwsmart/)
 * (@dwsmart)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/critical-bug-runtimeexception-thrown-whole-site-down/#post-3975713)
 * datenwerk’s solution worked for me. Many thanks

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