Symptoms
When the /var/cpanel/install_version file is missing, a warning may appear in WHM.
Description
When logging into WHM, administrators may see a warning caused by the /var/cpanel/install_version file being missing.
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-46065. Follow this article to receive an email notification when a solution is published in the product.
Workaround
Manually recreate the file and populate it with the version that was installed according to the /var/log/cpanel-install.log file. For example:
grep "11[.][0-9][0-9]*" /usr/local/cpanel/logs/error_log | grep -m 1 online | awk '{print $7}' >> /var/cpanel/install_version |
Comments
0 comments
Article is closed for comments.