Disable Drupal Cache For Development
Please update this page.
Please update this page.
We are excited to announce the release of ZuviPro v11.1.2, the latest update to your favorite premium Drupal theme built for modern, high-performance websites. Changelog # Fixed sticky header issue. # Update Bootstrap Font Icons to v1.13.1 # Added new social icons – mastodon, tiktok, twitch, bluesky, discord. How to Update To upgrade to ZuviPro […]
As a Drupal developer or site administrator, you might encounter this error message when migrating a Drupal site to a new server. Got error ‘PHP message: Error: Class “Drupal\\mysql\\Driver\\Database\\mysql\\Connection” not found in public_html/core/lib/Drupal/Core/Database/Database.php So, how can you resolve this? In this blog post, we will explore how to fix it. Step #1 Change file and […]
Unknown collation error is a very common problem when working with MySQL databases of a Drupal site. This happens when we try to migrate or restore a Drupal site on a new server. Importing a .sql file often throw this error message. This is the most common error message that our clients have reported. #1273 […]
In this tutorial I will explain how to create a new text format without CKEditor. And this text format will have all featured of default Full HTML Text format. Why We need a text format without CKEditor CKEditor by default filter out many HTML tags. For example, it removes font icon <i></i> tag. So, in […]
Drupal 8 has a core module called Contact. Using this core module we can create a site-wide contact form very easily and quickly. Site administrator will receive message sent via this contact form via e-mail. Requirements None. We will use core module and features. Step 1: Enable Contact Module Contact module is enabled by default. […]