tools icon indicating copy to clipboard operation
tools copied to clipboard

Tools for SMF: useful scripts, install/repair and others.

Results 5 tools issues
Sort by recently updated
recently updated
newest added

Class type declarations were added in PHP 7.4. In theory we still support older versions of PHP... So... In PHP 7.3, this throws an error: https://github.com/SimpleMachines/tools/blob/4cd83c240873008ac4d30c8bf07ac172eec4696f/fix_packages.php#L90 > PHP Parse error:...

Note that repair_settings.php isn't aware that custom avatars were supported in 1.1. So, if you restore a 1.1 DB and use repair_settings, you might still have issues with upgrades, etc....

repair_settings makes it very hard to see actual problems by showing recommended values for everything. It should hide the recommended value if that matches the respective current setting. This way,...

enhancement

Difficult (though not impossible) to use if a non-standard port is specified. To make it work, you CAN specify host:port as the server. But it oddly requires that you hit...

bug

If use repair_settings.php to disable all hooks, you get lots of extraneous entries. The display gets extremely confusing, especially if you do have some real hooks in there. It shouldn't...

bug