Fehlermeldung beim Versuch Avatare hochzuladen
Verfasst: 18.05.2007 00:54
Hallo,
ich suche jetzt schon seit Stunden im Forum nach der Lösung meines Problemes.
- die maximale Größe und Abmessung des Avatars ist berücksichtigt.
- die Einstellung ist /images/avatars
Ich habe den Ordnern
/cache
/images/avatars
/images/avatars/tmp
Schreibrechte gegeben
habe mir mit info.php folgendes Anzeigen lassen
Directive Local Value Master Value
safe_mode On On
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
habe die Datei usercp_avatar.php abgeändert
case 'image/jpeg':
case 'image/pjpeg':
case 'image/jpg':
case 'jpeg':
case 'pjpeg':
case 'jpg':
return '.jpg';
break;
case 'image/gif':
case 'gif':
return '.gif';
break;
case 'image/x-png':
case 'png':
return '.png';
break;
bekomme aber immer noch eine Fehlermeldung (den Namen der Domaine habe ich abgeändert)
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/tmp/phpYMwivl) is not within the allowed path(s): (/home/www/htdocs/domainname.de/.) in /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php on line 197
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php:197) in /home/www/htdocs/domainname.de/phpBB2/includes/page_header.php on line 483
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php:197) in /home/www/htdocs/domainname.de/phpBB2/includes/page_header.php on line 485
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php:197) in /home/www/htdocs/domainname.de/phpBB2/includes/page_header.php on line 486
Wer kann mir weiter helfen. Danke.
ich suche jetzt schon seit Stunden im Forum nach der Lösung meines Problemes.
- die maximale Größe und Abmessung des Avatars ist berücksichtigt.
- die Einstellung ist /images/avatars
Ich habe den Ordnern
/cache
/images/avatars
/images/avatars/tmp
Schreibrechte gegeben
habe mir mit info.php folgendes Anzeigen lassen
Directive Local Value Master Value
safe_mode On On
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
habe die Datei usercp_avatar.php abgeändert
case 'image/jpeg':
case 'image/pjpeg':
case 'image/jpg':
case 'jpeg':
case 'pjpeg':
case 'jpg':
return '.jpg';
break;
case 'image/gif':
case 'gif':
return '.gif';
break;
case 'image/x-png':
case 'png':
return '.png';
break;
bekomme aber immer noch eine Fehlermeldung (den Namen der Domaine habe ich abgeändert)
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/tmp/phpYMwivl) is not within the allowed path(s): (/home/www/htdocs/domainname.de/.) in /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php on line 197
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php:197) in /home/www/htdocs/domainname.de/phpBB2/includes/page_header.php on line 483
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php:197) in /home/www/htdocs/domainname.de/phpBB2/includes/page_header.php on line 485
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domainname.de/phpBB2/includes/usercp_avatar.php:197) in /home/www/htdocs/domainname.de/phpBB2/includes/page_header.php on line 486
Wer kann mir weiter helfen. Danke.