Symptoms
In WHM and cPanel, some menu items and headings display "STR" instead of the expected menu item or heading.
Description
The issue occurs when the English locale files have become corrupt.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Create a storage folder.
mkdir /root/mvtarget
- Move aside the
en.cache
file.mv -v /usr/local/cpanel/locale/en.cache /root/mvtarget/
- Move aside the
en.yaml
file.mv -v /usr/local/cpanel/locale/en.yaml /root/mvtarget/
- Move aside the
en.cdb
file.mv -v /var/cpanel/locale/en.cdb /root/mvtarget/
- Rebuild the locale database.
/usr/local/cpanel/bin/servers_queue queue build_locale_databases; /usr/local/cpanel/bin/servers_queue run
Comments
0 comments
Article is closed for comments.