Can not upload a image after upgrade #2550
Replies: 1 comment
-
This seems to be a problem of space in your container, and not limited to version 5. I tried to provide a mitigation to that problem on version 6. Did you try restarting the container? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lychee version
v5.5.1
Which PHP version are you using?
PHP 8.2
Detailed description of the problem
When I try upload a image after upgrade to new version I'm getting error "stream_copy_to_stream(): Read of 8192 bytes failed with errno=21 Is a directory"
Setting up LIVEWIRE_ENABLED to false does not worked for me
LIVEWIRE_ENABLED=true
with
LIVEWIRE_ENABLED=false
Steps to reproduce the issue
Latest docker image of Lychee
docker-compose.yaml
version: '3.8'
services:
lychee:
image: lycheeorg/lychee
container_name: lychee
volumes:
- ../../../../storage/conf:/conf
- ../../../../storage/uploads:/uploads
- ../../../../storage/sym:/sym
- ../../../../storage/logs:/logs
command: "php artisan cache:table"
networks:
default:
name: container-network
external: true
Diagnostics [REQUIRED]
Diagnostics
-----------
Warning: Dropbox import not working. dropbox_key is empty.
Warning: zend.assertions is disabled although Lychee is in debug mode. For easier debugging code generation for assertions should be enabled.
Info: Latest version of PHP is 8.3
Warning: git (software) is not available.
Info: Found 4 medium that could be generated.
You can use
php artisan lychee:generate_thumbs medium 4
to generate them.Browser & System [REQUIRED]
Firefox 130, Fedora 40
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions