Bart Huisman (also known as VolgensBartjes)

Results 19 comments of Bart Huisman (also known as VolgensBartjes)

when its in the working and not working modus, i both get a screen with code but after a milisecond it clears and gives me: ``` ▒@1▒▒▒ Bart@machine location $...

so chrome is just showing the right image when ob end clean in added, and the little square when not added. only when going into the chrome inspector and clicking...

@olivervogel and yes "I think you setup imagecache like it is described in the docs." yes i did it just folowing the docs ;)

@codemonkeynorth yes, the base64 version that @olivervogel has now, was also different

my working and not working give different base64, but the same response as you, but instead of spaces in the beginning, i get a blank line at the wrong file,...

@codemonkeynorth what cache meganism is your default? here it's redis. config/cache.php: ``` 'default' => env('CACHE_DRIVER', 'file'), ``` .env: ``` CACHE_DRIVER=redis SESSION_DRIVER=redis QUEUE_DRIVER=redis ``` .env overrides the config but, also when...

@olivervogel that's the same we do now, adding the ob_end_clean() before the return... so is that realy the solution? and should be added to your package? where is the output...

@olivervogel i'll ask laravel and point them to this ;)