The error normally caused due to incorrect permissions. We can fix mail box permissions from WHM on cPanel servers. For that : 1) Log into WHM as root and click on “Email” section.2) Select “Repair Mailbox permissions“3) It will show a message like : This function will inspect mailbox ownership and permissions and attempt to […]
Fatal error: Allowed memory size of x bytes exhausted (tried to allocate xbytes)
The error normally occurs when PHP tries to process a big database records or when importing or exporting. To solve the error, there are two fixes. One is to increase PHP memory limit of the account by using a custom php.ini file. But sometimes it won’t work. If it didn’t work, then you can fix […]
Awststats not working/updating – cPanel
It can be caused due to many issues and here I am posting some fixes for that.First check permission of /usr/local/cpanel/3rdparty/bin/awstats.pl, it should be 755. Then to update awstats and webalizer run the script : Code: # /scripts/runweblogs user_name If that didn’t work try fixwebalizer script : Code: # /scripts/fixwebalizer If that doesn’t update stats, […]