Simple Machines Community Forum

SMF Support => Language Specific Support => Español (Spanish) => Topic started by: indio on March 20, 2004, 12:47:35 PM

Title: error al reportar
Post by: indio on March 20, 2004, 12:47:35 PM
cuando utilizo la opcion de reportar mensaje a los moderadores/administradores todo parece correcto.

pero en el log de errores sale varios fallos, ademas de llegar el email a los moderadores/administradores mal, parece ser que no encuentra los textos a poner, del post.spanish.php , aunque también probé poniendo el foro en ingles.

los fallos que da el log son estos:

8: Undefined index: rtm3
Archivo: /home/sites/site158/web/copia/Sources/ReportToModerator.php
Línea: 130

8: Undefined index: rtm4
Archivo: /home/sites/site158/web/copia/Sources/ReportToModerator.php
Línea: 130

8: Undefined index: rtm_email1
Archivo: /home/sites/site158/web/copia/Sources/ReportToModerator.php
Línea: 131

etc...

y el email llega así... (he puesto entre comillas a lo que hace referencia, los nombres reales o la url no importa)


Quote"Usuario que hizo el post"  "persona que reporto" :

"http://www.... .....#msg5524"

:

"mensaje escrito en el report"

Saludos,
El equipo PRUEBAS - FORO DE PRUEBAS.


vamos que en ningun momento (como el log de errores dice) sale los textos....

$txt['rtm3'] = 'Mensaje reportado';
$txt['rtm4'] = 'por';
$txt['rtm10'] = 'Mandar';
....
$txt['rtm_email1'] = 'The following post, "%s" by';
$txt['rtm_email2'] = 'has been reported by';
$txt['rtm_email3'] = 'on a board you moderate';
$txt['rtm_email_comment'] = 'The reporter has made the following comment';
....


saludos
Title: Re: error al reportar
Post by: [darksteel] on March 20, 2004, 01:12:37 PM
Hize pruebads con el TEST de Omar,

Nada de eos ocurrio

QuoteThe following post, "Re: Xcellent J0b_" by darksteel has been reported by
darksteel on a board you moderate:

http://omarbazavilvazo.com/smf/index.php?topic=23.msg97#msg97

The reporter has made the following comment:

hhhhh

Regards,
The SMF Test Team.

Bueno pasame el link de tu foro para probar

salu2
Title: Re: error al reportar
Post by: [darksteel] on March 20, 2004, 02:02:53 PM
en el ReportToModerator.php

Las lineas las tienes asi

Quote// Send it to the moderator.
      sendmail($row['emailAddress'], $txt['rtm3'] . ': ' . $subject . ' ' . $txt['rtm4'] . ' ' . $posterName,
         sprintf($txt['rtm_email1'], $subject) . ' ' . $posterName . ' ' . $txt['rtm_email2'] . ' ' . $reporterName . ' ' . $txt['rtm_email3'] . ":\n\n" .
         $scripturl . '?topic=' . $topic . '.msg' . $_POST['mid'] . '#msg' . $_POST['mid'] . "\n\n" .
         $txt['rtm_email_comment'] . ":\n\n" .
         $_POST['comment'] . "\n\n" .
         $txt[130]);
   }
   mysql_free_result($request);

??

Por que asi deveria funcionar perfectamente, lo que pasa es que no esta reconociendo al traduccion y las lienas de texto estan fallatndo usalo en idioma

por que ami me llega asi

QuoteRashek  dark :

http://www........

:

comentario...

Saludos,
El equipo PRUEBAS - FORO DE PRUEBAS

Salu2
Title: Re: error al reportar
Post by: indio on March 20, 2004, 02:11:10 PM
pues lo tengo igual si, es muy extraño


Quote
// Send it to the moderator.
      sendmail($row['emailAddress'], $txt['rtm3'] . ': ' . $subject . ' ' . $txt['rtm4'] . ' ' . $posterName,
         sprintf($txt['rtm_email1'], $subject) . ' ' . $posterName . ' ' . $txt['rtm_email2'] . ' ' . $reporterName . ' ' . $txt['rtm_email3'] . ":\n\n" .
         $scripturl . '?topic=' . $topic . '.msg' . $_POST['mid'] . '#msg' . $_POST['mid'] . "\n\n" .
         $txt['rtm_email_comment'] . ":\n\n" .
         $_POST['comment'] . "\n\n" .
         $txt[130]);
   }
   mysql_free_result($request);



saludos
Title: Re: error al reportar
Post by: [darksteel] on March 20, 2004, 02:17:03 PM
en Post.spanish.php

Busca

Quote

$txt['rtm3'] = 'Mensaje reportado';
$txt['rtm4'] = 'por';
$txt['rtm10'] = 'Mandar';
....
$txt['rtm_email1'] = 'The following post, "%s" by';
$txt['rtm_email2'] = 'has been reported by';
$txt['rtm_email3'] = 'on a board you moderate';
$txt['rtm_email_comment'] = 'The reporter has made the following comment';


Remplaza por

Quote$txt['rtm2'] = 'Introduce comentario';
$txt['rtm3'] = 'Mensaje reportado';
$txt['rtm4'] = 'por';
$txt['rtm10'] = 'Mandar';
$txt['rtm_email1'] = 'El siguente post, "%s" por';
$txt['rtm_email2'] = 'a sido reportado por';
$txt['rtm_email3'] = 'en un foro que usted modera';
$txt['rtm_email_comment'] = 'El reportero ha hecho el siguiente comentario:';
Title: Re: error al reportar
Post by: indio on March 20, 2004, 02:23:26 PM
lo hize, probe y sigue igual

:(

voi a probar cambiando la opcion ke tengo puesta en "Activar Idioma seleccionado por el usuario"


saludos
Title: Re: error al reportar
Post by: indio on March 20, 2004, 02:25:17 PM
ya está ¡

era eso, teniendo desactivada la opcion "Activar Idioma seleccionado por el usuario"
no funciona, ahora si me sale, aunque en ingles xDDD


saludos
Title: Re: error al reportar
Post by: [darksteel] on March 20, 2004, 02:29:51 PM
Si remplazas lo ke te puse sale en espanol !

Salu2 :P
Title: Re: error al reportar
Post by: indio on March 20, 2004, 02:38:48 PM
vaya, juraria que lo habia actualizado pero no se porque no xDDD

efectivamente ahora si sale en español.

por ultimo voi a ver si cambiando la opcion nuevamente sigue saliendo en español, si no  lo dejo tal como está.



muchas gracias por todas las molestias, un saludo.
Title: Re: error al reportar
Post by: indio on March 20, 2004, 02:43:26 PM
nada, teniendo DESmarcada la opcion "Activar Idioma seleccionado por el usuario" no funciona.

si a mas gente le pasa así sera un bug, sino sere yo que le caigo mal xDDD



saludos
Title: Re: error al reportar
Post by: [darksteel] on March 20, 2004, 04:29:31 PM
SI sigue el problema es el lenguage, en admin escoge idioma espanol y para los miembros tanbn

8: Undefined index: rtm3
Archivo: /home/sites/site158/web/copia/Sources/ReportToModerator.php
Línea: 130

8: Undefined index: rtm4
Archivo: /home/sites/site158/web/copia/Sources/ReportToModerator.php
Línea: 130

8: Undefined index: rtm_email1
Archivo: /home/sites/site158/web/copia/Sources/ReportToModerator.php
Línea: 131

Ves los errores son en el rtm y rtm_email que esta en los idiomas

salu2
Title: Re: error al reportar
Post by: indio on March 20, 2004, 05:06:03 PM
ya, si lo tengo en español en admin y nada, ademas de los usuarios que son mods y yo.

tb probé poniendolo en ingles el foro y nada.

a ver si mas gente puede probar su foro activando la opcion "Activar Idioma seleccionado por el usuario" y ver que los emails de reporte le llegan bien.

saludos
Title: Re: error al reportar
Post by: Omar Bazavilvazo on March 21, 2004, 03:41:15 AM
prueba con la nueva version del archivo de español...
Title: Re: error al reportar
Post by: [darksteel] on March 21, 2004, 05:22:42 PM
http://www.simplemachines.org/community/index.php?topic=7904.0