Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello! I am receiving an odd error message when installing drupal 8 onto ipage.com. I was able to get ipage support to set up Drupal for me, butafter I set up my mysql database then tried to enter database information into the Drupal setup, I suddenly got an INTERNAL SERVER ERROR message, which was an ipage problem. ipage attempted to fix the problem, but now I get an error message when I go to my domain which says:
Drupal is most popular web content management framework and customizable tool that helps in building content management strategy. With RSS feeds, taxonomy, user account registration, maintenance, page layout customization, menu management, and lot more it has become a preferred choice for industries to engage easily with customers through their website. A couple of months ago, the company released Drupal 8 with both enhancements and improvements, let’s have a look on what new Drupal 8 brought on the table:
I have a big problem with views of Drupal 8.
I added a new field in the taxonomy A. Then, in a view, i added a contextual filter using this field.
On the local environment, everything works. While, in the test environment and after deployment, it shows me "Broken / Missing Handler" instead of the filter name on the edit view screen.
Do you have an idea about the problem ?
FYI : I share the same configuration between local and test environments
To export the config: I use "drush cex" and to import it, i use "drush cim"
I understand that block plugins can be created with configurable forms using the blockForm method, but is it possible to make it so that the form you create applies to every block instead of just the block plugin you created?
For instance I have a block plugin called Basic that uses blockForm to create a form with various style options, but I'd like these options be available to the 'Powered by drupal' block, view blocks and every other type of block.
The default forum module creates an "Add new Forum topic" link at the top of every forum-related page. I cannot find where this link is created or otherwise generated. I would like to style it using the bootstrap theme I have by changing its class from "btn" to "button" but I can't find where it's generated. Can someone point me in the right direction?
What exactly happens behind the scene when we generate one time login URL or use Drush uli.
Does it make a database entry with the generated key and then matches this with the key at the generated URL ?