Forums

[resolved] [Plugin: More Fields] More fields fatal error (1 post)

  1. oltdev
    Member
    Posted 2 years ago #

    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/

Topic Closed

This topic has been closed to new replies.

About this Topic