Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mala representación de la línea de error en la sección 'Errors' #5

Closed
countachqv opened this issue Dec 1, 2014 · 0 comments
Closed

Comments

@countachqv
Copy link

Ciertas líneas de php con parece que se estén representando correctamente en el log.

Ejemplo real:

Captura de pantalla del error: (Es un E_NOTICE, de una variable no existente, con prefijo @ para que no salga el E_NOTICE por pantalla)
(Pongo captura en lugar de copiar el texto porque sale una especie de icono)

Captura de Maurina 1.1 con el error al mostrar el código
http://i.imgur.com/0tIzsWT.png

La línea 74 en cuestión es así:

$ret.='<img src="'.$row['filepath'].'" alt="'.@$row['txt'].'" title="'.@$row['txt'].'"/>';

ADICIONALMENTE, estaría bien cambiar el color de dicha línea de código en el log. Ahora está en rojo algo más oscuro que el mensaje de error en sí, y no se distingue. Debería ser verde o azul. Y obviamente no en fuente proporcional y menos en cursiva!!!!

@koas koas closed this as completed in 4e3f358 Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant