When you install Drupal, you will be recommended to increase your memory limit to 16M and turn off the global register.

To do that, copy the following lines on the php.ini and upload to your Drupal root directory

register_globals = off
memory_limit = 16M

That’s it.

Share/Save/Bookmark

Comments

2 Responses to “How to edit php.ini file for Drupal installation”

  1. lyndseyNo Gravatar on January 16th, 2009 4:11 pm

    Trying to get as much information as I can to see about setting up a site with Drupal. Im looking forward to it, although just a bit worried about making it come together. Thanks for the tid bits and I’m sure to make them work!

  2. Aweber AlternativeNo Gravatar on February 4th, 2009 6:00 am

    That’s it? I’m on wordpress right now and there are 50 more steps than that! I should consider moving from WP…

Leave a Reply