Plugin Directory

Changeset 1097570


Ignore:
Timestamp:
02/23/2015 09:08:56 PM (11 years ago)
Author:
ExpandedFronts
Message:

Updated README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-search-replace/trunk/README.txt

    r1097567 r1097570  
    6868More information on moving WordPress can be found [here](http://codex.wordpress.org/Moving_WordPress).
    6969
    70 = I get a white screen when using this plugin? =
     70= I get a white screen when running a search/replace? =
    7171
    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, try searching on fewer tables to load less into memory.
     72This 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.
    7373
    7474== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.