Results 1 to 10 of 11

Thread: Warning: POST Content-Length of 148037055 bytes exceeds the limit of bytes in Unknown

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    hmm. weird.. i just check /etc/php.ini and it says:

    ; Maximum size of POST data that PHP will accept.
    ; post_max_size = 800M
    ; post_max_size = __lx_post_max_size

    but yet its still says 80mb in my phpinfo

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Quote Originally Posted by alex288288 View Post
    ; Maximum size of POST data that PHP will accept.
    ; post_max_size = 800M
    ; post_max_size = __lx_post_max_size

    ";" at the start of the line means the lines are commented.

    There will be a uncommented entry some where below.

    run

    Code:
    grep post_max_size /etc/php.ini
    and post what you get.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3

    Default

    output:
    [root@208-93-XXX-XX ~]# grep post_max_size /etc/php.ini
    post_max_size = 800M
    post_max_size = __lx_post_max_size
    post_max_size = 800M
    post_max_size = 80M

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    Quote Originally Posted by alex288288 View Post
    output:
    [root@208-93-XXX-XX ~]# grep post_max_size /etc/php.ini
    post_max_size = 800M
    post_max_size = __lx_post_max_size
    post_max_size = 800M
    post_max_size = 80M

    You have it several times. Normal php.ini have uncommented post_max_size one time only. Remove duplicates.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •