Search results

  1. K

    Optimizing Caching with Memcached on cPanel Hosting for Drupal 8

    Memcached is a popular memory object caching system. Since it’s an open-source software and free, you should use Memcached for your Drupal 8 website to speed up your website. In this article-cum-guide, we explain how to improve the performance of your Drupal 8 website on shared hosting plans...
  2. K

    Softaculous error “The INFO.XML file could not be found”

    If you are getting below error in Softaculous while installing any script then you can follow below error. The INFO.XML file could not be found! Please report this to the server administrator. Method 1 To resolve this error it is must to have shell access on server, you have to use below...
  3. K

    Steps to add IP address on Centos server

    To add IP address on CentOS server you first have to go to network configuration directory: /etc/sysconfig/network-scripts Now you have to create a file ifcfg-eth0:1, but if you already have many other IP addresses then you have to add file with next increment for next IP address. Now add...
  4. K

    Setting Up a Virtual Host File on Wampserver For Drupal 8: A Complete Guide

    Development teams running Drupal 8 on a local web server often choose WampServer for programming and development. For WampServer to work correctly when executing local file in the browser, you need to edit the Windows hosts file and WampServer Virtual Hosts file. If you’ve set up a local...
  5. K

    Error “Connect to backend failed: connect to lsphp failed” Cloudlinux

    If you are getting error related to LVE then this error shows, this issue can be solved due to non-LVE kernel is used. You can use below command for that: grep "Kernel command line: BOOT_IMAGE=" /var/log/messages You will get the below output : Sep 30 03:10:18 hostname kernel: Kernel command...
  6. K

    Wordpress Toolkit error “You do not have the feature “redirects””

    If you are getting below error while performing few functions then it means Wordpress toolkit requires few cpanel features, you can check them: WordPress Toolkit MySQL Subdomains MIME Types Cronjobs Directory Privacy Password & Security File Manager Redirects You can enable all the options in...
  7. K

    Missing pages while Wordpress Toolkit cloning

    If you have used Wordpress Toolkit cloning function then you have noticed that some of the pages are missing after completing the clone process. Sometimes pages are saved under wp-post tables and you will find option under database section, in which there is, checkbox to exclude cloning process...
  8. K

    A Complete Guide to Using Let’s Encrypt Along With Drupal 8

    Let’s Encrypt is a popular, free service by the Internet Security Research Group that offers SSL and TLS certificates. If you’re using Drupal to power websites, you need to choose whether to accept HTTP connections or only HTTPS connections. You can make such decisions in the cPanel. In this...
  9. K

    Usage of views for image gallery creation in Drupal

    How to use Drupal 8 views for creating image gallery creation? This article will give you a solution for creating an image gallery to support colorbox JavaScript, CCK Fields and Views. Here, you can create the galleries in the methods listed below: Views Table Grid and Image Field Colorbox...
  10. K

    How to use a composer for managing web server Drupal 8?

    Managing the Drupal 8 web server is one of the very difficult tasks. We recommend using composer for a good management system. It is well known for PHP package management utility to manage library or installation of extension in the web server. To use the Drupal 8 web server, working with Drush...
  11. K

    Steps to disable Wordpress comments

    If you want to disable Wordpress comments manually for security reasons then you can follow below steps: Login to Wordpress dashboard. Navigate to Settings >> Discussion Here under “Default Article Settings” you have to uncheck “Allow people to post comment” option to disable comments.
  12. K

    Error : “Missing PCRE2 library” in ClamAV on CloudLinux 6

    If you are getting below error while starting ClamAV then you can check below details. /usr/local/cpanel/3rdparty/bin/clamd: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory According to this error PCRE2 need to be installed on...
  13. K

    Wordpress is not using PHP version and custom ini settings in cpanel

    If you are getting issue in Wordpress Toolkit like you are not able to update PHP version and custom PHP settings then the reason behind this issue is “Security check’ option. In Wordpress Toolkit Deluxe there is a feature available “Security check”. This feature provides several options like...
  14. K

    There was a problem with the install. Refresh the page and try again.: [object MessageEvent]: Error in Wordpress Toolkit

    If you are getting below error while installing Wordpress Toolkit from WHM Marketplace and also you are not getting any specific error log which can help to resolve the error. Error: There was a problem with the install. Refresh the page and try again.: [object MessageEvent] In this case you...
  15. K

    Is it possible to send Drupal 8 files from Git Wampserver?

    In this article, we are going to explain the process of transferring the Drupal 8 files from Wampserver which runs in the environment of localhost to the platform of hosting remote mode with the help of Git. Why Git is necessary to send files from Drupal 8 to Wampserver? Git has the direct and...
  16. K

    Jetbackup 5 creating issue with no error logs

    If your Jetbackup 5 is continue loading and you will also not getting any logs then you can restart Jetmongod service via command: service jetmongod restart
  17. K

    Steps to prevent spamming through contact form

    Mostly spamming is done through contact form and due to this it is must to secure your contact form. You can do this by using captcha in contact form. It will differentiate the bots and humans for your website and reduces chances of spamming. You can also use Google’s reCAPTCHA to secure your...
  18. K

    My php.ini changes are not working, what can be reasons?

    If PHP directive belong to “PHP_INI_SYSTEM” which means you can control directives under php.ini files. You can make changes in these directives in WHM. For that you can follow these: Login to WHM >> Software >> MultiPHP INI Editor Another reason can be that if you are making changes in...
  19. K

    PECL module is not showing in PHPINFO

    Most of the times the PECL extension is not installed on server that’s why PECL module is not showing enabled. You can manually check that extension is installed or not on server with PECL command-line tool. The PECL CLI tool is located at /opt/cpanel/phpXX/, you can check below example: We...
  20. K

    Configuring Drupal 8 in cPanel to Use Cloudflare Services

    Cloudflare is a popular CND service provider. CDN stands for Content Delivery Network and is used for caching websites and web pages. It significantly speeds up the website loading time. Caching also reduces load on the server. Many web hosting companies include basic Cloudflare CDN in their...
Top