konnco / filament-import

why import must use a template when you can import all files dynamically?
MIT License
202 stars 61 forks source link

pacth correct and there are but system can not read that #153

Open muj4h1d1n opened 6 months ago

muj4h1d1n commented 6 months ago

File [/home/u1694184/public_html/demo-sip-simakberita.com/storage/app/livewire-tmp/nhaUTQr5TnrrzFHbfk4T5SJ0yo5y9z-metaZm9ybWF0LXBlbWFpbi54bHN4-.xlsx] (local) does not exist and can therefor not be imported.

fazalerabbi commented 6 months ago

I am also facing this issue.

Saifallak commented 6 months ago

also me having this issue.

Saifallak commented 6 months ago

install "konnco/filament-import": "^2.0.2-beta" solves the issue.

muj4h1d1n commented 6 months ago

konnco/filament-import": "^2.0.2-beta

yess this is work. thank you

emmanpbarrameda commented 3 months ago

composer require konnco/filament-import:^2.0.2-beta

uqjohart commented 2 weeks ago

Sorry, this issue is still around. I have tried:

  1. composer remove konnco/filament-import
  2. composer require konnco/filament-import:^2.0.2-beta
  3. php artisan cache:clear
  4. set the storage and below to 777 (to make sure it is not in the way)

And still receiving : File [/var/www/html/storage/app/filament-import/01J6DPX7QDYJBE380FWCRFFM4F.xlsx] (local) does not exist and can therefor not be imported.

I really love this plugin and do not want to be forced onto the terrible inbuilt batch imports. Any advice would be appreciated.