Title: [Plugin: More Fields] More fields fatal error
Last modified: August 19, 2016

---

# [Plugin: More Fields] More fields fatal error

 *  Resolved [oltdev](https://wordpress.org/support/users/oltdev/)
 * (@oltdev)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-more-fields-more-fields-fatal-error/)
 * I got this error when I try to edit a post/page
    Fatal error: Allowed memory 
   size of 102760448 bytes exhausted (tried to allocate 67 bytes) in /var/www/html/
   dev/upgrade/wp-content/plugins/more-fields/more-fields-object.php on line 493
 * I replaced more-fields-object.php line 490 and fixed it
 * if (count($range) == 2) {
 * with
 * if (count($range) == 2 && is_numeric($range[0]) && is_numeric($range[1])) {
 * Hope that helps.
 * [http://wordpress.org/extend/plugins/more-fields/](http://wordpress.org/extend/plugins/more-fields/)

The topic ‘[Plugin: More Fields] More fields fatal error’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [oltdev](https://wordpress.org/support/users/oltdev/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-more-fields-more-fields-fatal-error/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
