• i want to Increase PHP Memory from cpanel tell me how i do this, tutorial by picture and video i use wordpress 3.1.2

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');
    
    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
    
     3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M
    
     Talk to your host.
    Thread Starter khanje

    (@khanje)

    when i post on wordpress, post is not shown on my website but post is count, what is the problem with that, i have wordpress 3.1.2.ver, what is the solution of this problem

    i increase pho momory but not affect on my blog. plzz contect my on skype my id is

    Khanje38

    Try contacting your hosts for assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to Increase PHP Memory ?’ is closed to new replies.