Bored? Looking to kill some time? Want to chat with other SMF users? Join us in IRC chat or Discord
Quote from: Kindred on Yesterday at 09:35:02 PMI still disagree.
The opposite of approve is disapprove. Approval/disapproval- absolutely...
However, the corollary to the adjective approved is unapproved, not disapproved, which is a past tense verb, not an adjective--- and hence the action of making something unapproved is to unapprove.
Quote from: Sesquipedalian on Yesterday at 03:31:37 PMQuote from: MobileCS on Yesterday at 02:29:47 PMAre there any known issues with manually trying to run the Weekly Maintenance in scheduled tasks?Nope.
For your case, it might help to know two things:
- The task to update the Unicode files happens in the background after the Weekly Maintenance task runs, not during the Weekly Maintenance task. Weekly Maintenance itself just adds the Unicode update task to the task queue so that a subsequent call to cron.php will run it. This is because the Unicode update process can take an unpredictable amount of time to complete, since it requires fetching a bunch of data files from an external source and is therefore subject to all manner of possible connectivity issues.
- The Unicode update task checks whether the necessary files are writable at the start of the process and reports the error you quoted if the files are not writable. At the end of the process, once the new versions of all the data files have been built, they are moved into place. If for any reason the files cannot be moved into place, the operation is aborted silently.
In light of these two facts, it is entirely possible that if you changed the file permissions, manually ran Weekly Maintenance, and then changed the file permissions soon afterward, the Unicode update might end up failing silently. This would be because the Unicode update task started before you reverted the file permissions, but it didn't finish until after you reverted the file permissions. That specific sequence of events would cause the update to fail silently.
Quote from: Rakibbro on Yesterday at 02:16:39 AMThat's surprising! Didn't know SMF is blocked in some countries. A user group for VPN users sounds like a smart workaround. Thanks for sharing this!
Quote from: Kindred on Yesterday at 12:19:07 AMQuote from: Burt on July 13, 2025, 10:44:05 PMI think this looks much better:
Removal of approval for some previously approved thing is "disapproving" an approved state
Look around...
https://www.wordhippo.com/what-is/the-opposite-of/approved.html
https://www.applied-grammar.com/opposite-of-approved/
https://www.powerthesaurus.org/approved/antonyms
Sorry, but no. As far as American English goes, disapproving a topic is wrong usage.
I'm an English teacher - i would mark your usage as incorrect on any paper that I graded. 😜
Quote from: zappaDPJ on Yesterday at 07:13:09 PMI'm sure your knowledge in this area goes way beyond mine but I can't wrap my head around why the issue as described didn't take out every SMF forum on the planet.
Quote from: shawnb61 on July 13, 2025, 01:59:00 AMThe unicode tables are now updated straight from the source. Part of the weekly maintenance task.
But the unicode folks made a huge change in direction in a recent revision (#33) of unicode 6 - while the smf code is operating under the prior rules.