Hello,
I'm using drupal 7.58 with webform 7.x-3.27.
I have a car seller website. In the car details page (Content page) I have a form for customers that are interested in that car. The content type of the details page is "car".
When the customer submit the form I would like the email to send details about the selected car. At the moment I'm not able to get any fields from the car info. In this case the parent content page tha is a car page.
I upgraded to latest 7.58 and followed database Multi-byte UTF-8 support in Drupal 7. Finished all the steps without issue or error messages, yet when I open Drupal configuraion page I am getting.
"Please convert all database tables to utf8mb4 prior to enabling it in settings.php ... "
I have 3 websites sharing the same code like user/drupal/. I think it´s called multisite but each one has it´s own data-base because they won´t born together, formerly each one had its own code.
I am using Memcached in one of them because it is mixing the content of each one when I try to make Memcached work with both of 3 sites.
I didn´t understand very well readme.txt about multisite that prefix data-base stuff. I think it doesn't apply to me because they share only the code not data-base.
I could see some uncompressed dynamic js files with dynamic names in page source of my Drupal 7 site.
Those JS are not custom JS added by me. I think Drupal CMS is creating it at run time.
When I check through YSlow I found suggestion about such 2-3 files that they are not compressed files. However if I see in page source it seems like compressed.
I need any idea or suggestion if some one have did it already.
I have integrated OpenID Connect(Generic), where my Signin was successful(Redirects to destination server, provided credentials, redirect to drupal & authenticated).
While i make Sign out, it was successful. But what i found is, log out happens only at drupal side whereas my destined server session still exists(I have checked it by relogin in drupal, it was authenticated without providing credentials).
Is there is any option to log out from both drupal & destined server?