Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/02/2010, 11:02
clara10
 
Fecha de Ingreso: febrero-2010
Ubicación: En Córdoba (España)
Mensajes: 6
Antigüedad: 14 años, 2 meses
Puntos: 0
Respuesta: Problema con fichero common.php

Aquí pongo las lineas primeras del index.php:

Cita:
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum');
La 24 en concreto dice esto:
Cita:
$user->session_begin();