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.
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.
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 ?
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).
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.