Changeset 1097570
- Timestamp:
- 02/23/2015 09:08:56 PM (11 years ago)
- File:
-
- 1 edited
-
better-search-replace/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-search-replace/trunk/README.txt
r1097567 r1097570 68 68 More information on moving WordPress can be found [here](http://codex.wordpress.org/Moving_WordPress). 69 69 70 = I get a white screen when using this plugin? =70 = I get a white screen when running a search/replace? = 71 71 72 This is likely an issue with your PHP memory limit. Try temporarily increasing it by defining the memory limit in your `wp-config.php` file as shown [here](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP). Alternatively, if you were searching across multiple tables, trysearching on fewer tables to load less into memory.72 This means that you don't have enough memory allocated to PHP. No changes would have been made at this point, and it's easy to increase the PHP memory limit in your `wp-config.php` file as shown [here](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP). Alternatively, if you were searching across multiple tables, try going back and searching on fewer tables to load less into memory. 73 73 74 74 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.