Wenn ein Mitglied hochladen will kommt da der Fehler:
Fatal error: Call to undefined function: ic_mime_type() in /..../include/contents/user/profil_edit.php on line 74
$file_type = ic_mime_type ($_FILES['avatarfile']['tmp_name']);
Wenn ich aus dem Admin versuche es hochzuladen, geht es auch nicht:
Fatal error: Call to undefined function: ic_mime_type() in /.../include/admin/user.php on line 232
$file_type = ic_mime_type ($_FILES['avatarfile']['tmp_name']);
Was ist da dran falsch?
Gruss Tel