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.
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?
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:
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 ?