Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create folder on XAMPP on Mac OS #4

Open
elburro1887 opened this issue Apr 13, 2016 · 0 comments
Open

Can't create folder on XAMPP on Mac OS #4

elburro1887 opened this issue Apr 13, 2016 · 0 comments

Comments

@elburro1887
Copy link

Im using this via the PHP FFMPEG library on a XAMPP server running on Mac OS.

apparently the directory returned via sys_get_temp_dir(); is not writeable due to directory permissions.

A solution would be to be able to have a fallback directory that is manually or automatically specified?
But this would also needed to be exposed by PHP FFMPEG for example.

Error Details

Type: Neutron\TemporaryFilesystem\IOException
Message: Unable to make directory
File: /Users/xxxxxx/xxxxx/vendor/neutron/temporary-filesystem/src/Neutron/TemporaryFilesystem/TemporaryFilesystem.php
Line: 42

Trace

#0 /Users/x/xx/vendor/neutron/temporary-filesystem/src/Neutron/TemporaryFilesystem/Manager.php(52): Neutron\TemporaryFilesystem\TemporaryFilesystem->createTemporaryDirectory(511, 50, 'ffmpeg-passes57...')
#1 /Users/x/xx/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Video.php(124): Neutron\TemporaryFilesystem\Manager->createTemporaryDirectory(511, 50, 'ffmpeg-passes57...') ......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant