is it possible with D8.1 and the recent rules module to create a rule to send an email to the author of a node after someone hast left a comment there? Or does rules still doesnt support tokens in the D8 release?
I was upgrading a theme on one of my test sites (Drupal 8) like this:
drush up mayo
Something went ... wrong. I'm new to drush, so I can't say much more than that. It failed and my site started acting like I didn't have any themes installed.
I first tried to back out of it by copying the original theme files back out of drush backups, but my site failed to recognize that the files were there. Even after multiple "drush cr". I then backed out of it by setting the default theme to Bartik via drush, and then installed the theme like this:
I have several Drupal 7 sites running on my ISP with no problems. I recently tried to install Drupal 8.1.1 in a test. It installed with no problems, and seems to run OK, except the update module can't get the core update information. Here's the error logs:
I use Drupal 8. The module "Redirect" redirects all /nodes to the their corresponding alias, but the frontpage doesn't get redirected. If I enter www.mypage/node/1, it is not redirected to www.mypage.com.
We encounter a problem after installing search_api on drupal 8 (succesfully migrated from a drupal 6).
As we try to index we've got the error message below after 32 items:
"SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs: ALTER TABLE @search_api_db_contenu ADD `search_api_datasource_52` VARCHAR(255) DEFAULT NULL COMMENT 'The field\'s value for this item'; Array ( ) "