https://bugs.koozali.org/show_bug.cgi?id=13181
Bug ID: 13181
Summary: Find the contribs which might suffer from the
Mojolicious Cacheing problem
Classification: Contribs
Product: SME Contribs
Version: 11.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: Unknown
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
These are worth a look:
Awstats.pm
Backuppc.pm
Fail2ban.pm
Geneweb.pm
Qmh.pm
Webhosting.pm
Found by checking for "our $cdb =".
Solution is to map all the global "our" statements to a sole "my $<global
var>;", then add the opening of the needed DBs inside the procedures which are
called through the routing mechanism (this is generally "main" "do-display"
"do-Update" or "do-action", or similar).
Look in Wireguard.pm for an example.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/