Código: Seleccionar todo
Parse error: parse error, expecting `'{'' in /home/malagac/public_html/foro/includes/auth.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/malagac/public_html/foro/includes/auth.php:293) in /home/malagac/public_html/foro/includes/sessions.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /home/malagac/public_html/foro/includes/auth.php:293) in /home/malagac/public_html/foro/includes/sessions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home/malagac/public_html/foro/includes/auth.php:293) in /home/malagac/public_html/foro/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/malagac/public_html/foro/includes/auth.php:293) in /home/malagac/public_html/foro/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/malagac/public_html/foro/includes/auth.php:293) in /home/malagac/public_html/foro/includes/page_header.php on line 477
La linea a la que hace referencia en el fichero "auth.php" se refiere a:
Código: Seleccionar todo
function auth_check_user($type, $key, $u_access, $is_admin)   //LINEA 293
{
	$auth_user = 0;
	if ( count($u_access) )
	{
		for($j = 0; $j < count($u_access); $j++)
		{
			$result = 0;
			switch($type)
			{
				case AUTH_ACL:
					$result = $u_access[$j][$key];
				case AUTH_MOD:
					$result = $result || $u_access[$j]['auth_mod'];
				case AUTH_ADMIN:
					$result = $result || $is_admin;
					break;
			}
			$auth_user = $auth_user || $result;
		}
	}
	else
	{
		$auth_user = $is_admin;
	}
	return $auth_user;
} Mi siguiente paso serí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡ probar la version 2.0.6, a ver que tal
  Mi siguiente paso serí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡ probar la version 2.0.6, a ver que tal  






 Pensar que me he tirao toa la noche de ayer y toa la maí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?±ana de hoy para averiguar el fallo, despues de instalar el PHPBB 50 veces....y va y se arregla resubiendo el fichero "auth.php"!! Pero bueno, por lo menos tira. SOlo espero que si a alguien le pasa esto de con estos mensajes en el foro y pueda tamben solucionar su problema.
 Pensar que me he tirao toa la noche de ayer y toa la maí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?±ana de hoy para averiguar el fallo, despues de instalar el PHPBB 50 veces....y va y se arregla resubiendo el fichero "auth.php"!! Pero bueno, por lo menos tira. SOlo espero que si a alguien le pasa esto de con estos mensajes en el foro y pueda tamben solucionar su problema.