Search results

  1. K

    How to Use php.ini File to Get Error Reports in WordPress?

    WordPress can be complicated to deal with at times. The PHP-based platform runs into several errors, some of which are notoriously difficult to fix. All the errors are accompanied with PHP codes to help you understand more about the error. But these error codes don’t appear on screen by default...
  2. K

    How to use cPanel for adding the image icons into navigation menu items of WordPress?

    Coding skills – It plays a vital role in creating a website right! Whenever you use navigation menus you might wonder how it works well. Using Font Awesome Library, you can create icons by installing and activating them if you are new to codings. If the person knows to code then it doesn’t take...
  3. K

    IIS unauthorized http error 401.3 fix

    Under the service of IIS, many users account will run with permission. The permission is to access the content in web server than usual appearance. If the permission doesn’t act or the user doesn’t get permission to play an act web server it will reflect in an error called 401.3 Often many...
  4. K

    How to solve internal server error in Wordpress?

    It’s the most common error in Wordpress so everyone faces it once while working on it. You just have to make few changes in your application to resolve most irritated issue. You can check below for this: Check your .htaccess file carefully. For this you just have to rename the file and then run...
  5. K

    How to check mod_rewrite is enabled or not?

    You can easily check the mod_rewrite is enabled from phpinfo.php file. You have to put phpinfo() function in file and you can check the information about your PHP installation. You can also use "apache_get_modules" function to your file. You have to enter below code in your file: <?php...
  6. K

    How can we Export and Import database dumps ?

    You can follow below steps: Login to Plesk. Navigate to Websites & Domains >> Databases >> Export Dumps in the tools. You have to select the directory to save the dump file. Otherwise subscription will choose home directory. You can also save dump in your local computer and for that you have to...
  7. K

    How to check and repair databases in Plesk?

    Follow below steps to check and repair databases: Login to Plesk. Navigate to Websites & Domains >> Databases >> Check and Repair. If there is any problem then you can click on the provided link and resolve it. You will find the details of tables and its problems, here in MySQL database you can...
  8. K

    How to create mail aliases in Plesk?

    You can follow below steps to create mail alias: Login to Plesk. Navigate to Mail >> email address >> Email Aliases tab. You can add email address by typing it in Email alias box, after that click on “OK”. You can also remove the email address and for that you have to remove address from the box.
  9. K

    Can’t create/write to file’ – How to fix mysqldump error

    You will get mysqldump error as like below format: mysqldump -u root -p databasename> filename.sql Enter password: mysqldump: Error: ‘Can’t create/write to file ‘/var/tmp/#sql_a41_2.MAI’ (Errcode : 2)’ when trying to dump tablespaces mysqldump: Couldn’t execute ‘show fields from activated’...
  10. K

    cPanel site publisher usage

    There are more types of website in the market like full website with multiple pages, minimum added pages and one-page website. This one-page website is meant for displaying some messages like website under maintenance or coming soon. You would have done domain purchase and getting ready for a...
  11. K

    Complete Guide to Using Post Revisions to Undo Changes in WordPress

    A WordPress website is a great way to publish content on the internet with minimal technical knowledge. If you use it frequently to write and publish articles, you might be wondering if there’s a better way to undo an action. There’s a feature called Post Revisions that allows you to correct...
  12. K

    Dealing with the “Sorry, This File Type is Not Permitted For Security Reasons” Issue on a Wordpress

    You can upload variety of files to the server and have it displayed on the website. But in some cases, the server doesn’t support the file type. So you’ll get this error message that reads, “Sorry, this file type is not permitted for security reasons.” If you’re stuck with this error, there are...
  13. K

    How to increase private memory in RDP?

    You can follow below steps to increase private memory: Login to RDP. Open Internet Information Services (IIS) Manager in RDP. Click on “Application pools”. Now right click on any domain and then choose “Advanced Settings” option. Here you will find option “Private Memory Limit” and increase the...
  14. K

    How to change integrated mode in RDP?

    You can follow below steps: Login to RDP. Open Internet Information Services (IIS) Manager in RDP. Click on “Application pools”. Now right click on any domain and then choose “Basic Settings” option. Here you will find option “Managed pipeline Mode” and you will find 2 options “Integrated” and...
  15. K

    Steps to set Auto-Reply in Plesk

    You can follow below steps to setup Auto-Reply in plesk: Login to Plesk. Here you have to go to Mail >> Email Address >> Auto-Reply tab. Here you have to select the Auto-Reply check box to enable it for your domain. And also you have to make settings of Auto-Reply according to your need. At...
  16. K

    A Complete Guide to Recovering a Mailbox from a Full cPanel Backup

    You recover a cPanel backup when the email account gets corrupted or data goes missing. You’d also make use of the backup file if you’re moving to a new host. Either way, the process of recovering a mailbox from a full cPanel backup involves multiple steps. First, you’d have to extract the...
  17. K

    How to switch on antivirus protection for mailbox?

    You can follow below steps to switch on antivirus protection in Plesk: Login to Plesk. Here click on “Mail” and then “Email Address”. After that you will find “Antivirus” tab, so click on it. Here you can see the “Antivirus protection for email address” checkbox, you have to select it. You can...
  18. K

    Steps to setup private nameservers in WHM

    You can follow below steps to setup nameservers in WHM: Login to WHM. Now click on “Edit DNS zone” under “DNS Functions”. Here you can select domain name from drop down and then click on “Edit”. You have to enter SOA record and email address for nameservers. You have to point to private...
  19. K

    Steps to restart Mysql service in Plesk

    You can follow below steps to restart mysql service: Login to Plesk. Here you will find “Tools and Settings” option, you have to click on them. Now under “Server Management” section you have to click on “Mysql server”. Finally, click on start.
  20. K

    Steps to post restoration database repair

    While restoring database sometimes it’s possible that few database users will get orphaned and if you want to use them again then you need to repair those databases, to achieve this you have to follow below steps: You can check your database is orphaned or not with below steps: Login to Plesk...
Top