Posted an answer
Unable to install letsencrypt SSL with nginx plugin: “The requested nginx plugin does not appear to be installed”

In order to use Nginx plugin, you need to ensure you installed the certbot from the official Ubuntu PPA: You could remove the letsencrypt package apt remove letsencrypt and install the certbot this way:...

14 March, 2018 5
Received an upvote
3 December, 2017 10
Posted an answer
How to remove all git tags in the remote

Removing of all git tags in the remote (the commands should be executed from a local environment) could be achieved in these few simple steps: Delete all local tags: git tag -d $(git tag -l) Fetch...

30 October, 2017 5
Received an upvote
29 August, 2017 10
Posted an answer
How to reset user password in WordPress using wp-cli

WP-CLI offers awesome capabilities to manage your Wordpress site. In order to reset user password, just execute this command from Wordpress installed directory (docroot directory, which is typically named...

29 June, 2017 5
Posted an answer
Drupal needs higher PHP memory limit. How to increase it?

We have this question asked on many occasions and this article outlines how to change the PHP memory limit based on the URL: How to change PHP memory limit in Drupal conditionally What you need is to follow...

20 May, 2017 5
Commented on a post

Unfortunately, cPanel does not allow to control emails the way you wanted. We have reduced the frequency of these emails to 1 email per calendar month.

17 May, 2017 2
Commented on a post

Is there a way I can control these emails or the severity level at which they are sent, I now get these everyday, and for some reason, only on this site out of the many I manage.

5 May, 2017 2
Posted an answer
I’ve been getting emails about “Hosting account resources exceeded” – what does this mean?

You were receiving the "Hosting account resources exceeded" emails to notify you that some limits were reached, such as CPU, RAM or IOPS limits. In most cases, it does not cause your website to stop working,...

4 May, 2017 5
Received an upvote
Drupal console support in cPanel

All our cPanel servers are setup with Drupal console support. In order to use it, configure SSH access to your account using private and public keys, described in details here. Keep in mind that we use...

23 April, 2017 10
Commented on a post

Thank you, Ivan. We have updated the documentation pages to reflect this correction

20 April, 2017 2
Answer was selected as best
20 April, 2017 10
Received an upvote
20 April, 2017 10
Posted an answer
How to pass multiline value to drush 8 – altering robots.txt Drupal 8 module

You may try writing your multi-line drush command in a text file, then use copy-and-paste directly in the terminal. This should work: drush @site.uat config-set robotstxt.settings content "User-agent:...

20 April, 2017 5
Answer was selected as best
13 April, 2017 10
Received an upvote
How to convert IMAP mailbox into POP

Email accounts cannot be converted between IMAP and POP3. You will have to recreate the same account as POP3 and then wait until all email is downloaded. Once it downloads, you could just remove the...

13 April, 2017 10
Answer was selected as best
13 April, 2017 10
Received an upvote
13 April, 2017 10
Posted an answer
I need a test environment

We have explained it in our article 4 steps to create and use Dev and Test environments in cPanel for Drupal. All cPanel accounts come with Drush, Git, Composer, Drupal console and many other useful tools....

13 April, 2017 5
Received an upvote
Every now and then my outgoing email stops working

For outgoing SMTP email with authentication required, it is recommended that port 587 is used instead of the 465. Even port 25 is still a better option. According to many sources, the port 465 should not...

13 April, 2017 10
Load More