- 🇮🇳India malaynayak
mitthukumawat I was not able to reproduce the issue .tar and .tar.gz files. Please add more info and open the issue if applicable.
After uploading a .tar.gz extension file for bulk upload, it is showing the below error:
Error: Call to a member function extractTo() on null in Drupal\pack_upload\Form\UploadForm->submitForm() (line 125 of /app/modules/contrib/pack_upload/src/Form/UploadForm.php)
After going inside the code, I found the actual error is :
TYPO3\PharStreamWrapper\Exception: Unexpected file extension in "phar:///app/sites/default/files/Folder7/test_filename.tar.gz/" in Drupal\Core\Security\PharExtensionInterceptor->assert() (line 44 of /app/core/lib/Drupal/Core/Security/PharExtensionInterceptor.php).
It is working as expected for .zip file types.
Closed: cannot reproduce
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
mitthukumawat I was not able to reproduce the issue .tar and .tar.gz files. Please add more info and open the issue if applicable.