I have two already created fields in my custom content type Product.
Category - Term_reference field (with widget type as Term Reference Tree).
Name -Textfield.
All I want to do is, when creating/editing a content type product whichever category the user selects from Category field, the Name Textfield should be updated automatically (on Ajax request) and then the user can save the node.
I note that the use of the searchAPI in our Drupal installation takes quite a long time. It appeared that the query is inefficient. In the watchdog log, I see this error message for every search request:
"SearchApiException: Required field search_api_access_node not indexed on index Default node index. Could not perform access checks. in _search_api_query_add_node_access() (on line 2104of /sites/all/modules/search_api/search_api.module)."
I am currently running a drupal company website. A new community site will be created by Joomla. How the user profiles first migrated from drupal to Joomla, and second synchronized and single sign on from main drupal site to a Joomla community site? Any plugins can do the SSO?
I want to create a website that asks several questions (around 10-15, checkboxes) and then gives the users personalized recommendations based on their answers (and also capture their email and maybe other contact info).
The recommendations shown after the quiz will be complex (each of them depending on several answers) and long (several options, etc.), not just a simple phrase with the result of the quiz.
I inherited this website and it running product feed importer the product are inserted in the commerce product table into the database, However they are not showing up on the website I believe it has some to do with search index and the nodes table. How I get them to sync with the nodes table and search db index table so they will display on the website. I recently move the from acquia to a new hosting company and the feed are working but not new product is showing up on the website.