Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
Code: Select all
if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary))
Code: Select all
if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0)
Code: Select all
Fatal error: Call to undefined function get_user_avatar() in /includes/ucp/ucp_groups.php on line 441
Code: Select all
$group_id = request_var('g', 0);
Code: Select all
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
Code: Select all
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
Code: Select all
PHP Fatal error: Call to undefined function phpbb_chmod() in /includes/acm/acm_file.php on line 96
Code: Select all
@flock($fp, LOCK_UN);
fclose($fp);
Code: Select all
if (!function_exists('phpbb_chmod'))
{
global $phpbb_root_path;
include($phpbb_root_path . 'includes/functions.' . $phpEx);
}
Code: Select all
@flock($fp, LOCK_UN);
fclose($fp);
Code: Select all
if (!function_exists('phpbb_chmod'))
{
global $phpbb_root_path;
include($phpbb_root_path . 'includes/functions.' . $phpEx);
}
Code: Select all
@flock($fp, LOCK_UN);
fclose($fp);
Code: Select all
if (!function_exists('phpbb_chmod'))
{
global $phpbb_root_path;
include($phpbb_root_path . 'includes/functions.' . $phpEx);
}