Pagina 1 din 1

Problema

Scris: 02-Iul-2015, 09:34:16
de ReDLinE47
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4875: Cannot modify header information - headers already sent by (output started at [ROOT]/language/en/mods/prime_ban_to_group.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4877: Cannot modify header information - headers already sent by (output started at [ROOT]/language/en/mods/prime_ban_to_group.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4878: Cannot modify header information - headers already sent by (output started at [ROOT]/language/en/mods/prime_ban_to_group.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4879: Cannot modify header information - headers already sent by (output started at [ROOT]/language/en/mods/prime_ban_to_group.php:1)


are cineva idee care este problema. am incercat orice chestie lucru care il stiam , care am vazut pe net si tot nu merge.

situl este http://deepgaming.ro/forum

Scuzati ca am facut postul aici puteti sa il mutati la functions :)

Re: Problema

Scris: 02-Iul-2015, 10:02:26
de Anișor
Ai salvat gresit fisierul prime_ban_to_grup.php.
Citeste acest articol : http://www.phpbb.ro/knowledge/kb_show.php?id=196
Vezi sa nu ai spatiu gol inainte de <?php

Re: Problema

Scris: 02-Iul-2015, 10:07:23
de ReDLinE47
Mam uitat nu are spatiu si este salvat cum scrie acolo , asta e ca nu inteleg de ce nu merge daca e asa
<?php
/**
*
* prime_ban_to_group [English]
*
* @package language
* @version $Id: prime_ban_to_group.php,v 0.0.0 2008/02/06 14:30:00 primehalo Exp $
* @copyright (c) 2008 Ken F. Innes IV
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}

if (empty($lang) || !is_array($lang))
{
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge($lang, array(
'G_SUSPENDED_USERS' => 'Suspended users',
'G_BANNED_USERS' => 'Banned users',
'G_INACTIVE_USERS' => 'Inactive users',
));
?>

Re: Problema

Scris: 05-Iul-2015, 17:39:00
de dorin
Cu ce vizualizezi/modifici fisierele php?