Title: Pete's Replies | WordPress.org

---

# Pete

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/angio/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/angio/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/angio/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/angio/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/angio/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/angio/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Cloner] Not working in latest WordPress version](https://wordpress.org/support/topic/not-working-in-latest-wordpress-version/)
 *  Thread Starter [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/not-working-in-latest-wordpress-version/#post-8984028)
 * [@manuelrazzari](https://wordpress.org/support/users/manuelrazzari/) it’s actually
   s2member plugin causing the problem.
 * If s2member is network activated. The cloned site is my main site. Once I disabled
   s2Member from being network activated. I then activated s2 on the site being 
   cloned. Cloning then works when I register on the frontend of my main site through
   a custom form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Cloner] Not working in latest WordPress version](https://wordpress.org/support/topic/not-working-in-latest-wordpress-version/)
 *  Thread Starter [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/not-working-in-latest-wordpress-version/#post-8956781)
 * [@manuelrazzari](https://wordpress.org/support/users/manuelrazzari/) it seems
   I had this in my themes functions file while testing some dev work I forgot about
   it.
 * `remove_action( 'wpmu_new_blog', 'newblog_notify_siteadmin', 10, 2 );`
 * This seems to have caused the plugin to not copy the specified site but use some
   default
 * So the problem was my theme which was being customized had disabled an action
   your plugin setup uses
    -  This reply was modified 9 years, 3 months ago by [Pete](https://wordpress.org/support/users/angio/).
    -  This reply was modified 9 years, 3 months ago by [Pete](https://wordpress.org/support/users/angio/).
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [wpmu_create_blog is very slow](https://wordpress.org/support/topic/wpmu_create_blog-is-very-slow/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/wpmu_create_blog-is-very-slow/#post-8906134)
 * [@bradyglen](https://wordpress.org/support/users/bradyglen/) what was the fix
   for speeding up the `wpmu_create_blog` function
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authorize.net AIM Payment Gateway For WooCommerce] Fatal Error](https://wordpress.org/support/topic/fatal-error-1523/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-1523/#post-5805388)
 * WooCommerce no longer uses add_error, you must replace those lines with
 * wc_add_notice(__(‘(Transaction Error) ‘. $response_array[3], ‘wc-tech-authoaim’));
 * **wc_add_notice**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Validation format is floating](https://wordpress.org/support/topic/validation-format-is-floating/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/validation-format-is-floating/#post-5102394)
 * If switching themes worked, it means that your current themes style sheet is 
   overriding CF7 styles and causing the form fields to display incorrectly. It’s
   not a solution to switch themes but a method to debug if it’s the theme or contact
   form. It’s your theme causing the problem, post a link to your site if you want
   help with the CSS though this isn’t really the forum for that. You should post
   to your themes support forum or stackoverflow. This is purely CSS related.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Replace] Deleted My Text Widgets](https://wordpress.org/support/topic/deleted-my-text-widgets/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/deleted-my-text-widgets/#post-4949156)
 * I saw a similar post where text widgets were being deleted after running a search
   and replace across the entire database. I don’t really understand why the options
   are being deleted. If a string is found in a serialized array in the options 
   table from a text widget. Why is the widget being deleted? Can’t the array be
   unserialized, have the string replaced, re-serialized and updated in the options
   field?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] using wpcf7_before_send_mail action](https://wordpress.org/support/topic/using-wpcf7_before_send_mail-action/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/using-wpcf7_before_send_mail-action/#post-5100327)
 * [@timrussell](https://wordpress.org/support/users/timrussell/), would you mind
   showing your code. I’m also using an action hook in a plugin which has completely
   stopped working. The example methods on CF7’s site i’d be able to use, but my
   code has completely stopped working. I posted a few questions before yours in
   this forum with my sample code.
 * [http://wordpress.org/support/topic/my-plugin-using-wpcf7_before_send_mail-isnt-working?replies=1](http://wordpress.org/support/topic/my-plugin-using-wpcf7_before_send_mail-isnt-working?replies=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] How to use action hooks in the latest version](https://wordpress.org/support/topic/how-to-use-action-hooks-in-the-latest-version/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/how-to-use-action-hooks-in-the-latest-version/#post-5098618)
 * I’d also like to know what has changed for hooks and filters. I have a custom
   plugin using ‘wpcf7_before_send_mail’ and it’s not working any longer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel] Duplicate Import Entries](https://wordpress.org/support/topic/duplicate-import-entries/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/duplicate-import-entries/#post-5078924)
 * I’m also having the same problem. When I import I have duplicate entries made
   if I enter more than 1 server request.
 * Our PHP version is PHP Version 5.5.9-1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Replace] PHP 5.5 incompatibility](https://wordpress.org/support/topic/php-55-incompatibility/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/php-55-incompatibility/#post-4863213)
 * [@rong](https://wordpress.org/support/users/rong/)
 * I was getting the errors below in the WordPress debug.log. I see your new code
   doesn’t use **mysql_query**. The updated file you linked to is working
 * [09-Jul-2014 19:26:29 UTC] PHP Warning: mysql_query(): Access denied for user‘
   www-data’@’localhost’ (using password: NO) in /var/www/html/wp-content/plugins/
   search-and-replace/search-and-replace.php on line 484
 * [09-Jul-2014 19:26:29 UTC] PHP Warning: mysql_query(): A link to the server could
   not be established in /var/www/html/wp-content/plugins/search-and-replace/search-
   and-replace.php on line 484
 * I’m on WordPress 3.9.1
 * PHP Version 5.5.9-1ubuntu4.2
 * When will you push an update to WordPress.org?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP CSV] Could not get it to work without timeout..](https://wordpress.org/support/topic/could-not-get-it-to-work-without-timeout/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years ago](https://wordpress.org/support/topic/could-not-get-it-to-work-without-timeout/#post-7784885)
 * Timeouts occur on most servers when importing any type of file not just a CSV.
   Getting large files to import is a matter of PHP configuration, maximum execution
   time, maximum memory limit and other settings. WordPress configuration can also
   affect upload/import performance.
 * You shouldn’t rate this one star based on your lack of knowledge in server configuration.
   Try dragging and dropping a few hundred images in to the WordPress media uploader
   and you’ll run into the same problem, your server timesout chokes and stops uploading.
 * If you need to remove 3000 posts in one go that’s another topic all together 
   but not very difficult to find a query to do just that.
 * The plugin works perfectly well, better than paid plugins. How many rows of data
   you attempt to import is up to you, but don’t expect most shared servers to handle
   more than a few hundred rows of data with minimal field values.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce CSV importer] Product Descriptions Cut Off](https://wordpress.org/support/topic/product-descriptions-cut-off/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/product-descriptions-cut-off/#post-4892065)
 * I’m having the same problem, I thought it was because my product descriptions
   contained the separator character but after a few tests with a very unique character
   and exporting from open office i’m still having trouble importing. The descriptions
   are still getting cut off
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Defer Loading] weird code showing on the header](https://wordpress.org/support/topic/weird-code-showing-on-the-header/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/weird-code-showing-on-the-header/#post-4526544)
 * Actually the problem is still appearing can you please check my email and the
   website, the problem code is now in the footer since i’ve updated your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Defer Loading] weird code showing on the header](https://wordpress.org/support/topic/weird-code-showing-on-the-header/)
 *  [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/weird-code-showing-on-the-header/#post-4526543)
 * Hi
 * I also had a similar problem which I emailed you about from your contact form.
   I’ve updated the plugin to the latest version from github and it seems to have
   resolved the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] BUG Received payment for recurring invoice](https://wordpress.org/support/topic/bug-received-payment-for-recurring-invoice/)
 *  Thread Starter [Pete](https://wordpress.org/support/users/angio/)
 * (@angio)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bug-received-payment-for-recurring-invoice/#post-4544049)
 * That’s fine thanks for the response

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

1 [2](https://wordpress.org/support/users/angio/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/angio/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/angio/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/angio/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/angio/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/angio/replies/page/2/?output_format=md)