Title: VFHwebdev's Replies - page 3 | WordPress.org

---

# VFHwebdev

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 141 total)

[←](https://wordpress.org/support/users/vfhwebdev/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/vfhwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/vfhwebdev/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/vfhwebdev/replies/page/4/?output_format=md)…
[8](https://wordpress.org/support/users/vfhwebdev/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/vfhwebdev/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/vfhwebdev/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/vfhwebdev/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Indexing ACF fields](https://wordpress.org/support/topic/indexing-acf-fields/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/indexing-acf-fields/#post-7611521)
 * A little more info. On further inspection, it looks like some of my fields are
   getting indexed. The ones that aren’t all appear to be “relationship” ACF fields.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error when updating taxonomy](https://wordpress.org/support/topic/error-when-updating-taxonomy/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-when-updating-taxonomy/#post-7529156)
 * BTW, I’ve tried deleting and recreating the specific terms that are problematic
   and it has had no effect. For some of the problem terms, I get the error message
   as soon as I click the edit link. For others it isn’t until I click update.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Moving users within a WP Network?](https://wordpress.org/support/topic/moving-users-within-a-wp-network/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years ago](https://wordpress.org/support/topic/moving-users-within-a-wp-network/#post-7362327)
 * I think I figured out how to do this with two mySQL commands.
 * INSERT INTO usermeta (user_id, meta_key, meta_value)
    SELECT user_id, ‘newBlogID_capabilities’,
   meta_value FROM `usermeta` WHERE meta_key=’oldBlogID_capabilities’
 * and
 * INSERT INTO usermeta (user_id, meta_key, meta_value)
    SELECT user_id, ‘newBlogID_user_level’,
   meta_value FROM `usermeta` WHERE meta_key=’oldBlogID_user_level’
 * Seems to have worked. I had to do a little clean up for the few users that were
   already in my new site.
 * This would be a really great feature to roll into WP in the future as part of
   some enhanced user management tools.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Super slow with large dataset](https://wordpress.org/support/topic/super-slow-with-large-dataset/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years ago](https://wordpress.org/support/topic/super-slow-with-large-dataset/#post-7349354)
 * Yep, that’s what I always do for managing the data itself. But when I need to
   manage table settings, column visibility, etc. There’s no way to avoid it. It’d
   be great if those settings could be managed separate from the data. I’ll try 
   using IE and see if it’s any better.
 * Thanks for a great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Cloner] Problem editing widgets in cloned site](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years ago](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/#post-7291415)
 * I think this was a problem with the php max_execution time setting on my server.
   When I upped it, things seemed to start working better. I still have to manually
   copy the media files. But this site had several GB worth of files, so that’s 
   not surprising.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Cloner] Problem editing widgets in cloned site](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years ago](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/#post-7291217)
 * Just cloning a secondary site. I’m using the most current WP.
 * There might be a permissions issue with the blogs.dir directory. I’ll look into
   that.
 * Just to be clear, the file deletion is happening when I delete a cloned site 
   using the regular “delete” in WP-Admin.
 * Instead of deleting the files from the cloned directory, the original files from
   the source site are getting deleted.
 * I’m in the midst of a restore from backup right now. Will dive back into the 
   cloning issue once that’s done.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Cloner] Problem editing widgets in cloned site](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years ago](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/#post-7291206)
 * I’m noticing something else that might be helpful in troubleshooting this.
 * First, I’m having to manually copy my site’s files from the blogs.dir directory.
   That wasn’t really a big deal so I’d chalked it up as nothing to worry about 
   or mention.
 * But now I’ve noticed that when I delete a cloned site using WP admin, it’s deleting
   the files stored in the blogs.dir for the original site.
 * I’m wondering if something is going wrong when cloning the site in the first 
   place. Maybe some site meta settings aren’t getting updated for some reason?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Cloner] Problem editing widgets in cloned site](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years ago](https://wordpress.org/support/topic/problem-editing-widgets-in-cloned-site/#post-7291173)
 * Thanks. I disabled all my plugins and the problem persists.
 * I checked the JS console and am seeing a “500 Internal Server Error” on
 * [my site url]/wp-admin/admin-ajax.php
 * I don’t get that error on my uncloned sites. Only my cloned site.
 * -Trey
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] Checkbox values](https://wordpress.org/support/topic/checkbox-values-2/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/checkbox-values-2/#post-7121706)
 * The more I thought about this, the more familiar it felt. Sure enough, I’ve run
   into this before. Here’s what you have to do. It’s not an elegant or scaleable
   solution. But it is a solution.
 * [https://wordpress.org/support/topic/how-to-get-values-form-checkbox?replies=5](https://wordpress.org/support/topic/how-to-get-values-form-checkbox?replies=5)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Crop-Thumbnails] Help with similar aspect ratios](https://wordpress.org/support/topic/help-with-similar-aspect-ratios/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/help-with-similar-aspect-ratios/#post-6836740)
 * This works perfectly! Thanks so much for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Crop-Thumbnails] Help with similar aspect ratios](https://wordpress.org/support/topic/help-with-similar-aspect-ratios/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/help-with-similar-aspect-ratios/#post-6836637)
 * Great! Yeah, I didn’t mean literally hardcoded in the plugin, but with the filter,
   I’m essentially telling Crop-Thumbnails what aspect ratio to use for each thumbnail.
   I think this will do what I need!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Crop-Thumbnails] Help with similar aspect ratios](https://wordpress.org/support/topic/help-with-similar-aspect-ratios/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/help-with-similar-aspect-ratios/#post-6836391)
 * I’m not sure I follow you. So would I essentially be hardcoding the ratio for
   each of my thumbnail sizes?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gateway timeout on import](https://wordpress.org/support/topic/gateway-timeout-on-import/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/gateway-timeout-on-import/#post-6308969)
 * It really shouldn’t surprise me what sort of things plugins can interfere with.
   This turned out to be caused by the Image Teleporter plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MultiSite Clone Duplicator] Fatal error on activation](https://wordpress.org/support/topic/fatal-error-on-activation-57/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-on-activation-57/#post-6055161)
 * Ok, just got back to this and duplicated my first site. Holy cow, that worked
   wonders! I’m very impressed. Thanks for the great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MultiSite Clone Duplicator] Fatal error on activation](https://wordpress.org/support/topic/fatal-error-on-activation-57/)
 *  Thread Starter [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-on-activation-57/#post-6055081)
 * Sorry for the delayed response. Just got back to this. I was able to activate
   the plugin. But I haven’t had time to test it out by duplicating a site. Thanks
   so much for the quick response!

Viewing 15 replies - 31 through 45 (of 141 total)

[←](https://wordpress.org/support/users/vfhwebdev/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/vfhwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/vfhwebdev/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/vfhwebdev/replies/page/4/?output_format=md)…
[8](https://wordpress.org/support/users/vfhwebdev/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/vfhwebdev/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/vfhwebdev/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/vfhwebdev/replies/page/4/?output_format=md)