Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    I dn’t know exactly but try this

    php_value upload_max_filesize 35M
    php_value post_max_size 35M

    put this code in your .htaccess file.

    Thread Starter adam2014

    (@adam2014)

    Thanks, but no luck with that.

    I added that to the .htaccess file so it looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    php_value upload_max_filesize 35M
    php_value post_max_size 35M
    
    # END WordPress

    After I did this the website gave a ‘Internal Server Error’ message.

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Thread Starter adam2014

    (@adam2014)

    Can anyone help me out?

    It always seems to be one of the files within this folder: wp-includes

    Hi,

    I’m experiencing the same issue. Anyone can help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I have 64 mb but "Fatal error: Out of memory" is showing’ is closed to new replies.