-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xampp 7.4 on windows cann't import module #1566
Comments
share the .zip file with us, please |
it here, tks |
did you .zip that file yourself or download it from the application? |
it looks ok. going to give it a try |
I tried another file on the internet and it was ok, but the file I created doesn't work |
@joebordes I think the problem is to the zip. the zip is not generated with the correct file structure. |
yes @denaldhushi, you are right! the directory structure is separated by a backslash (), not a forward slash (/) |
has to be some configuration option in that application where you can set the directory separator to UNIX style |
let us know how it goes and what you have to configure to get the right format |
I just connected to a windows machine, created directory structure, selected the files, right clicked and selected "compress zip". downloaded the file to my linux server and it has the forward slash correct. try that $ unzip -l /home/joe/test.zip
Archive: /home/joe/test.zip
Length Date Time Name
--------- ---------- ----- ----
0 2024-03-27 18:15 New folder/New Text Document.txt
0 2024-03-27 18:15 New Text Document.txt
--------- -------
0 2 files |
I hope you found a solution. If so, and you can, share :-) |
I generated a module but i can't import it.
I import the downloaded zip file. I use xampp 7.4 on windows.
The text was updated successfully, but these errors were encountered: