Closed ildyria closed 6 months ago
@ildyria
I'm really interested in contributing to this project, and I would like to work on the issue. Could you please assign it to me? Thank you for considering my request.
Hi @dev-george-nikolaidis
I can't assign you to the issue but you can just fork and create a pull request with your changes. Your contribution would be very much appreciated.
You can also join us on Discord / Gitter if you have questions (links in the readme).
If you want some hint, have a look at: https://github.com/LycheeOrg/Lychee/blob/master/app/Livewire/Components/Forms/Album/SearchAlbum.php
I am so sorry to bother you, I just found a small issue, but I'm not very familiar with PHP. Now I have some hints, thank you very much : )
@Ryanonly As we speak I start working on this ticker, you are not bothering me, what you want to share?
@ildyria I am having some trouble installing the app locally on Windows 64. I have XAMPP installed, and the forked clone of the app is located at C:\xampp\htdocs. When I try the composer install --no-dev command, I encounter this error (check cmd image). I also provide you with a php.ini image. Any help would be greatly appreciated.
@dev-george-nikolaidis If you look at sys_temp_dir
in php.ini
you see it is pointing to C:/Windows/Temp
You may want to verify that it has write access (which does not seem to be the case) there or change that folder. https://stackoverflow.com/a/34762941
PS: I really recommend you use WSL to do your dev. That will simplify the setting up for you.
@ildyria You can have it if you want.
Discussed in https://github.com/LycheeOrg/Lychee/discussions/2313
That image is not really important, you can pretty much ignore it. It requires a minimal fix in the front-end. I'll do it when I have a bit of time (pretty busy atm). :(