Avisos
Vaciar todo

errores del parser en el PHP

4 Respuestas
2 Usuarios
0 Reactions
1,204 Visitas
Yina Paola
Respuestas: 251
Reputable Member
Topic starter
 

Hola he revisado mi web y me encuentro con los siguiente problemas

Revisión Parse error:

Vemos que hay logs de errores del parser en el PHP, esto significa que hay errores de PHP

[17-Aug-2016 19:18:43 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 19:25:06 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 20:52:37 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 21:45:10 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 21:53:07 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 21:59:45 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 21:45:07 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29

como puedo slucionar esto

URL del sitio: Contenido solo visible a usuarios registrados


 
Respondido : 17/08/2016 11:03 pm
Johnny Heredia Montiel
Respuestas: 20131
Illustrious Member Moderator
 

Hola,

Según el mensaje existe un problema de codificación en el fichero wp-config.php verifica que en dicha linea no se encuentre alguna sintaxis abierta.


 
Respondido : 18/08/2016 12:06 am
Yina Paola
Respuestas: 251
Reputable Member
Topic starter
 

hola gracias por su colaboración, ya he revisado y corregido un error que encontré pero mi sigue igual

[17-Aug-2016 21:53:07 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 21:59:45 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 23:24:04 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 23:24:05 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[18-Aug-2016 00:10:07 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[18-Aug-2016 00:22:42 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[18-Aug-2016 00:24:29 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[18-Aug-2016 00:26:27 Europe/Berlin] PHP Parse error: syntax error, unexpected 'DB_USER' (T_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[18-Aug-2016 00:26:30 Europe/Berlin] PHP Parse error: syntax error, unexpected 'DB_USER' (T_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[18-Aug-2016 00:27:13 Europe/Berlin] PHP Parse error: syntax error, unexpected 'DB_USER' (T_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29
[17-Aug-2016 21:45:07 Europe/Berlin] PHP Parse error: syntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) in /home/graficos/public_html/www.iglesiafiladelfiavillavicencio.org/wp-config.php on line 29


 
Respondido : 18/08/2016 12:37 am
Johnny Heredia Montiel
Respuestas: 20131
Illustrious Member Moderator
 

Hola,

Parece que el error no se ha corregido porque sigue haciendo referencia al mismo fichero y a una linea siguiente.


 
Respondido : 18/08/2016 12:50 am