wow-StrlowerFixer
Simple WoW Addon to fix 'strlower' errors.
This is a common error, that I've seen. Instead of resetting my entire UI,
I decided to create a simple Addon to squash the error and ensure that
the strlower
function will not error if nothing is passed to it.
Reference: https://us.forums.blizzard.com/en/wow/t/chatframe-lua-error/47531
Install
While testing this -- perhaps for weeks, because the error doesn't show up that often anymore -- I am not going to upload this to Curse. Until then, you'll need to download this code and install it in your Interface/AddOns
directory.
- Click the "Code" dropdown above.
- Select "Download ZIP".
- Extract the resulting ZIP file.
- Rename the directory
wow-StrlowerFixer-master
toStrlowerFixer
. - Copy
StrlowerFixer
to yourInterface\AddOns
directory. - Reload (
/reload
) or restart WoW.