Title: simon1970's Replies | WordPress.org

---

# simon1970

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] How to find ACF data in the database?](https://wordpress.org/support/topic/how-to-find-acf-data-in-the-database/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-find-acf-data-in-the-database/#post-18029682)
 * If this helps anyone, here is the query I used to replace a substring with another
   string in phpMyAdmin. The meta_key is the name I gave to the custom field (dimensions):
 * UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ’60 x ‘, ‘60.0 x ‘) WHERE
   meta_key = ‘dimensions’;
 * The mistake I had made was in the format of the numbers, with the default format
   having 1 decimal place. The decimal was missing from every instance with the 
   number 60, so the query adds the ‘.0′ to every instance of ’60’ within the table.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] How to find ACF data in the database?](https://wordpress.org/support/topic/how-to-find-acf-data-in-the-database/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-find-acf-data-in-the-database/#post-18029647)
 * I have now found the data I was looking for by searching the entire database 
   for a specific string. The data was stored in the wp_postmeta table with a meta_key
   of ‘dimensions’, which is the name I gave to the custom field when I created 
   it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to find Woocommerce Product Additional Information in the database?](https://wordpress.org/support/topic/how-to-find-woocommerce-product-additional-information-in-the-database-2/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-find-woocommerce-product-additional-information-in-the-database-2/#post-18029639)
 * Thank you, I have now found the data I was looking for by searching the entire
   database for a specific string. The data was stored in the wp_postmeta table 
   with a meta_key of ‘dimensions’.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to find Woocommerce Product Additional Information in the database?](https://wordpress.org/support/topic/how-to-find-woocommerce-product-additional-information-in-the-database-2/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-find-woocommerce-product-additional-information-in-the-database-2/#post-18028630)
 * [@serafinnyc](https://wordpress.org/support/users/serafinnyc/) Hi Stef, thank
   you for your reply. I just realised that the Product Additional Information on
   my website is a field that I added using a plugin called Advanced Custom Fields.
   This must be why I can’t find the data in the database. Would you happen to know
   where I could find the data for that plugin in the database?
 * Thanks.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How to find Woocommerce Product Additional Information in the database?](https://wordpress.org/support/topic/how-to-find-woocommerce-product-additional-information-in-the-database/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-find-woocommerce-product-additional-information-in-the-database/#post-18028540)
 * [@threadi](https://wordpress.org/support/users/threadi/) Thank you, I have just
   asked the question in the plugin/woocommerce section.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customizer Export/Import] Child Theme: Error importing settings! The settings you uploaded…](https://wordpress.org/support/topic/child-theme-error-importing-settings-the-settings-you-uploaded/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/child-theme-error-importing-settings-the-settings-you-uploaded/#post-15647409)
 * I believe I have resolved the issue. The Blocksy theme has its own built-in customization
   settings exporter that can be found under Customize > General > Manage Options
   >
 * Using this export method instead of the plugin resolved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Firewall – Malicious File Upload (PHP) blocking users from uploading images](https://wordpress.org/support/topic/firewall-malicious-file-upload-php-blocking-users-from-uploading-images/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/firewall-malicious-file-upload-php-blocking-users-from-uploading-images/#post-8854061)
 * My apologies, I think it might be something to do with a caching plugin…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Firewall – Malicious File Upload (PHP) blocking users from uploading images](https://wordpress.org/support/topic/firewall-malicious-file-upload-php-blocking-users-from-uploading-images/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/firewall-malicious-file-upload-php-blocking-users-from-uploading-images/#post-8853997)
 * Hello,
 * I am the user who first posted this question. I just tested for the problem again
   and notice that it has now been resolved, however I have discovered a new problem.
   When a user edits the title or description of a photo, the new changes do not
   save when the Malicious File Upload is checked in the Wordfence Firewall. I unchecked
   the setting and the photo title and description changes would then save as normal.
 * Any ideas why this is happening? I would like my users to be able to edit the
   titles of their photos.
 * Thanks,
 * Simon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Firewall – Malicious File Upload (PHP) blocking users from uploading images](https://wordpress.org/support/topic/firewall-malicious-file-upload-php-blocking-users-from-uploading-images/)
 *  Thread Starter [simon1970](https://wordpress.org/support/users/simon1970/)
 * (@simon1970)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/firewall-malicious-file-upload-php-blocking-users-from-uploading-images/#post-8335770)
 * OK, thank you 🙂

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