Plugin Directory

Changeset 665261


Ignore:
Timestamp:
02/08/2013 03:40:46 PM (13 years ago)
Author:
Infragistics
Message:

Fixed the readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • widget-fixer/trunk/readme.txt

    r665254 r665261  
    1414
    1515Widget-fixer works by recalculating the string lengths of the widget strings and updating
    16 the relevant numbers in the databsae so that your widgets will load again.   
     16the relevant numbers in the database so that your widgets will load again.   
    1717
    1818== Installation ==
     
    4141There is still hope.  Sometimes WordPress removes the corrupted portions of
    4242code 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 way
     43you should try to run this from the command-line instead. There is a special way
    4444to 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
     451. Stop your site.
     461. Restore your database.
     471. Run:  php -q widget-fixer-cli.php /var/www/html/wp-config.php
    4748
    4849Replace the "/var/www/html/" with the actual path to your wp-config.php file.
Note: See TracChangeset for help on using the changeset viewer.