Problemas con phpBB3

Status
Not open for further replies.

Kansy

Community Advocate
Community Support
Prime Account
Messages
2,621
Reaction score
9
Points
38
Hola he querido probar el phpBB 3 y al instalarlo me ha dado problemas...

[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 1824: include(./../includes/utf/data/confusables.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 1824: include() [function.include]: Failed opening './../includes/utf/data/confusables.php' for inclusion (include_path='.:/x10hosting/php2/lib/php')
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 1828: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /install/index.php on line 437: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)
[phpBB Debug] PHP Notice: in file /install/index.php on line 438: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)
[phpBB Debug] PHP Notice: in file /install/index.php on line 439: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)
[phpBB Debug] PHP Notice: in file /install/index.php on line 440: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)

El Código que da error en utf_tools.php es el siguiente:
Code:
    $homographs = include($phpbb_root_path . 'includes/utf/data/confusables.' . $phpEx);

$text = strtr($text, $homographs);
El codigo en index.php que da error es el siguiente:
Code:
        header('Content-type: text/html; charset=UTF-8');
        header('Cache-Control: private, no-cache="set-cookie"');
        header('Expires: 0');
        header('Pragma: no-cache');
 

reciecho

New Member
Messages
87
Reaction score
0
Points
0
Si no tienes la version avanzada de php no podras instalarla, tienes que solicitarla y esperar que te la aprueben.

saludos
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Revisa si tienes el archivo: /includes/utf/data/confusables.php
 

Kansy

Community Advocate
Community Support
Prime Account
Messages
2,621
Reaction score
9
Points
38
Oki problema solucionado Asias!
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
De Nada. Puedes re-abrir el tema si el problema persiste.

*Cerrado*
 
Status
Not open for further replies.
Top