Site totally crashed after attempting upgrade to 3.37

Hi,

So my company uses Bluehost for web hosting and well, they suck. Don't ever use Bluehost. Anyway, yesterday I attempted to update core to the newest security patch. For some reason the update failed. And ever since then my site has been gone. I can't login to admin, or do anything. It just says this: The website encountered an unexpected error. Please try again later.

Custom booking calendar module : JS or PHP ? From scratch or library ?

Hi all !

I'm a full stack dev new to Drupal. I found many calendar modules, but none works for drupal 8 with dateranges to highlight intervals, so I decided to create my own (if I could contribute while filling my needs it would be great ). It would of course collect the arrival and departure datetime fields. I'm not bad at PHP, but more used to pure JS. So :

Should I go 100% PHP, creating from scratch an array containing a yearly calendar and a function to handle the booking dates and highlight the intervals on the calendar ?

Encountered error while installing Drupal 8.3.7

Error
The website encountered an unexpected error. Please try again later.
Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by standard have unmet dependencies: block.block.bartik_search (search), core.entity_form_display.node.article.default (path), rdf.mapping.comment.comment (rdf) in Drupal\Core\Config\UnmetDependenciesException::create() (line 98 of core\lib\Drupal\Core\Config\UnmetDependenciesException.php).

Grouping content types in group nodes

I have created 2 different groups and updated content(basic pages & article) using group module in my drupal 8 project.

Currently it is listed in nodes tab of group.

I have used an view module to group based on the content type. But i couldn't make it.

Can anyone help me out?

My librairies not load in my theme

Hi,

I'm making theme on Drupal 8.
I created my file *.info.yml and my libraries.yml for add my css and js but my style not load.
Below my code:

info file

name: 'Test theme'
type: theme
description: 'Description'
core: 8.x
screenshot: test.png
version: 1.0
# Regions
regions:
  header: 'Header'
  content: 'Content'
  footer: 'Footer'
# Scripts & Styles
libraries:
  - test/global

librairies file

Custom HTML CSS

I know how to install Drupal 8 and Drupal Commerce and I am using Bootstrap for my theme.

I know I can use HTML and CSS via the wysiwyg editor if I create a body (text field). However how do you change the html and css of the actual nodes so they render how you like them to (like changing the Price font, or borders around the product description, placement of fields, product background)? I thought this is what the theme was supposed to do.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x