nachdem mir ja bei folgendem problem: http://www.phpbb.de/viewforum.php?f=15
niemand helfen will, hab ich noch ne frage, wenn ich denn dort(page_header.php) besagten teil auskommentiere...
Code: Alles auswählen
// see if user has or have had birthday, also see if greeting are enabled
//if ( $userdata['user_birthday']!=999999 && $board_config['birthday_greeting'] && create_date('Ymd', time(), $board_config['default_timezone']) >= $userdata['user_next_birthday_greeting'].realdate ('md',$userdata['user_birthday'] ) )
//{
// $sql = "UPDATE " . USERS_TABLE . "
// SET user_next_birthday_greeting = " . (create_date('Y', time(), $board_config['board_timezone'])+1) . "
// WHERE user_id = " . $userdata['user_id'];
// if( !$status = $db->sql_query($sql) )
// {
// message_die(GENERAL_ERROR, "Could not update next_birthday_greeting for user.", "", __LINE__, __FILE__, $sql);
// }
// $template->assign_var("GREETING_POPUP",
// "<script language=\"Javascript\" type=\"text/javascript\"><!--
// window.open('".append_sid('birthday_popup.'.$phpEx)."', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
//
//-->
// </script>");
// }
//Sorry user shall not have a greeting this yearprofil:
Code: Alles auswählen
Fatal error: Call to undefined function: realdate() in /home/webs/tensing-staefa/html/forum/phpbb/includes/usercp_register.php on line 1685Code: Alles auswählen
$birthday[$ii] = realdate('j', $row['user_birthday']); kalender:
Code: Alles auswählen
Fatal error: Call to undefined function: realdate() in /home/webs/tensing-staefa/html/forum/phpbb/calendar.php on line 943Code: Alles auswählen
$birthday[$ii] = realdate('j', $row['user_birthday']);weiss zufällig jemand woran das liegt?