I went through the steps of setting things up and had a working solr server...until I realized that Drupal search api only works with up to 6.x
So, I downloaded Solr 6.6.3 ... and it won't start.
"Waiting up to 180 seconds to see Solr running on port 8983Still not seeing Solr listening on 8983 after 180 seconds!
tail: /Applications/solr-6.6.0/server/logs/solr.log: No such file or directory"
I tried 6.6.2 and 6.6.0
I also tried on a different port, just to see. How can it say no such
I need to create a form using Webform to allow members to select dates. The range of the dates comes from variables stored with each group, as do various other variables such as the form closure date and title. I'm confused as to how I get to use these tokens in my webform.
I have created my WebForm. I presume I now need to attach this to a node. What sort of node? I have a view which has all of the info I need - How do I use that info? The content type that has all the info I need is a Group. Do I need to attach the webform to the Group?