Geeklog-Core / geeklog

Geeklog - The Secure CMS.
https://www.geeklog.net
24 stars 19 forks source link

Static Pages & Polls: Missing Language Variable? Where is it called from? #1147

Open eSilverStrike opened 1 year ago

eSilverStrike commented 1 year ago

Saw this error in my error log.

Bot had a pile of requests adding a bunch of random variables to one of my static page and Poll URLs which triggered this error

Plugin polls: Unknown message placeholder: PLG_polls_MESSAGE6
Plugin polls: Unknown message placeholder: PLG_polls_MESSAGE7
Plugin staticpages: Unknown message placeholder: PLG_staticpages_MESSAGE91

Not sure which url request did it but we should search the code for these variables as they do not exist in the Langauge files and see if it is needed or not.