laravelMp3 icon indicating copy to clipboard operation
laravelMp3 copied to clipboard

Use of undefined constant GETID3_TEMP_DIR

Open fiter92 opened this issue 7 years ago • 0 comments

Hello! I've got error:

Use of undefined constant GETID3_TEMP_DIR - assumed 'GETID3_TEMP_DIR' in LaravelMP3.php (line 14) at HandleExceptions->handleError(8, 'Use of undefined constant GETID3_TEMP_DIR - assumed 'GETID3_TEMP_DIR'', '/var/www/.../vendor/acekyd/laravelmp3/src/LaravelMP3.php', 14, array('path' => object(UploadedFile), 'temp_dir' => '/var/www/www-root/data/mod-tmp/', 'open_basedir' => '/var/www/www-root/data:.', 'found_valid_tempdir' => true, 'open_basedirs' => array('/var/www/www-root/data', '.'), 'basedir' => '/var/www/www-root/data/')) in LaravelMP3.php (line 14)

What should I do?

fiter92 avatar Feb 10 '18 22:02 fiter92