Página 1 de 1

Error PHP al instalar MOD Welcom PM

Publicado: 02 Ago 2012, 00:51
por Elpingo
Hola, por favor si me pueden dar ayuda con este error.

Resulta que instalo el MOD Welcom PM (WPM) y me doy que al registrarse un usuario cuando intenta identificarse le da este error:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_privmsgs.php on line 1619: Missing argument 6 for pm_notification(), called in [ROOT]/includes/functions_wpm.php on line 230 and defined
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 2620: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
En el archivo /includes/functions_privmsgs.php linea 1619 tengo esto:

Código: Seleccionar todo

* PM Notification
*/
function pm_notification($mode, $author, $recipients, $subject, $message, $msg_id)
{
	global $db, $user, $config, $phpbb_root_path, $phpEx, $auth;

	$subject = censor_text($subject);

	unset($recipients[ANONYMOUS], $recipients[$user->data['user_id']]);

	if (!sizeof($recipients))
	{
		return;
	}
en el archivo includes/functions_wpm.php linea 230 tengo esto:

Código: Seleccionar todo

		pm_notification('post', $this->send_user_data['username'], $recipients, $subject, $pm_data['message']);
	}
Cual seria el argumento que falta el cual llama en el archivo includes/functions_wpm.php :nolose:

Re: Error PHP al instalar MOD Welcom PM

Publicado: 02 Ago 2012, 05:24
por Megabyte
Hola comunidad...

Leete éste tema, te podría servir:
http://www.phpbb-es.com/foro/soporte-mo ... e&iaddlist

Re: Error PHP al instalar MOD Welcom PM  Tema Solucionado

Publicado: 05 Ago 2012, 04:23
por Elpingo
Gracias Solucionado! :ok: