Changeset 665261
- Timestamp:
- 02/08/2013 03:40:46 PM (13 years ago)
- File:
-
- 1 edited
-
widget-fixer/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-fixer/trunk/readme.txt
r665254 r665261 14 14 15 15 Widget-fixer works by recalculating the string lengths of the widget strings and updating 16 the relevant numbers in the datab sae so that your widgets will load again.16 the relevant numbers in the database so that your widgets will load again. 17 17 18 18 == Installation == … … 41 41 There is still hope. Sometimes WordPress removes the corrupted portions of 42 42 code from the database when it loads. If the plugin fails to fix your widgets, 43 you should try to run this from the command-line instead. There is a special way43 you should try to run this from the command-line instead. There is a special way 44 44 to do this. You should use the widget-fixer-cli.php file with the syntax: 45 46 php -q widget-fixer-cli.php /var/www/html/wp-config.php 45 1. Stop your site. 46 1. Restore your database. 47 1. Run: php -q widget-fixer-cli.php /var/www/html/wp-config.php 47 48 48 49 Replace the "/var/www/html/" with the actual path to your wp-config.php file.
Note: See TracChangeset
for help on using the changeset viewer.