Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Me sale este Error Algunas veces...y fastidia bastante

Foros donde podréis dejar vuestras dudas sobre phpBB 3.0.x
Cerrado

0
No hay votos
 
Votos totales: 0

Pablo_aguila
Observador/a
Mensajes: 18
Registrado: 03 Jun 2010, 16:50

Me sale este Error Algunas veces...y fastidia bastante

#1

Mensaje por Pablo_aguila »

Buenas gente.

Bueno tengo un problema en mi foro, y es que cuando estoy posteando un tema, o editandolo, algunas veces me salta un error, y otras pues como si no pasase nada...y la verdad esque jode que estes escribiendo un tema largo, y te salte el error y te joda todo el post..

El error es este:

Código: Seleccionar todo

SQL ERROR [ mysql4 ]

Incorrect string value: '\xF1o
SQL

INSERT INTO phpbb_styles_template_data (template_id, template_filename, template_included, template_mtime, template_data) VALUES ('12', 'posting_buttons.html', '', 1311047366, '<script type=\"text/javascript\">\n// <![CDATA[\n var form_name = \'postform\';\n var text_name = <!-- IF $SIG_EDIT -->\'signature\'<!-- ELSE -->\'message\'<!-- ENDIF -->;\n var load_draft = false;\n var upload = false;\n\n // Define the bbCode tags\n var bbcode = new Array();\n var bbtags = new Array(\'[b]\',\'[/b]\',\'[i]\',\'[/i]\',\'[u]\',\'[/u]\',\'[quote]\',\'[/quote]\',\'[code]\',\'
\',\'
  • \',\'
\',\'
  • \',\'
\',\'Imagen\',\'\',\'\',\'[flash=]\', \'[/flash]\',\'[size=]\',\'[/size]\'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);\n var imageTag = false;\n\n // Helpline messages\n var help_line = {\n b: \'{LA_BBCODE_B_HELP}\',\n i: \'{LA_BBCODE_I_HELP}\',\n u: \'{LA_BBCODE_U_HELP}\',\n q: \'{LA_BBCODE_Q_HELP}\',\n c: \'{LA_BBCODE_C_HELP}\',\n l: \'{LA_BBCODE_L_HELP}\',\n o: \'{LA_BBCODE_O_HELP}\',\n p: \'{LA_BBCODE_P_HELP}\',\n w: \'{LA_BBCODE_W_HELP}\',\n a: \'{LA_BBCODE_A_HELP}\',\n s: \'{LA_BBCODE_S_HELP}\',\n f: \'{LA_BBCODE_F_HELP}\',\n e: \'{LA_BBCODE_E_HELP}\',\n d: \'{LA_BBCODE_D_HELP}\'\n <!-- BEGIN custom_tags -->\n ,cb_{custom_tags.BBCODE_ID}: \'{custom_tags.A_BBCODE_HELPLINE}\'\n <!-- END custom_tags -->\n }\n\n var panels = new Array(\'options-panel\', \'attach-panel\', \'poll-panel\');\n var show_panel = \'options-panel\';\n\n\n// ]]>\n</script>\n<script type=\"text/javascript\" src=\"{T_TEMPLATE_PATH}/editor.js\"></script>\n\n\n<!-- IF S_BBCODE_ALLOWED -->\n<div id=\"colour_palette\" style=\"display: none;\">\n\n <script type=\"text/javascript\">\n // <![CDATA[\n function change_palette()\n {\n dE(\'colour_palette\');\n e = document.getElementById(\'colour_palette\');\n\n if (e.style.display == \'block\')\n {\n document.getElementById(\'bbpalette\').value = \'{LA_FONT_COLOR_HIDE}\';\n }\n else\n {\n document.getElementById(\'bbpalette\').value = \'{LA_FONT_COLOR}\';\n }\n }\n\n colorPalette(\'h\', 15, 10);\n // ]]>\n </script>\n</div>\n\n<div id=\"format-buttons\">\n <select name=\"fuentes\" style=\"height: 22px;\" onchange=\"bbfontstyle(\'[font=\' + this.form.fuentes.options[this.form.fuentes.selectedIndex].value + \']\', \'[/font]\');this.selectedIndex=0;\" title=\"Tipo de fuente: Texto\">\n <option value=\"\" style=\"font-family: Verdana;\" selected=\"selected\">Fuente</option>\n <option value=\"Arial\" style=\"font-family: Arial;\">Arial</option>\n <option value=\"Comic Sans MS\" style=\"font-family: \'Comic Sans MS\';\">Comic Sans MS</option>\n <option value=\"Courier New\" style=\"font-family: \'Courier New\';\">Courier New</option>\n\n <option value=\"Impact\" style=\"font-family: Impact;\">Impact</option>\n <option value=\"Lucida Console\" style=\"font-family: \'Lucida Console\';\">Lucida Console</option>\n <option value=\"Lucida Sans Unicode\" style=\"font-family: \'Lucida Sans Unicode\';\">Lucida Sans Unicode</option>\n <option value=\"Microsoft Sans Serif\" style=\"font-family: \'Microsoft Sans Serif\';\">Microsoft Sans Serif</option>\n <option value=\"Symbol\" style=\"font-family: Symbol;\">Symbol</option>\n <option value=\"Tahoma\" style=\"font-family: Tahoma;\">Tahoma</option>\n\n <option value=\"Times New Roman\" style=\"font-family: \'Times New Roman\';\">Times New Roman</option>\n <option value=\"Traditional Arabic\" style=\"font-family: \'Traditional Arabic\';\">Traditional Arabic</option>\n <option value=\"Trebuchet MS\" style=\"font-family: \'Trebuchet MS\';\">Trebuchet MS</option>\n <option value=\"Verdana\" style=\"font-family: Verdana;\">Verdana</option>\n <option value=\"Webdings\" style=\"font-family: Webdings;\">Webdings</option>\n <option value=\"Wingdings\" style=\"font-family: Wingdings;\">Wingdings</option>\n </select>\n\n <select name=\"addbbcode20\" onchange=\"bbfontstyle(\'[size=\' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + \']\', \'[/size]\');this.form.addbbcode20.selectedIndex = 0;\" title=\"{L_BBCODE_F_HELP}\">\n <option value=\"\" selected=\"selected\">Tama�o</option>\n <option value=\"50\">{L_FONT_TINY}</option>\n <option value=\"85\">{L_FONT_SMALL}</option>\n <option value=\"100\">{L_FONT_NORMAL}</option>\n <option value=\"150\">{L_FONT_LARGE}</option>\n <option value=\"200\">{L_FONT_HUGE}</option>\n </select>\n <input type=\"button\" style=\"height: 22px;\" class=\"button2\" name=\"bbpalette\" id=\"bbpalette\" value=\"{L_FONT_COLOR}\" onclick=\"change_palette();\" title=\"{L_BBCODE_S_HELP}\" />\n<br>\n\n<img src=\"./images/posting/left.gif\" border=\"0\" alt=\"align=left\" onclick=\"bbfontstyle(\'
\',\'
\')\" title=\"Alinear a la Izquierda:
Texto
\" class=\"bbimages\"/>\n<img src=\"./images/posting/center.gif\" border=\"0\" alt=\"align=center\" onclick=\"bbfontstyle(\'
\',\'
\')\" title=\"Centrar:
Texto
\" class=\"bbimages\"/>\n<img src=\"./images/posting/right.gif\" border=\"0\" alt=\"align=right\" onclick=\"bbfontstyle(\'
\',\'
\')\" title=\"Alinear a la Derecha:
Texto
\" class=\"bbimages\"/>\n<img src=\"./images/posting/justify.gif\" border=\"0\" alt=\"align=justify\" onclick=\"bbfontstyle(\'
\',\'
\')\" title=\"Justificar:
Texto
\" class=\"bbimages\"/>\n\n<img src=\"./images/posting/dots.gif\" border=\"0\" style=\"padding-left: 5px; padding-right: 5px;\" />\n\n<img src=\"./images/posting/bold.gif\" border=\"0\" alt=\"b\" accesskey=\"b\" name=\"addbbcode0\" value=\" B \" onclick=\"bbstyle(0)\" title=\"{L_BBCODE_B_HELP}\" class=\"bbimages\"/>\n<img src=\"./images/posting/italic.gif\" border=\"0\" alt=\"i\" accesskey=\"i\" name=\"addbbcode2\" value=\" i \" onclick=\"bbstyle(2)\" title=\"{L_BBCODE_I_HELP}\" class=\"bbimages\"/>\n<img src=\"./images/posting/under.gif\" border=\"0\" alt=\"u\" accesskey=\"u\" name=\"addbbcode4\" value=\" u \" onclick=\"bbstyle(4)\" title=\"{L_BBCODE_U_HELP}\" class=\"bbimages\"/>\n<img src=\"./images/posting/strike.gif\" border=\"0\" alt=\"strike\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Texto Tachado: Texto\" class=\"bbimages\"/>\n<img src=\"./images/posting/sup.gif\" border=\"0\" alt=\"sup\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Super�ndice: Texto\" class=\"bbimages\"/>\n<img src=\"./images/posting/sub.gif\" border=\"0\" alt=\"sub\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Sub�ndice: Texto\" class=\"bbimages\"/>\n\n<img src=\"./images/posting/dots.gif\" border=\"0\" style=\"padding-left: 5px; padding-right: 5px;\" />\n\n<img src=\"./images/posting/listb.gif\" border=\"0\" alt=\"list\" accesskey=\"l\" name=\"addbbcode10\" value=\"List\" onclick=\"bbstyle(10)\" title=\"{L_BBCODE_L_HELP}\" class=\"bbimages\"/>\n<img src=\"./images/posting/listo.gif\" border=\"0\" alt=\"list=\" accesskey=\"o\" name=\"addbbcode12\" value=\"List=\" onclick=\"bbstyle(12)\" title=\"{L_BBCODE_O_HELP}\" class=\"bbimages\"/>\n<img src=\"./images/posting/listitem.gif\" border=\"0\" alt=\"[*]\" accesskey=\"t\" name=\"addlitsitem\" value=\"[*]\" onclick=\"bbstyle(-1)\" title=\"{L_BBCODE_LISTITEM_HELP}\" class=\"bbimages\"/>\n\n<img src=\"./images/posting/dots.gif\" border=\"0\" style=\"padding-left: 5px; padding-right: 5px;\" />\n\n<img src=\"./images/posting/highlight=.gif\" border=\"0\" alt=\"highlight\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Toque de luz (highlight): [highlight=#COLOR]Texto[/highlight]\" class=\"bbimages\"/>\n<img src=\"./images/posting/hr.gif\" border=\"0\" alt=\"hr\" onclick=\"bbfontstyle(\'
\')\" title=\"L�nea Horizontal:
\" class=\"bbimages\"/>\n<img src=\"./images/posting/ot.gif\" border=\"0\" alt=\"ot\" onclick=\"bbfontstyle(\'
Off Topic:
\',\'
\')\" onmouseover=\"helpline(\'ot\')\" title=\"Offtopic:
Off Topic:
Texto
\" class=\"bbimages\"/>\n\n<img src=\"./images/posting/dots.gif\" border=\"0\" style=\"padding-left: 5px; padding-right: 5px;\" />\n\n<img src=\"./images/posting/marqd.gif\" border=\"0\" alt=\"marquee=down\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Desplazar texto hacia abajo: Texto\" class=\"bbimages\"/>\n<img src=\"./images/posting/marqu.gif\" border=\"0\" alt=\"marquee=up\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Desplazar texto hacia arriba: Texto\" class=\"bbimages\"/>\n<img src=\"./images/posting/marql.gif\" border=\"0\" alt=\"marquee=left\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Desplazar texto hacia la izquierda: Texto\" class=\"bbimages\"/>\n<img src=\"./images/posting/marqr.gif\" border=\"0\" alt=\"marquee=right\" onclick=\"bbfontstyle(\'\',\'\')\" title=\"Desplazar texto hacia la derecha: Texto\" class=\"bbimages\"/>\n<br>\n <!-- IF S_BBCODE_QUOTE -->\n<img src=\"./images/posting/quote.gif\" border=\"0\" alt=\"quote\" accesskey=\"q\" name=\"addbbcode6\" value=\"Quote\" onclick=\"bbstyle(6)\" title=\"{L_BBCODE_Q_HELP}\" class=\"bbimages\"/>\n <!-- ENDIF -->\n<img src=\"./images/posting/code.gif\" border=\"0\" alt=\"code\" accesskey=\"c\" name=\"addbbcode8\" value=\"Code\" onclick=\"bbstyle(8)\" title=\"{L_BBCODE_C_HELP}\" class=\"bbimages\"/>\n<img src=\"./images/posting/spoiler.gif\" border=\"0\" alt=\"spoiler\" onclick=\"bbfontstyle(\'
Spoiler
\',\'
\')\" title=\"Spoiler:
Spoiler
Texto
\" class=\"bbimages\"/>\n\n<img src=\"./images/posting/dots.gif\" border=\"0\" style=\"padding-left: 5px; padding-right: 5px;\" />\n\n <!-- IF S_BBCODE_IMG -->\n<img src=\"./images/posting/img.gif\" border=\"0\" alt=\"img\" accesskey=\"p\" name=\"addbbcode14\" value=\"Img\" onclick=\"bbstyle(14)\" title=\"{L_BBCODE_P_HELP}\" class=\"bbimages\"/>\n <!-- ENDIF -->\n <!-- IF S_LINKS_ALLOWED -->\n<img src=\"./images/posting/url.gif\" border=\"0\" alt=\"url\" accesskey=\"w\" name=\"addbbcode16\" value=\"URL\" onclick=\"bbstyle(16)\" title=\"{L_BBCODE_W_HELP}\" class=\"bbimages\"/>\n <!-- ENDIF -->\n<img src=\"./images/posting/email.gif\" alt=\"email\" border=\"0\" onclick=\"bbfontstyle(\'[email]\',\'[/email]\')\" title=\"Correo: [mail]Correo[/mail]\" class=\"bbimages\"/>\n\n<img src=\"./images/posting/dots.gif\" border=\"0\" style=\"padding-left: 5px; padding-right: 5px;\" />\n\n <!-- IF S_BBCODE_FLASH -->\n<img src=\"./images/posting/flash.gif\" border=\"0\" alt=\"flash\" accesskey=\"d\" name=\"addbbcode18\" value=\"Flash\" onclick=\"bbstyle(18)\" title=\"{L_BBCODE_D_HELP}\" class=\"bbimages\"/>\n <!-- ENDIF -->\n<img src=\"./images/posting/video.gif\" border=\"0\" alt=\"mp3\" onclick=\"bbfontstyle(\'[video width=320 height=285]\',\'[/video]\')\" title=\"Video (avi/wmv/mpg): [video width=ancho height=alto]URL del archivo[/video]\" class=\"bbimages\"/>\n<img src=\"./images/posting/mp3.gif\" border=\"0\" alt=\"mp3\" onclick=\"bbfontstyle(\'\')\" title=\"Archivo de audio (mp3): \" class=\"bbimages\"/>\n<img src=\"./images/posting/quick.gif\" border=\"0\" alt=\"quick\" onclick=\"bbfontstyle(\'[quick width=320 height=240]\',\'[/quick]\')\" title=\"Video Quicktime: [quick width=ancho height=alto]URL del archivo[/quick]\" class=\"bbimages\"/>\n<img src=\"./images/posting/ram.gif\" border=\"0\" alt=\"ram\" onclick=\"bbfontstyle(\'[ram width=275 height=40]\',\'[/ram]\')\" title=\"Archivo Real Media: [ram width=ancho height=alto]URL del archivo[/ram]\" class=\"bbimages\"/>\n<img src=\"./images/posting/googlevideo.gif\" border=\"0\" alt=\"googlevideo\" onclick=\"bbfontstyle(\'[googlevideo]\',\'[/googlevideo]\')\" title=\"Video google: [googlevideo]ID del video[/googlevideo]\" class=\"bbimages\"/>\n<img src=\"./images/posting/youtube.gif\" border=\"0\" alt=\"youtube\" onclick=\"bbfontstyle(\'\')\" title=\"Video youtube:\" class=\"bbimages\"/>\n <!-- IF S_BBCODE_ALLOWED and .custom_tags -->\n<br>\n <!-- BEGIN custom_tags -->\n<img src=\"./images/posting/{custom_tags.BBCODE_TAG}.gif\" border=\"0\" name=\"addbbcode{custom_tags.BBCODE_ID}\" alt=\"{custom_tags.BBCODE_TAG}\" value=\"{custom_tags.BBCODE_TAG}\" onclick=\"bbstyle({custom_tags.BBCODE_ID})\" title=\"{custom_tags.BBCODE_HELPLINE}\" class=\"bbimages\"/>\n <!-- END custom_tags -->\n <!-- ENDIF -->\n</div>\n <!-- ENDIF -->')

BACKTRACE

FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: includes/functions_template.php
LINE: 85
CALL: dbal_mysql->sql_query()

FILE: includes/template.php
LINE: 388
CALL: template_compile->_tpl_load_file()

FILE: includes/template.php
LINE: 657
CALL: template->_tpl_load()

FILE: includes/functions_template.php
LINE: 227
CALL: template->_tpl_include()

FILE: includes/functions_template.php
LINE: 66
CALL: template_compile->compile()

FILE: includes/template.php
LINE: 394
CALL: template_compile->_tpl_load_file()

FILE: includes/template.php
LINE: 657
CALL: template->_tpl_load()

FILE: includes/functions_template.php
LINE: 227
CALL: template->_tpl_include()

FILE: includes/template.php
LINE: 403
CALL: template_compile->compile()

FILE: includes/template.php
LINE: 224
CALL: template->_tpl_load()

FILE: includes/functions.php
LINE: 4623
CALL: template->display()

FILE: posting.php
LINE: 1526
CALL: page_footer()
[/code]

De que puede ser?¿ como solucionarlo?¿

Muchas gracias!!!!
Versión de phpBB: 3.0.8
Tipo de phpBB: phpBB3
MODs Instalados: No
Tu conocimiento: Conocimiento básico
Enlace del Foro: http://www.zero-juegos.es

Versión PHP: 5
Versión MySQL: 5

Host: De Pago

Avatar de Usuario
leviatan21
Ex Staff
Mensajes: 8279
Registrado: 26 Mar 2008, 20:06
Género:
Edad: 55

Re: Me sale este Error Algunas veces...y fastidia bastante

#2

Mensaje por leviatan21 »

Hola Pablo_aguila :
Eso sucede por editar plantillas desde el editor interno del ACP, lo cual es una muy mala práctica, te sugiero qu nunca mas edites desde allí y que en su lugar edites los archivos reales con un editor adecuado como puede ser el notepad++ configurado para guardar archivos en formato UTF-8 sin BOM
Normas de phpBB España | Normas de Soporte
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado :twisted:

"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein

Pablo_aguila
Observador/a
Mensajes: 18
Registrado: 03 Jun 2010, 16:50

Re: Me sale este Error Algunas veces...y fastidia bastante

#3

Mensaje por Pablo_aguila »

Entonces como lo arreglo?¿
Versión de phpBB: 3.0.8
Tipo de phpBB: phpBB3
MODs Instalados: No
Tu conocimiento: Conocimiento básico
Enlace del Foro: http://www.zero-juegos.es

Versión PHP: 5
Versión MySQL: 5

Host: De Pago

Avatar de Usuario
leviatan21
Ex Staff
Mensajes: 8279
Registrado: 26 Mar 2008, 20:06
Género:
Edad: 55

Re: Me sale este Error Algunas veces...y fastidia bastante

#4

Mensaje por leviatan21 »

Ve al ACP -> ESTILOS : COMPONENTES DE ESTILO : allí tienes as 3 partes que componen un estilo en cada uno de ellos pulsas
Plantillas -> Actualizar
Tema -> Actualizar
Galería de imágenes -> Actualizar


Con eso perderás cualquier cambio que hayas hecho en los archivos y utiliza un editor para hacer los cambios en los archivos reales.
Normas de phpBB España | Normas de Soporte
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado :twisted:

"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein

Cerrado

Volver a “Foros de Soporte 3.0.x”