Prueba de logs

parent 5f2268d4
......@@ -98,7 +98,8 @@ class DefaultController extends Controller {
$data = $this->getBase64Image($file);
$usuarioNutraPharm->setUnuExtInicial($data[1]);
$usuarioNutraPharm->save();
file_put_contents("$filename.$data[1]", $data[0]);
$fpc=file_put_contents("$uploadDir/$filename.".$data[1], $data[0]);
$log->debug("Estado archivo generado desde data : $fpc");
}
return new JsonResponse(array("msg" => "La informacion ha sido ingresada con exito!", "tipo" => UsuarioNutrapharm::ESTADO_FOTO_ACTUALIZADA, "usuario" => $idNutrapharm), Response::HTTP_OK, ['content-type' => 'application/json']);
} else if ($tipo == UsuarioNutrapharm::ESTADO_FOTO_ACTUALIZADA && $usuarioNutraPharm != null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment