Title: mrtemple's Replies | WordPress.org

---

# mrtemple

  [  ](https://wordpress.org/support/users/mrtemple/)

 *   [Profile](https://wordpress.org/support/users/mrtemple/)
 *   [Topics Started](https://wordpress.org/support/users/mrtemple/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mrtemple/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mrtemple/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mrtemple/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mrtemple/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mrtemple/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help! The Famous White Screen of Death {WSOD}](https://wordpress.org/support/topic/the-famous-white-screen-of-death-wsod/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/the-famous-white-screen-of-death-wsod/#post-2996015)
 * I finally think I’ve solved the White Screen of Death from PHP out of memory 
   Fatal Errors.
 * Full details here: [http://www.isthisyourhomework.com/how-to-fix-the-wordpress-white-screen-of-death/](http://www.isthisyourhomework.com/how-to-fix-the-wordpress-white-screen-of-death/)
 * If setting the WordPress and PHP memory limits doesn’t work for you, try adding/
   edditing the following line in either your Apache conf files. I didn’t have access
   to those, so I added the following line to the`.htaccess` file in my WP server’s
   document root:
 * > `RLimitMEM max`
 * Many hosts have set limits on each user on shared-use servers. The above setting
   will unfetter your server and banish the WSOD.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help – Fatal error: Allowed memory size of 33554432 bytes exhausted](https://wordpress.org/support/topic/help-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-1/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/help-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-1/#post-2807740)
 * I finally think I’ve solved the White Screen of Death from PHP out of memory 
   Fatal Errors.
 * Full details here: [http://www.isthisyourhomework.com/how-to-fix-the-wordpress-white-screen-of-death/](http://www.isthisyourhomework.com/how-to-fix-the-wordpress-white-screen-of-death/)
 * If setting the WordPress and PHP memory limits doesn’t work for you, try adding/
   edditing the following line in either your Apache conf files. I didn’t have access
   to those, so I added the following line to the`.htaccess` file in my WP server’s
   document root:
 * > `RLimitMEM max`
 * Many hosts have set limits on each user on shared-use servers. The above setting
   will unfetter your server and banish the WSOD.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to increase or adjust memory size for a hosting ?](https://wordpress.org/support/topic/how-to-increase-or-adjust-memory-size-for-a-hosting/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/how-to-increase-or-adjust-memory-size-for-a-hosting/#post-2895880)
 * I finally think I’ve solved the White Screen of Death from PHP out of memory 
   Fatal Errors.
 * Full details here: [http://www.isthisyourhomework.com/how-to-fix-the-wordpress-white-screen-of-death/](http://www.isthisyourhomework.com/how-to-fix-the-wordpress-white-screen-of-death/)
 * If setting the WordPress and PHP memory limits doesn’t work for you, try adding/
   edditing the following line in either your Apache conf files. I didn’t have access
   to those, so I added the following line to the`.htaccess` file in my WP server’s
   document root:
 * > `RLimitMEM max`
 * Many hosts have set limits on each user on shared-use servers. The above setting
   will unfetter your server and banish the WSOD.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post revisions missing](https://wordpress.org/support/topic/post-revisions-missing/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/post-revisions-missing/#post-1994993)
 * My WP is hosted on DreamHost. Apparently, by default DreamHost has revisioning
   turned off by default.
 * To turn it back on, first find the following in wp-config.php:
 *     ```
       // Turning off Post Revisions. Comment this line out if you would like them to be on.
   
       define('WP_POST_REVISIONS', false );
       ```
   
 * Next, comment out the line, like so:
 *     ```
       // Turning off Post Revisions. Comment this line out if you would like them to be on.
   
       // define('WP_POST_REVISIONS', false );
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post revisions missing](https://wordpress.org/support/topic/post-revisions-missing/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/post-revisions-missing/#post-1994991)
 * I’m having the same problem. No page revisions, nothing to select under “Screen
   Options”. I’m using 3.1.2.
 * I’ve turned off all plugins, but that didn’t change anything.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Searching with Ampersands](https://wordpress.org/support/topic/searching-with-ampersands/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/searching-with-ampersands/#post-1230152)
 * I was having the same difficulties. I tried every search plugin out there to 
   no avail.
 * I added some debugging and dug and dug until I realized the problem was that 
   the ampersand was never being sent to the PHP from the search form.
 * Finally I figured it out by hacking in some javascript to my theme’s search form.
 * **Note: All this does is change the “&” in a search query to “& amp;” (no spaces)
   before it is submitted.**
 * WP’s default search engine still does not search successfully when this is done.
   I am using the Search Unleashed plugin with the “Lucene” search engine (remember
   to re-index!”). This is the only search engine in the Search Unleashed plugin
   that works, but other search engines in other plugins may work as well. To test,
   search for your string with & amp; (no spaces) in it (eg: “AT& amp;T”). If that
   works and finds AT&T, then this change will allow your users to enter only “AT&
   T”.
 * How To:
 * In the tag for the search form you will need to add the following onsubmit attribute:
 * `onSubmit="s.value = s.value.replace('&','& amp; amp;'); submit();"`
    ** No spaces
   in the “& amp; amp;”! **
 * Where the “`s`” from “`s.value`” is the id of your search input text element.
 * My form looks like this now:
 *     ```
       <form method="get" id="searchform" action="<?php bloginfo('home'); ?>" onSubmit="s.value = s.value.replace('&','& amp; amp;'); submit();" />
       <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
       <input type="submit" class="button" id="searchsubmit" value="Search" />
       </div>
       </form>
       ```
   
 * Note: This isn’t a perfect fix. For example, the Search Unleashed’s landing page
   search box will not quite work. If you searched for AT&T, it will show ‘you landed
   here by searching for “AT”, instead of “AT&T”. You can turn that landing page
   notice off though.
 * Hopefully this helps you. It was a dealbreaker for me and I sweated the solution
   for far longer than it should have taken. I’d love to see WP handle this more
   elegantly.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Design Company Website](https://wordpress.org/support/topic/design-company-website/)
 *  [mrtemple](https://wordpress.org/support/users/mrtemple/)
 * (@mrtemple)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/design-company-website/#post-1146719)
 * Hi there, excellent site. What theme are you using? I’d love to have similar 
   site structure elements, but choose my own design. Do you have suggestions for
   themes which provide similar site structure?

Viewing 7 replies - 1 through 7 (of 7 total)