Title: Error on Flexible Content fields
Last modified: June 4, 2019

---

# Error on Flexible Content fields

 *  Resolved [illiminal](https://wordpress.org/support/users/illiminal/)
 * (@illiminal)
 * [7 years ago](https://wordpress.org/support/topic/error-on-flexible-content-fields/)
 * First off, this is a fantastic plugin; thank you! Adds a ton of great functionality
   to ACF.
 * Not sure if this is the best place to send this to you, but I just wanted to 
   let you know there’s a small error in flexible_content.php at line 56 causing
   the edit pages for field groups with Flexible Content fields to not load properly(
   at least, not on my configuration). It’s currently:
 * ‘placeholder’ => _(‘Click the “Add Row” button below to start creating your layout’),
 * and it should be:
 * ‘placeholder’ => __(‘Click the “Add Row” button below to start creating your 
   layout’),
 * Thanks!

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

 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [7 years ago](https://wordpress.org/support/topic/error-on-flexible-content-fields/#post-11605354)
 * Hello illiminal!
 * Nice find! Indeed it should be `__()`. I’ll add the fix in the upcoming patch(
   tonight probably).
 * It’s weird that it cause problem on your setup, because there’s a compatibility
   function in WP core for this case in `wp-includes/compat.php:10`.
 * It’s also a native translation [PHP function _()](https://www.php.net/_).
 * Just out of curiosity, can you tell me your WP + ACF + PHP version?
    Do you have
   any error/warning in your logs about it?
 * Thanks for the report 🙂
 * Regards.
 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [7 years ago](https://wordpress.org/support/topic/error-on-flexible-content-fields/#post-11628485)
 * Hello,
 * Just to let you know that the new patch fix this issue 🙂
 * Have a nice day!
 * Regards.
 *  Thread Starter [illiminal](https://wordpress.org/support/users/illiminal/)
 * (@illiminal)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/error-on-flexible-content-fields/#post-11661196)
 * Thanks so much for the quick fix! 🙂
 * Sorry, I didn’t get to reply earlier, but my config is:
    WP: 5.2.2 ACF: 5.7.13
   PHP: 7.2.8 This is my local dev install, using MAMP 5.1.
 * The only thing I could find is that it looks like I was getting a segmentation
   error in PHP at this time in my Apache error logs, along the lines of:
 * child pid XXXXX exit signal Segmentation fault (11)
 * Looks like this is related to the issue, since I just went back in and reintroduced
   the old code to test and got this same error again. Not sure if there is maybe
   a module or extension in my PHP which is conflicting, or something in the WP 
   theme/setup that’s interfering with the WP compatibility function – definitely
   seems to be something specific to my config either way.
 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/error-on-flexible-content-fields/#post-11662392)
 * Hello!
 * I just checked the error `child pid XXXXX exit signal Segmentation fault (11)`
   and it looks like it’s related to apache/PHP configuration.
 * You should check your PHP ini file, and specifically the `memory_limit` property.
   Try to rise it to `512M` (Make sure there is a `M` unit. If it’s missing, it 
   can cause this kind of errors).
 * Here is a tutorial for MAMP: [http://blog-en.mamp.info/2009/09/increase-php-memory-limit-with-mamp-pro.html](http://blog-en.mamp.info/2009/09/increase-php-memory-limit-with-mamp-pro.html)
 * Hope it will work!
 * Regards.

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

The topic ‘Error on Flexible Content fields’ is closed to new replies.

 * ![](https://ps.w.org/acf-extended/assets/icon-256x256.png?rev=2071550)
 * [Advanced Custom Fields: Extended](https://wordpress.org/plugins/acf-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-extended/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/error-on-flexible-content-fields/#post-11662392)
 * Status: resolved