Skip to content

v1.6.0-beta10

Pre-release
Pre-release

Choose a tag to compare

@xiaomlove xiaomlove released this 15 Jun 14:18
· 1532 commits to php8 since this release

Fixed

  • When "clean up", if it matches to the user to be disabled, there will be an error, so that the seeding/leeching time can't be updated to the users table, which will affect the update of the exam progress.
  • When "clean up", if there is no match to old posts, it will exit early.
  • Upload torrent, if the torrent already exist 500 error.
  • Disabled users are repeatedly inserted into the user-ban-log list

The second point mentioned is only one of the possible cases that cause "cleanup" to exit, see this article for the specific reasons.

Please upgrade from beta8 to beta10 directly, beta9 can be skipped. If you have opened the exam, execute the following command in the root directory immediately after upgrading to do a full "cleanup", otherwise the progress of the exam will be lost (the last one parameter is 1, 1 of 1, 2, 3, 4).

php include/cleanup_cli.php 1

Chinese version: https://nexusphp.org/2021/06/15/nexusphp-v1-6-0-beta10/