Search results

  1. K

    How to fix missed schedule error in WordPress?

    Some of the plugins used in WordPress or hosting environment may lead you to get the error “missed schedule” in WordPress. You might have used the technology called “Cron” to make your post schedule. You can publish the post later by setting it into WordPress Cron. In case, if plugin or hosting...
  2. K

    How can we remove RAID in Linux?

    Redundant array of inexpensive disk is abbreviated as RAID. Here, the disk word is replaced with drive hence, represented as redundant array of inexpensive drives. In those days, it’s been shopped in high cost even if you want to buy a small amount of disk. But now, it is available for the same...
  3. K

    A Complete Guide to Repairing the sql.bak File in SQL Server

    .bak files are backup files in SQL ecosystem. They contain the backup information for the data you have backed-up. At times, they can get corrupted and not work as intended. In this article, learn how to repair a corrupted sql.bak file in the SQL server. Why sql.bak files Corrupted? These...
  4. K

    The Correct Way to Use Let’s Encrypt with Cloudflare

    Let’s Encrypt is a free and open-source certificate authority organization offering SSL certificates to various websites. When there’s a mismatch between Let’s Encrypt and Cloudfare, you’re likely going to run into connection issues. In this article, learn how to best use Let’s Encrypt with...
  5. K

    Steps repair broken IP address in plesk

    Getting below error while repairing IP address in Plesk: Error: ifmng failed: Execute netsh interface ipv4 add address Ethernet 203.0.113.2 32 failed[1]: Invalid mask parameter (32). Login to server via RDP. Now with below command you have to add IP Address manually to server. netsh interface...
  6. K

    Steps to disable cookie notification in Plesk

    Steps to disable cookie notification in Plesk Login to Plesk. Click on Extensions menu and choose Panel.ini Editor. Now open Panel.ini Editor from My Extensions. Now add below line. cookieBox.enabled=false At last click on “Save”.
  7. K

    From Plesk Email Security Extension, Spam Filter Menu is not available

    From Plesk Email Security Extension, Spam Filter Menu is not available. If you have installed Plesk Email Security Extension then Spam filter settings location will be changed. So you have to check at below location: Tools & Settings >> Plesk Email Security >> Server Settings tab and Domains...
  8. K

    Steps to change Plesk administrator email address

    You can follow below steps to change email address in Plesk. Login to Plesk. You can find the Administrator username, click on it and then you have to click on “Edit Profile” button. Enter your required email address in Email address field. Press on “Ok” button.
  9. K

    How to enable or disable debug mode in Plesk?

    Login to Plesk. You have to install Panel.ini editor and you will get this option in Extensions. Now open this editor from Extensions >> My Extensions. Now switch to the Editor tab and if you found that editor is empty then follow below steps: Download Panel_ini.txt file. Copy this downloaded...
  10. K

    Steps to install Node.js application in Plesk

    For that you have to follow below steps: Login to Plesk. Now upload your Node.js application files in your File manager with package.json file. Now navigate to Domains >> domain.com >> Node.js. In Linux: Your document root directory should be subdirectory of Application root. In windows: Your...
  11. K

    Reasons for the error “mysqld: out of memory”

    You will have gone through the error called “500 server error” or “503 services unavailable”. What will your first step when you get MySQL errors? Of course! Your search will be on server logs and MySQL service logs. You might get an error if the error occurred because of the issues in memory...
  12. K

    Do you want to restore the backup file of Plesk xml.tar/xml.zip in the new Plesk server?

    You are no need to go for indirect ways since you can deal with the command-line interface or Plesk interface in direct ways. Before starting the article, it is a must for you to know all the limitations first: Where you cannot restore a backup file of Plesk xml.tar/xml.zip? You can't store it...
  13. K

    A Complete Guide to Connecting to Plesk Server Using RDP and Available Credentials

    If you want to connect to your Plesk server using RDP or Remote Desktop Protocol, then this guide is for you. This requires that you have the necessary credentials to make the connection. Otherwise, you’d have to contact your hosting provider for the credentials in case the RDP details are not...
  14. K

    Location to check Node.js logs path on server

    You can check the path of logs on server wide with below path: /var/log/apache2/error_log This is for Debian/Ubuntu is used; /var/log/httpd/error_log If Apache is used for CentOS/RHEL/CloudLinux is used; /var/log/nginx/error.log If nginx is used only;
  15. K

    Steps to redirect IP address to domain name

    If you want to redirect your IP address to domain name then it is must to have administrative access or you can contact your hosting provider regarding this. You can follow below steps: Login to Plesk. Click on Tools & Settings >> IP addresses >> Click on particular IP address like...
  16. K

    Steps to migrate a website from other server to Plesk

    You can use Site Import extension to transfer your website. Login to Plesk. Here click on “Extensions” and then “Extensions catalog”. After that you have to search for “Site Import” extension. You have to click on “Install”. Now you have to transfer your website to Domains >> domain.com >>...
  17. K

    Steps to add IP address on windows server via command line interface

    Login to RDP plesk server. Click on start button and open command prompt by right click on it. After that select “Run as Administrator”. Here you have to use Plesk bin ipmanage command. You have to add 203.13.11.2 IP address with 255.255.255.0 subnet mask and your IP address type is shared...
  18. K

    Steps to add new IP address in Plesk

    You can follow below steps to add new ip address in Plesk. Login to Plesk. Click on “Tools & Settings” and then click on “IP Addresses” under “Tools & Resources”. Now you can see other options, click on “Add IP Address”. Here you have to enter IP Address and subnet mask in field. You have to...
  19. K

    How to Deal With the Bandwidth Utilization Status is Critical in Plesk?

    If you’re using Plesk to automate your web hosting, then you may come across few errors from time to time. Some will be critical, others will be generic. One of the critical messages you’ll receive is the bandwidth utilization status with a critical status. Here’s what you’ll see in the...
  20. K

    How to deploy PHP with libcURL?

    One of the best URL transfer libraries is known as LibcURL. It is completely designed in a user-friendly aspect and free to use. With the use of URL syntax, it is easy to get files. PHP software like Billing software uses the library called cURL where LibcURL takes the responsibility to get...
Top