Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_reputation.php on line 130: Undefined index: rs_version
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_reputation.php on line 492: Undefined index: rs_version
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_reputation.php on line 506: Use of undefined constant RS_COMMENT_OFF - assumed 'RS_COMMENT_OFF'
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_reputation.php on line 507: Use of undefined constant RS_COMMENT_BOTH - assumed 'RS_COMMENT_BOTH'
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_reputation.php on line 508: Use of undefined constant RS_COMMENT_POST - assumed 'RS_COMMENT_POST'
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_reputation.php on line 509: Use of undefined constant RS_COMMENT_USER - assumed 'RS_COMMENT_USER'
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3831)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3831)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3831)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3831)
0.2.2 fresh install..
i have this error in ACP/Rep. module
ITALIAN
mcp.php
Code: Select all
$lang = array_merge($lang, array(
'MCP_REPUTATION' => 'Reputazione',
'MCP_REPUTATION_FRONT' => 'Pagina principale',
'MCP_REPUTATION_LIST' => 'Lista reputazioni',
));
acp/common.php
Code: Select all
$lang = array_merge($lang, array(
'LOG_REPUTATION_SETTING' => '<strong>Modifica impostazioni sistema Reputazione</strong>',
'LOG_USER_REP_DELETE' => '<strong>Punto reputazione eliminato</strong><br />User: %s',
));
acp/styles.php
Code: Select all
'IMG_ICON_RATE_GOOD' => 'Voto positivo',
'IMG_ICON_RATE_BAD' => 'Voto negativo',