Monster971 → created an issue.
Hello,
I have a question, for a long time I was using patch #42 which saved my files in /files/private/webform/webform_id/, a week ago I applied patch #56-v4.x, I found that the files are now saved in /files/private/webform_id_tmp/.
Is this normal?
Monster971 → created an issue.
Good morning,
After updating my project 9.5.8 to 9.5.9 (composer update "drupal/core-*" --with-all-dependencies), I can no longer run a drush command. I have the following error:
PHP Fatal error: Cannot redeclare Laminas\Diactoros\createUploadedFile() (previously declared in /usr/local/src/drush/vendor/laminas/laminas-diactoros/src/functions/create_uploaded_file.php:14) in /var/www/html/unc/vendor/longwave/laminas-diactoros/src/functions/create_uploaded_file.php on line 16
PHP Version : 7.4.33
Drush version : 11
Thank you for providing this module. Would it be possible to obtain a release that is compatible with D10?
Hello @vensires,
Thanks for this answer, where to put the clean_permissions.php script? at the root of the project ?
Thanks for the answer, but it still doesn't work, I think the ->save() method will always overwrite the update date.
Thank you @dharmeshbarot, I'm waiting for your answer
Hello @dharmeshbarot,
Thanks for the answer but the changed date is updated by the current timestamp.
Whereas if my changed date is 03/24/2023 - 6:00 am, I want after the cron run that the date remains 03/24/2023 - 6:00 am, not the date where the cron puts update on the webform submission..
Monster971 → created an issue.
Is it possible to update webform submissions via the cron without the changedTime date being updated?
Hello @Arrow,
Sorry for the lack of additional information to help the community.
I have a Drupal 9.5.5 (Apache/2.4.6 (CentOS) PHP/7.4.33) project that relies heavily on Webform REST module patch #37.
When I tried to update Webform REST 4.0.1 to Webform 4.0.2 with the following command:
composer update drupal/webform_rest
I got the following error:
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2021-04-30/webform_rest-add_file_upload_resource-2899902-37.patch
As well as in my Drupal project the following PHP error which crashes my project:
Drupal\Component\Plugin\Exception\PluginException: Plugin (webform_rest_file_upload) instance class "Drupal\webform_rest\Plugin\rest\resource\WebformFileUploadResource" does not exist. in Drupal\Component\Plugin\Factory\DefaultFactory::getPluginClass() (line 97 of /var/www/html/myproject/web/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php).
Here is the information from my side.
Warning : Do not install the Webform REST 4.0.2 update, if you have this patch.
This completely broke my project in production.
Hello,
I used the Devel Entity Updates module and run the drush entup command, that solved my problem.
Thanks !