Title: mcprime's Replies | WordPress.org

---

# mcprime

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

 *   [Profile](https://wordpress.org/support/users/mcprime/)
 *   [Topics Started](https://wordpress.org/support/users/mcprime/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mcprime/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mcprime/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mcprime/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mcprime/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mcprime/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: [[WP Ultimate CSV Importer – WordPress CSV, XML & Excel Import] Please wait keeps loading](https://wordpress.org/support/topic/please-wait-keeps-loading/)
 *  [mcprime](https://wordpress.org/support/users/mcprime/)
 * (@mcprime)
 * [11 months, 4 weeks ago](https://wordpress.org/support/topic/please-wait-keeps-loading/#post-18646582)
 * I have the same issue. I checked on a network packet after confirming **Import
   each record as** step.
 * This is the error
 *     ```wp-block-code
       Warning: Undefined variable $data in /var/www/clients/client0/web8/web/wp-content/plugins/wp-ultimate-csv-importer/extensionModules/FeaturedMediaExtension.php on line 52
       ```
   
 * I fixed it by removing the line that contain $data and adjusting the code below.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hello Elementor] Strange Code on Functions.php](https://wordpress.org/support/topic/strange-code-on-functions-php/)
 *  Thread Starter [mcprime](https://wordpress.org/support/users/mcprime/)
 * (@mcprime)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/strange-code-on-functions-php/#post-18573279)
 * Hey [@r1k0](https://wordpress.org/support/users/r1k0/) ,
 * Thanks a ton for the heads-up and the clear explanation!
 * I’ll go through the WordPress hacked site guide and reach out to my hosting provider
   to check the logs — hopefully I can pinpoint when `functions.php` was edited.
   If I’ve got a clean backup from before that, I’ll restore it.
 * Really appreciate you taking the time to help me out. 🙏
 * Cheers
    -  This reply was modified 1 year, 1 month ago by [mcprime](https://wordpress.org/support/users/mcprime/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Country & Phone Field Contact Form 7] Default County Setup](https://wordpress.org/support/topic/default-county-setup/)
 *  [mcprime](https://wordpress.org/support/users/mcprime/)
 * (@mcprime)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/default-county-setup/#post-17879885)
 * Same thing happened to me. I checked the API used for geolocation and the API
   response is limited.
   So I changed the API url used for geolocation and adjusted
   variable used in the plugin file.Here’s how to do it:1. Go to Plugin editor and
   select Country & Phone Field Contact Form 7 plugin2. Go to file /includes/include-
   js-css.php3. Near line 138, comment the url and add new geolocation API url so
   it will be something like//url: “[https://reallyfreegeoip.org/json/&#8221](https://reallyfreegeoip.org/json/&#8221);,
   url: “[https://freeipapi.com/api/json/&#8221](https://freeipapi.com/api/json/&#8221);,
   4. Near line 140 in success callback, add adjusting variable so it will be something
   likesuccess: function(response){response.country_code = response.countryCode.
   toLowerCase();5. Done. You can test again
 * So in this case we only change added two line of code total. Hope this helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce database crash out of memory](https://wordpress.org/support/topic/woocommerce-database-crash-out-of-memory/)
 *  Thread Starter [mcprime](https://wordpress.org/support/users/mcprime/)
 * (@mcprime)
 * [3 years ago](https://wordpress.org/support/topic/woocommerce-database-crash-out-of-memory/#post-17016761)
 * Hi [@seank123](https://wordpress.org/support/users/seank123/) thanks for the 
   reply!
   It’s using VM for staging site. How do you know it don’t have enough RAM?
   Is my RAM not enough for minimum specification for Woocommerce?

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