Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Trying to install Drupal 8.2.0-rc1 on LAMP at Amazon (AWS).
Installation run through
1, Choose language -> EN
2, Choose profile -> Standard
3, Verify Requirements (does not stop here since full validation passes
4, Setup Database -> MySQL
5, Install site -> BACK TO 1, Choose language
ERROR: Should progress to 6, Configure site
After looping back to 1, Choose language and retry installation this Exceptipon is thrown:
Functionality:
Based on the keyword entered in the search input box by the user, a site-wide full text search would be performed. The output of the search page would display, all the items matching the search keyword, with an excerpt from the article, highlighting the text matching the keyword.
Implementation:
Download and enable Search API(search_api) for drupal 8, enable Database search (search_api_db)
I have moved a Drupal 8 site from my development server to (temporary) production server.
Everything else is working the same as in development, but the nginx fails quite often with socket failed "24: Too many open files while connecting to upstream" and shows error 500 to the client. On development server I haven't seen anything like that during last few weeks while developing the site.