XAMPP: Stopping Apache…not running.XAMPP: Stopping MySQL…not running.

It seems like XAMPP is trying to stop Apache and MySQL, but it’s indicating that they are not running. This message typically occurs when XAMPP detects that…

How to Install Drupal 10 on Linux ?

In this tutorial we’re going to learn how to install Drupal 10 on Linux server. Follow this tutorial i have installed and run the project in very…

Best DevOps Freelancer in the World

In the dynamic and ever-evolving world of DevOps, finding individuals who not only excel in their technical capabilities but also lead with innovation and insight is rare….

How to delete Cache in Drupal Using Command ?

In this tutorial we’re going learn how to remove cache using SQL Query. Once you’re connected to your Drupal database, you can execute SQL queries to delete…

ERROR 1153 (08S01) at line 1041: Got a packet bigger than ‘max_allowed_packet’ bytes

Error:- Solution Open below file And put the below code Next restart the server.

File structure of drupal | Basic Directory Structure of a Drupal ?

What is Drupal ? Drupal is a popular open-source content management system (CMS) written in PHP and built upon the Symfony framework. It is used worldwide to…

How to Upload Big Database using Command in PhpMyAdmin ?

If you need to upload a large database to phpMyAdmin using a command-line interface, you can use the mysql command to import the database dump file directly…

How to Install Drupal on Windows ?

What is Drupal ? Drupal is a free and open-source content management system (CMS) written in PHP. It’s known for its flexibility, scalability, and robustness, making it…

How to Crawl any website Meta Title and Meta Description in Laravel ?

1st step install below package. Next to create Controller First go to route and put below code Next go to controller and put below code Next go…

How to install Redis on Docker with Example ?

In this tutorial we’re going to learn how to install redis on docker with example. I have mentioned in every step with example of installations. 1st step…