Augustin Delaporte
Augustin Delaporte
Hi, we will be soon releasing the support for Crons Activities, as well as Cancellable Crons. As a user, you will have way more visibility on running crons and their...
- [x] Currently getting a: ``` Warning: file_put_contents(sites/default/settings.php): failed to open stream: Read-only file system in drupal_rewrite_settings() (line 337 of core/includes/install.inc). drupal_rewrite_settings(Array) install_write_profile(Array) install_run_task(Array, Array) install_run_tasks(Array) install_drupal(Object) ```
- [ ] Stop hardcoding `$settings['hash_salt']`. Include this: `Drupal\Component\Utility\Crypt`.