devianl2 / laravel-scorm

Laravel scorm package
MIT License
38 stars 20 forks source link

Scorm zip upload gives error at createDirectory #19

Closed MeesPos closed 2 years ago

MeesPos commented 2 years ago

When uploading a zip file, sometimes createDirectory goes wrong, other times it doesn't.

I got this error: image

I think it's wrong here: image When I comment out the if statement with the method_exists, it doesn't go wrong anymore.

MeesPos commented 2 years ago

I'm using:

PHP 8.1 Laravel 8

rhnkyr commented 2 years ago

You need to use a fixed version of 3.0.4 then you are good to go.

devianl2 commented 2 years ago

Try to check your composer : "league/flysystem-bundle": "^2.2", "devianl2/laravel-scorm": "^3.0.8", (Latest) "php": "^8.0.2",

MeesPos commented 2 years ago

Great, it's fixed now. Thank you!