You have cleaned your temporary folder, but then try upload again the same file with the same name. But it saved to "file_managed" table, so it raises error:
* <strong>The files will be added to the {file_managed} table as temporary files</strong>.
* Temporary files are periodically cleaned. Use the 'file.usage' service to
* register the usage of the file which will automatically mark it as permanent.
function file_save_upload($form_field_name, $validators = [], $destination = FALSE, $delta = NULL, FileExists|int $fileExists = FileExists::Rename) {
Just for info:
https://github.com/krakjoe/apcu/blob/v5.1.23/apc_sma.c#L565
info->seg_size = sma->size - (ALIGNWORD(sizeof(sma_header_t)) + ALIGNWORD(sizeof(block_t)) + ALIGNWORD(sizeof(block_t)));
seg_size = = 33554312b, not 33554432b (32M) - 120 bytes difference in my server.
so $apcu_recommended_size = '32 MB';
in system.install isn't exact value for comparing.
https://github.com/twbs/bootstrap/pull/40623
It will be fixed on 5.3.4.
Thanks @pvasilli! Waiting for it.
p.s. ΠΠ³Π°, Π½ΠΈΠΆΠ΅ ΡΠΊΠ°Π·Π°Π» Π² ΠΏΠΎΡΡΠ΅, ΡΡΠΎ Π½Π° SASS 1.77.6 ΡΠ°Π±ΠΎΡΠ°Π΅Ρ.
->setDefaultValueCallback(static::class . '::getDefaultStartEndDate') isn't call this function.
Nikit β created an issue.
It need to add more details to comment #2 β¨ add library install in composer.json Active and to the documentation of module:
composer require oomphinc/composer-installers-extender
// All actions as commented in #2
composer require bower-asset/bootstrap-datepicker
Thank you! Just today is our language day :)
Btw, server system settings used for start of week. But better to use config value, initial value of this can be taken from server settings.
Well done. Thank you!
. Problem/Motivation
Week can start from Sunday or Monday or Saturday - depend on country.