Cruck Posted May 4, 2011 Share Posted May 4, 2011 Hola, Desde que he actualizado a Firefox 4, al tratar de editar un artículo sale el siguiente error: "Manufacturer ajax error: parserror" Con versiones anteriores de Firefox no ocurre, con IE tampoco. No sé si se debe modificar alguna configuración de Firefox 4 o qué se debe hacer. Gracias, Link to comment Share on other sites More sharing options...
Cruck Posted August 19, 2011 Author Share Posted August 19, 2011 ¿Alguien sabe la solución? Ahora el mensaje de error también sale en IE, en Firefox 6 y en Chrome. Gracias, Link to comment Share on other sites More sharing options...
Cruck Posted August 25, 2011 Author Share Posted August 25, 2011 Ya he solucionado el problema. Por si a alguien le interesa lo que he hecho es modificar el archivo admin/ajax.php La línea donde pone: $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars($manufacturer['name']).'"}'; Reemplazarla por: $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars(trim($manufacturer['name'])).'"}'; Mi agradecimiento a Maxence DE FLOTTE por su inestimable ayuda ya que es él quien me ha indicado la solución. GRACIAS. Link to comment Share on other sites More sharing options...
spectro Posted August 30, 2011 Share Posted August 30, 2011 Ya he solucionado el problema. Por si a alguien le interesa lo que he hecho es modificar el archivo admin/ajax.php La línea donde pone: $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars($manufacturer['name']).'"}'; Reemplazarla por: $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars(trim($manufacturer['name'])).'"}'; Mi agradecimiento a Maxence DE FLOTTE por su inestimable ayuda ya que es él quien me ha indicado la solución. GRACIAS. Gracias hombre, me las arreglé para resolver el problema con sus consejos, muchas gracias, Pido disculpas por mi mal español 1 Link to comment Share on other sites More sharing options...
Recommended Posts