This white page business is really driving me up the wall and across the ceiling.
I can't reproduce it on a fresh Beta 5 so there is no way I'm going to able to convince the dev team.
Somebody else has to report it before we all go insane.








$post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? 'Re: ' : '') . censor_text($post_data['post_subject']);$post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? '' : '') . censor_text($post_data['post_subject']);

)


I hate that bug.

)function get_last_posts($limit, $extra_id = false, $type = false)
{
global $db, $phpbb_root_path, $phpEx, $template;
global $cache, $user, $auth, $config, $user_cache;
// include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
if ($extra_id)
{
switch($type)..................................


$included_files = get_included_files();
if (!in_array('functions_display', $included_files))
{
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
}


"function get_last_posts($limit, $extra_id = false, $type = false)
{
global $db, $phpbb_root_path, $phpEx, $template;
global $cache, $user, $auth, $config, $user_cache;
$included_files = get_included_files();
if (!in_array('functions_display', $included_files))
{
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
}
if ($extra_id)
{
switch($type)
{



Users browsing this forum: No registered users and 2 guests