Ernesto Hernández

Results 2 comments of Ernesto Hernández

I had the same problem, I solved it provisionally by adding in SaveFileContentController.php and FileContentsController.php this line: ``` abort_unless($file, Response::HTTP_UNPROCESSABLE_ENTITY); $file = str_replace(base_path(), '', $file); // new line $filePath =...