Upgrade WordPress to 4.1 – The admin backend the connection times out

Upgrade WordPress to 4.1. The admin backend the connection times out and the server gets really slow:error “The server at domain.com is taking too long to respond.” It looks like this is actually a common issue with this version of wordpress. https://wordpress.org/support/topic/multisite-extremely-slow-after-upgrading-to-41 1) Open database via phpMyAdmin 2) Open table “wp_options” and look for “db_version” … Read more

Server time off in Ubuntu 14.04

To install ntp on Ubuntu, Linux or debian based distribitions To install ntp on Fedora, Centos or redhat based distribitions You can edit the file /etc/ntp.conf to control certain variables with the NTP service, and can start and stop the file using “/etc/init.d/ntp [status|start|stop]”.

Purge Binary Logs fails on full hard drive

The purge binary command fails – no logs are deleted and the process hangs: mysql> PURGE BINARY LOGS TO 'BINLOG.000100'; Checking the error log: ERROR 3 (HY000): Error writing file './mysql-bin.~rec~' (Errcode: 28) The PURGE BINARY LOGS command requires free space to be able to clear the logs, which is why this command was failing. … Read more

Change Plesk Health Monitor Notifications

How to add notifications email to Plesk Health Monitor Edit the config file: nano /usr/local/psa/var/custom-health-config.xml Add the email notification I added them just before the first line "<Hdd>": Restart the services: [bash] # /etc/init.d/psa-health-monitor-notificationd restart