Bugs del ultimate points 1.0.10
Publicado: 09 Abr 2011, 10:35
Con el modo debug habilitado ,en el acp
mensajes
adjuntos
administrar extensiones ,al cambiar alguna cosa ,sale este error
y dejajo de esta linea va este cambio del ultimate points
y relacionado con esto ,en los temas que tienen adjuntos ,al ir al panel del moderador sale este otro error
que esta dentro de este trozo de codigo del utimate points
Enlace al mod
http://www.phpbb-es.com/foro/descarga-m ... 25157.html
He revisado los cambios y los estos destan correctos.



siendo la linea 324 /includes/acp/acp_attachments.php[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 0
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 2
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 3
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 4
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 5
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 6
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 7
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 8
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 9
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 11
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 12
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 13
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 14
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 15
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 16
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 17
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 18
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 19
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 20
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 21
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 22
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 23
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 24
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 25
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 26
[phpBB Debug] PHP Notice: in file /includes/acp/acp_attachments.php on line 324: Undefined offset: 27
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
Código: Seleccionar todo
$extensions[$extension_change_list[$i]]['group_id'] = $group_select_list[$i];
Código: Seleccionar todo
// Start Ultimate Points
// Generate extentions points list
$extensions_points = array();
for ($i = 0, $size = sizeof($extension_points_list); $i < $size; $i++)
{
$extensions_points[$extension_points_list[$i]] = true;
}
// End Ultimate Points
siendo la linea 916 del /includes/functions_content.php[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 916: Undefined index: points_extension
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4769: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4771: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4772: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4773: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
Código: Seleccionar todo
if ($attachment['points_extension'] && $forum_no_costs && $config['points_enable'])
Código: Seleccionar todo
// Start Ultimate Points
else if ($forum_id > 0)
{
if ($attachment['points_extension'] && $forum_no_costs && $config['points_enable'])
{
if ($user->data['user_points'] < $attachment['points_extension_costs'])
{
$denied = true;
$block_array += array(
'S_DENIED' => true,
'DENIED_MESSAGE' => sprintf($user->lang['POINTS_ATTACHMENT_COSTS'], $attachment['extension'], $attachment['points_extension_costs'], $config['points_name']),
);
}
else
{
substract_points($user->data['user_id'] , $attachment['points_extension_costs']);
}
}
}
// End Ultimate Points
http://www.phpbb-es.com/foro/descarga-m ... 25157.html
He revisado los cambios y los estos destan correctos.