• Hello, i have trouble, when i try login into admin panel, chrome show me “ERR_EMPTY_RESPONSE” error, but main page working, i try different browsers and devices, use other internet connection but no change, how i can fix this ?
    php 5.3.3
    mysql 5.1.66
    apache 2.2.16

Viewing 2 replies - 1 through 2 (of 2 total)
  • seems the line does it
    ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, WP_MAX_MEMORY_LIMIT ) );

    in wp-admin/admin.php (around the line #155)

    I saw the same on 5.3, the issue has gone once the line been commented out

    chrisfg

    (@chrisfg)

    Hi guys has this been resolved? I’m having the same problem and can’t find that line in admin.php ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ERR_EMPTY_RESPONSE when try enter to Admin-panel’ is closed to new replies.