General

alt
| 1 min read
The web evolved out of the need to deliver information to people. In its most basic form information was presented as content. The form, structure, and frequency of such content being delivered would define a user’s affinity to the entity that delivers. Over time content came to define experiences for people online, across all domains. If you had to sell something on the internet, you had to provide information about the entire ecosystem around it. Many brands leveraged this, while many did not.
The website encountered an unexpected error. Please try again later
| 3 min read
"The website encountered an unexpected error. Please try again later." this is the most common error encountered by a Drupal developer. Usually, errors are logged by Drupal and the logs can be accessed from Admin->Reports->Recent log messages. But when you get "The website encountered an unexpected error. Please try again later." you cannot even access the reports dashboard.
Image Credit: Alesia Kozik, Pexels
| 11 min read
When Bitcoin was first introduced in 2009, not much was known about digital currency let alone how to pay with cryptocurrency. But worry no more. By the end of this article, you’ll find out companies that accept cryptocurrency as a payment method, the benefits of paying with cryptos, and how you too can implement it in your business.
Zyxware default image4
| 2 min read
You can always create a view manually, and change the configuration one by one manually. And, all done. But, still, there is a chance of manual error. Drupal9 allows you to import-export views. You can follow the below steps to Import and Export views
Drupal Commerce Vs Ubercart
| 2 min read
In pre Drupal 8 era, the global variable $user was available every where, from you can easily get the current logged in user id. For all new version of Drupal, you should use \Drupal::currentUser()->id() Once you have the user id, you can use the User::load to get the user object.