Error en Estudio

Quiero entrar a editar la vista detalle en el modulo de Estudio par editar el modulo de Products y me da este error

Looks like permission issue:

Set the correct permissions on the SuiteCRM directory (Linux):

  sudo chown -R www-data:www-data .
  sudo chmod -R 755 .
  sudo chmod -R 775 cache custom modules themes data upload
  sudo chmod 775 config_override.php 2>/dev/null

For you owner could be different instead of www-date

Uso windows y los permisos sobre la carpeta estan correctos, anteriormente si me funcionaba bien dejo de funcionar de repente

That’s typical of having a broken delimiter in one of your PHP files. It causes code to leak visibly on to the page.

Check the files you’ve edited recently, if you accidentally deleted a special character such as <, >, ', ", {, etc.

Also check your system in another language, the language files can also break things. If you see it works in English, then double-check your Spanish language files.

1 Like

Ya lo resolvi fue un codigo que agrege el que me estaba ocasionando la falla

1 Like