I am currently experiencing an issue with extracting a zip file in the Monsta FTP file manager provided by InfinityFree. I have uploaded a zip file to my htdocs folder, but when I try to extract it, nothing happens, and I receive an error in the browser console.
Steps I’ve Taken:
- I uploaded a zip file to my htdocs directory using Monsta FTP.
- I selected the zip file and clicked on the Extract button.
- However, the extraction process does not start, and I see the following error in the browser console:
TypeError: Cannot read properties of undefined (reading ‘fileKey’)
at monsta-min-2.10.4.js:1:43312
at l (vendor.js:12:71988)
at vendor.js:12:72434
at d.$digest (vendor.js:12:78277)
at d.$apply (vendor.js:12:80271)
at a (vendor.js:12:54268)
at m (vendor.js:12:57030)
at w.onload (vendor.js:12:57454)
‘Possibly unhandled rejection: {}’
What I’ve Tried So Far:
- Refreshing the Monsta FTP interface.
- Clearing browser cache and trying in different browsers (Google Chrome, Mozilla Firefox).
- Checking file permissions (set to
644
). - Trying to re-upload the zip file and extract it again.
Additional Information:
- The zip file size is 140MB.
- I am using the InfinityFree free hosting plan.
- The zip file contains a Laravel project with several files.
Request for Help:
Can anyone help me with:
- Resolving the issue with extracting the zip file in Monsta FTP?
- Any suggestions on how to manually extract the zip file or use an alternative method (like SSH or FTP)?
- Is this a known issue with Monsta FTP or InfinityFree, and are there any ongoing server-side problems?
Thank you for your assistance!