by admin | Aug 26, 2020 | WordPress
When writing blog posts, do you notice that the secure lock isnt there for your WordPress ? To resolve : Check for the permalink settings and the general settings to see WordPress Address (URL) and Site Address (URL) , make sure the address given there reflects...
by admin | Aug 6, 2020 | aws
First create an IAM programmatic user which has permissions to s3 from AWS console. Note down the access ID and the secret KEY Now, lets configure AWS CLI in the server. To install the CLI in CentOS 7 lets do this : sudo yum -y install python-pip sudo pip install...
by admin | Aug 3, 2020 | Servers, Ubuntu
Do you face an issue in which you can see that the mail has delivered to your recipient, but Roundcube still shows “Sending Messages” and just freezes ? Roundcube looks to be freezed ! The issue might be due to X-Frame-Options set to DENY in Apache...
by admin | Aug 1, 2020 | MySQL
Do you get the following error when trying to create user and grant privileges ? The database error when creating : ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use...
by admin | Aug 1, 2020 | cPanel/WHM
When sending mail via PHPmailer() scripts, do you get this in the logs ? Date TLS error on connection from localhost (www.domain.com) [127.0.0.1] (SSL_accept): error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol The reason may be old PHP scripts are...