We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.2.70
Debian package (debian 12)
list family update
got error Can't locate object method "new" via package "Sympa::Aliases" in /usr/share/sympa/lib/Sympa/Request/Handler/update_automatic_list.pm
instanciate families with liste who need to be updated (wwork on new lists)
adding use Sympa::Aliases; in /usr/share/sympa/lib/Sympa/Request/Handler/update_automatic_list.pm solves the problem
The text was updated successfully, but these errors were encountered:
Can't locate object method "new" via package "Sympa::Aliases" (sympa-…
3ce9573
…community#1710)
@bb2k , thank you for reporting bug and suggesting fix. It will be fixed on the next release.
Sorry, something went wrong.
Merge pull request #1712 from ikedas/issue-1710
0f32bed
Can't locate object method "new" via package "Sympa::Aliases" (#1710)
Successfully merging a pull request may close this issue.
Version
6.2.70
Installation method
Debian package (debian 12)
Expected behavior
list family update
Actual behavior
got error Can't locate object method "new" via package "Sympa::Aliases"
in /usr/share/sympa/lib/Sympa/Request/Handler/update_automatic_list.pm
Steps to reproduce
instanciate families with liste who need to be updated (wwork on new lists)
Additional information
adding use Sympa::Aliases; in /usr/share/sympa/lib/Sympa/Request/Handler/update_automatic_list.pm
solves the problem
The text was updated successfully, but these errors were encountered: