DRUPAL REST

REST DOCUMENTATION..

The website encountered an unexpected error. Please try again later., block Drupal\Core\Config\UnmetDependenciesException: Confi

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:

RFP for Government Site in Denver Metro Area

https://www.northglenn.org/bid/rfp-2016-027-website-redesign-project

Total budget for the redesign is $60,000; $20,000 in 2016 and $40,000 in 2017.

Implementation of site-wide, keyword based Search using Search API

Modules:
Search API for Drupal 8

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)

Cannot write a proper regex for trusted hosts

I'm trying to enable the trusted host settings, but I cannot write a proper regex. I have a standard forwarding where http://mydomain.com is forwarded to http://xx.xxx.xx.xx/soa/index.php.

The only pattern that works is one that allows everything:

$settings['trusted_host_patterns'] = array(
 '^.*$',
);

Anything else I attempt results in

Nginx errors "Too many files open"

Hello

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.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x