- 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:
El codigo en index.php que da error es el siguiente:
[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);
Code:
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');