04.07.2024, 16:20 
		
	
	
		Ersetze mal bitte in der Plugindatei "inc/plugins/birthday_week.php" Zeile 64:
durch
und schau mal, ober der Fehler damit weg ist.
	
	
	
	
	
PHP-Code:
$this_week_birthdays = $birthday_week_data['users']; 
PHP-Code:
$this_week_birthdays = isset($birthday_week_data['users']) ? $birthday_week_data['users'] : NULL; 
 
  

 

