Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.17k stars 896 forks source link

ElFinder stuck at "Open folder..." #834

Closed EmanueleCoppola closed 7 years ago

EmanueleCoppola commented 7 years ago

Hello, i set exactly as documentated, that's my config

'uploads' => [
     'driver' => 'local',
     'root' => public_path('uploads'),
],

and everything seems perfect, but i get stuck in "Open folder..." small modal.

Is this a bug? Or where am I wrong?

Edit: when connecting to "/elfinder/connector?_token=..." i get a FatalErrorException because of 30 secs of execution.

lloy0076 commented 7 years ago

Do you see anything at all in storage/logs/laravel.log or the relevant web server error logs?

EmanueleCoppola commented 7 years ago

I just switched php version from 5.6.28 to 7.x on my MAMP Pro and now seems to be fine, I also switched back to 5.6.28 and seems fine too 🤔