Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: a10 on April 04, 2023, 10:44:30 AM

Title: The callable autoGrantAchievements could not be called
Post by: a10 on April 04, 2023, 10:44:30 AM
2.1.3 test setup, no mods (upgraded 2.0.19 > 2.1.2 > 2.1.3), repeated entries in error log:

The callable autoGrantAchievements could not be called.
URL of page causing the error
https:*/forum/index.php?PHPSESSID=9991b233c2dc48f340120efc3d67c022&?scheduled=task;ts=1680040800
Backtrace information

#0: call_helper()
Called from /customers/*/httpd.www/forum/Sources/ScheduledTasks.php on line 112
#1: AutoTask()
Called from /customers/*/httpd.www/forum/index.php on line 167
Title: Re: The callable autoGrantAchievements could not be called
Post by: Arantor on April 04, 2023, 10:51:07 AM
Well, that message implies you *had* a mod that didn't clean up after itself properly.

There will be an extra row in the scheduled_tasks table referring to achievements which isn't core, that whole row should be deleted.
Title: Re: The callable autoGrantAchievements could not be called
Post by: a10 on April 04, 2023, 11:03:32 AM
Yep, a remnant, vaguely remebering having tested some mods, then uninstalled \ deleted, the cleanup wasn't done porperly. Solved.