Core Contact Form Erroring

Hi there,

I have recently attempted updating to the latest version of drupal 8, which upon completing the update.php process was greeted with a 500 error.

I have now rolled back to the old version of the site, and have noticed the contact forms (made using the contact forms that are part of drupal core) display fine, but once you click send returns an error page with this message: "The website encountered an unexpected error. Please try again later."

The site can no longer be accessed for that browser session.

How to share users with other web applications?

Hi all,
I'd like to share the users between a Drupal8 site and an OwnCloud site on the same domain.
So that a user authenticated on a Drupal8 is already authenticated on an OwnCloud site.
Is it possible?
Which is the best way to share users between Drupal8 and another web application?
Should I use LDAP or there are simpler methods or any libraries/protocols?
What are your suggestions on this argument?

Thank you very much

claudio

Custom global Twig variables

Hello!

How i can to add own global vars for using in twig templates?
I don't know how to use this example snippets:

$path = 'path/to/templates';
$loader = new \Twig_Loader_Filesystem($path);
$twig = new \Twig_Environment($loader);
$twig->addGlobal('my_var_name', 'my value');

or

How to get the view count of taxonomy term pages in Drupal 8?

I'm running Drupal 8.3. Statistics module can count views of a node. But is there a way to find out view count of taxonomy term pages?

I'm looking for how many times a taxonomy term page is viewed, but not the count of how many times a taxonomy term is used in nodes.

Edit:
In short, I'm looking for a similar module as below for Drupal 8. https://www.drupal.org/project/taxonomy_term_statistics

Try to understand the caching system

Hey guys,

I have some parts of my website that should not be affected by the cache (because lot of content changes here). All these parts are inside blocks. So I used:

Get email address and password from login page in my custom funtion

Hi
i am new to drupal. I am using "hook_user_login" in my theme file to add my custom function when user login to my site. I want to get email address and password from user. How can i do this ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x