Symptoms
If WP Toolkit is showing errors on the screen or otherwise seems to be encountering an issue, it's useful to review the error logs that are generated in order to better characterize the problem.
Procedure
The log files for the WP Toolkit reside in the /usr/local/cpanel/3rdparty/wp-toolkit/var/logs/
directory.
To troubleshoot the WP Toolkit, run the following command, where filename
represents the log file’s name:
grep -A2 ERROR /usr/local/cpanel/3rdparty/wp-toolkit/var/logs/filename.log
You can also enable enhanced logging to debug and troubleshoot WP Toolkit. To do this, add the following line to the /usr/local/cpanel/3rdparty/wp-toolkit/var/etc/config.ini
file:
logCommandsAndFileOperations = true
Warning
We strongly recommend that you only enable enhanced logging when you need to troubleshoot the WP Toolkit. Enhanced logging may slow down WP Toolkit’s performance significantly.
You can find the above and more information within our documentation.