1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Where to edit php.ini file to increase import memory limit in wordpress

Discussion in 'Content Management' started by mixtaka, Mar 19, 2010.

  1. #1
    This is my php.ini file

    register_globals = off
    allow_url_fopen = off
    
    expose_php = Off
    max_input_time = 60
    variables_order = "EGPCS"
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    SMTP = relay-hosting.secureserver.net
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
    
    [Zend]
    zend_extension=/usr/local/zo/ZendExtensionManager.so
    zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
    
    Code (markup):
    Where to edit php.ini file to increase import memory limit in wordpress
     
    mixtaka, Mar 19, 2010 IP
  2. bhoo-day

    bhoo-day Greenhorn

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    find line like this one in your php.ini

    memory_limit = 64M ; Maximum amount of memory a script may consume (16MB)
     
    bhoo-day, Mar 19, 2010 IP
  3. mixtaka

    mixtaka Active Member

    Messages:
    267
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #3
    above you see is my php.ini file, this is complete file
     
    mixtaka, Mar 19, 2010 IP
  4. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #4
    Then just add one more line
    
    memory_limit = 64M
    
    Code (markup):
    That should work.
     
    aap, Mar 19, 2010 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    Who is ur host, I am with site5 host.

    every host php.ini file is different.

     
    Jalpari, Mar 20, 2010 IP
  6. mixtaka

    mixtaka Active Member

    Messages:
    267
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #6
    mixtaka, Mar 20, 2010 IP