webmaster social network

Drupal

How to Resolve 'HTTP error 0 occurred' Problem in Drupal

Quite a lot of people meet the issue like 'HTTP error 0 occurred' in Drupal when they work with large file or image. And unfortunately, today I meet the same issue today. After some investigation, the issue is gone after increase "memory_limit" in php.ini.

How to Set Drupal Node Teaser Length

Teaser view is one of the ways Drupal displays nodes, in which only the Title and the Teaser are visible.

The teaser contains the first part of the body. By default Drupal's settings control where break between the teaser and the rest of the node occurs. It is possible, however, to set this manually using a special HTML comment tag.

In below, we will discuss about how to get above 2 ways to set Drupal node teaser length happened.