Pete
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Cloner] Not working in latest WordPress version@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
In reply to: [Multisite Cloner] Not working in latest WordPress version@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
Forum: Networking WordPress
In reply to: wpmu_create_blog is very slow@bradyglen what was the fix for speeding up the
wpmu_create_blogfunctionForum: Plugins
In reply to: [Authorize.net AIM Payment Gateway For WooCommerce] Fatal ErrorWooCommerce 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
In reply to: [Contact Form 7] Validation format is floatingIf 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
In reply to: [Search & Replace] Deleted My Text WidgetsI 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
In reply to: [Contact Form 7] using wpcf7_before_send_mail action@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://ww.wp.xz.cn/support/topic/my-plugin-using-wpcf7_before_send_mail-isnt-working?replies=1
Forum: Plugins
In reply to: [Contact Form 7] How to use action hooks in the latest versionI’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.
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
In reply to: [Search & Replace] PHP 5.5 incompatibilityI 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 ww.wp.xz.cn?
Forum: Reviews
In reply to: [WP CSV] Could not get it to work without timeout..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
In reply to: [Woocommerce CSV importer] Product Descriptions Cut OffI’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
In reply to: [WP Defer Loading] weird code showing on the headerActually 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
In reply to: [WP Defer Loading] weird code showing on the headerHi
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.
That’s fine thanks for the response