<html><head><base href="x-msg://749/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 10, 2010, at 8:51 AM, Johns, Ethan wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div lang="EN-US" link="blue" vlink="purple"><div class="WordSection1" style="page: WordSection1; "><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 11pt; font-family: Calibri, sans-serif; ">When working on my site yesterday, I was enabling new modules and themes…in the process of doing so, I received a PHP memory overload error message.</div></div></div></span></blockquote><div><br></div><div>Try putting something like</div><div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; "><pre style="font-family: monospace; font-size: 9pt; "># Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
php_value  memory_limit  100000000</pre></span><div><br></div><div>In your .htaccess file. &nbsp;This is more of a web server issue than a drupal issue, so the details will depend on which web server you're running under and how your hosting provider has configured things.</div><div><br></div></div></div></body></html>