Marco
Results
2
issues of
Marco
To check absolute path (ex: c:, /, //) the _createFolders method (line 1123) has to be changed in: function _createFolders($dir, $thumbsizes) { ``` $folder = new Folder(); if (!$folder->isAbsolute($dir)) {...
Hi, any idea why I get the error "Object of class Pheanstalk\Values\JobId could not be converted to string" at vendor/laravel/framework/src/Illuminate/Database/Connection.php:707 using Beanstalkd as driver and Laravel 11.8.0? It happens when...
question