• Resolved PaulSDuncan

    (@paulsduncan)


    POST Content-Length of 16075983 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

    This is the error i get when i try upload the theme.

    please assist, I have already gone and applied the the following but there where discrepancies.

    I created info.php file in my websites wp-admin folder and proceded to find the location of the php.ini files but they were labbled differently to just php.ini so I edited them in php.ini-development and php.ini-production in terms of changing the size from 2M to 1000M…

    please help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Paul,
    You need to login with your FTP credentials and inside your site’s wp-config.php file add following code line:

    define('WP_MEMORY_LIMIT', '64M');

    Note: This feature may not work with some web hosts, so you would have to request them to increase your PHP Memory limit.

    Thanks!!

    Thread Starter PaulSDuncan

    (@paulsduncan)

    Still having dificulty,

    as i edited the php file in the wp-content section and had no success.

    i am using a third party theme

    also the server im running on is local host and i looked on phpmyadmin and i couldnt find any real solution there in terms of locating a wp_memory_limit.

    hope this makes sense?

    Thanks

    Thread Starter PaulSDuncan

    (@paulsduncan)

    Never mind sorted it out did some silly things hahaha.

    Thanks a bunch appreciate it.

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

The topic ‘Having Trouble upload my Theme’ is closed to new replies.