Seite 2 von 2
Verfasst: 11.05.2005 01:27
von Lantzius
und wie lösen wir das Problem ?
Could not write avatar file to local storage. Please contact the board administrator with this message
DEBUG MODE
Line : 165
File : usercp_avatar.php
Also von der Festplatte klappt der Upload, nur von einer URL nicht
Verfasst: 11.05.2005 10:33
von pandorra
natürlich erstmal die genannte stelle ansehen und nach dem fehler suchen

Verfasst: 14.05.2005 10:54
von Lantzius
Code: Alles auswählen
if ( $bytes_written != $avatar_filesize )
{
@unlink($tmp_filename);
message_die(GENERAL_ERROR, 'Could not write avatar file to local storage. Please contact the board administrator with this message', '', __LINE__, __FILE__);
}
Das sind die Zeilen 162-167
Verfasst: 14.05.2005 10:55
von Lantzius
Lantzius hat geschrieben:Code: Alles auswählen
if ( $bytes_written != $avatar_filesize )
{
@unlink($tmp_filename);
message_die(GENERAL_ERROR, 'Could not write avatar file to local storage. Please contact the board administrator with this message', '', __LINE__, __FILE__);
}
Das sind die Zeilen 162-167
Habe ich mir die Frage selber beantwortet, wenn ich schreibe, dass die File wohl zu groß war ???