XF1 Cleanup Command

XF1 Cleanup Command 1.0.0

No permission to download
Compatible XF 2.x versions
  1. 2.0
  2. 2.1
Visible branding
No
There are a number of files in XF1 which are no longer required or usable by XF2.

This CLI command will move any known legacy XF1 file into a specially created _legacy directory. From there, you can either archive or remove that directory.

This will not necessarily move all add-on files. It will move any files stored under the old library directory, but other files these add-ons create may still remain. You would have to contact the author of any add-on to check if there are other files which are safe to move.

To run the command, type the following while in your XF root:
Code:
php cmd.php xf:legacy-cleanup

If you're on a server where you do not have access to the shell, please ask your server admin or host to run the command for you. If that is not possible, open the file src/addons/XF1Cleanup/Cli/Command/LegacyCleanup.php and look for the list of $files and the list of $dirs to learn which files/directories can be removed manually.

Please make a backup of your files before attempting to run this command.
Author
XenForo
Downloads
378
Views
7,078
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from XenForo

Latest reviews

Thanks for the simple and useful tool. This add-on makes keeping the file structure a bit more tidy.
Top Bottom