Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0: Fix missing use #7898

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Conversation

sbulen
Copy link
Contributor

@sbulen sbulen commented Nov 22, 2023

Fixes this issue reported in the php error log (not the SMF log) when navigating server settings:

[22-Nov-2023 03:57:41 UTC] PHP Fatal error: Uncaught Error: Class "SMF\Tasks\Db" not found in blah\blah\80van30\Sources\tasks\RemoveTopicRedirects.php:37
Stack trace:
0 blah\blah\80van30\Sources\TaskRunner.php(577): SMF\Tasks\RemoveTopicRedirects->execute()
1 blah\blah\80van30\Sources\TaskRunner.php(209): SMF\TaskRunner->performTask(Array)
2 blah\blah\80van30\cron.php(30): SMF\TaskRunner->execute()
3 {main}
thrown in blah\blah\80van30\Sources\tasks\RemoveTopicRedirects.php on line 37

Signed by Shawn Bulen, [email protected]
@sbulen sbulen changed the title Fix missing use 3.0: Fix missing use Nov 22, 2023
@jdarwood007 jdarwood007 added this to the 3.0 Alpha 1 milestone Nov 22, 2023
@jdarwood007 jdarwood007 merged commit 1f53036 into SimpleMachines:release-3.0 Nov 22, 2023
3 checks passed
@sbulen sbulen deleted the missing_use_db branch December 4, 2023 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants