Seite 4 von 5

Verfasst: 03.01.2004 19:03
von itst
Finde:

Code: Alles auswählen

$tmp_filename = tempnam ("".$board_config['avatar_path']."/tmp", $this_userdata['user_id'] . "-");
Ändern in:

Code: Alles auswählen

$tmp_filename = tempnam ("./".$board_config['avatar_path']."/tmp", $this_userdata['user_id'] . "-");
Wenn das auch nichts hilft, lass mal das

Code: Alles auswählen

."/tmp"
weg.

Verfasst: 03.01.2004 19:46
von Lord_Femto
nichts verdammt. :cry:
warum geht denn die sche.... nicht...

Verfasst: 03.01.2004 19:57
von itst
OK, dann eben mit harten Bandagen.

Nach

Code: Alles auswählen

$tmp_filename = tempnam ("".$board_config['avatar_path']."/tmp", $this_userdata['user_id'] . "-");
Füge ein

Code: Alles auswählen

echo $tmp_filename;
print_r($board_config);
Nicht erschrecken, da kommt eine Menge Text raus. Diesen bitte hier posten (im Browser Quellcode anzeigen lassen und dann Copy&Paste hierher).

Verfasst: 03.01.2004 20:22
von Lord_Femto
joa ne ganze menge text. ich hoffe das ist das richtige herr flippy von happytreefriens.com *rofl*

Code: Alles auswählen

/tmp/2-ILVhUWArray ( [config_id] => 1 [board_disable] => 0 [sitename] => Pandemic Brew [site_desc] => das musikste Forum wo gibt [cookie_name] => phpbb2mysql [cookie_path] => / [cookie_domain] => [cookie_secure] => 0 [session_length] => 3600 [allow_html] => 0 [allow_html_tags] => b,i,u,pre [allow_bbcode] => 1 [allow_smilies] => 1 [allow_sig] => 1 [allow_namechange] => 0 [allow_theme_create] => 0 [allow_avatar_local] => 1 [allow_avatar_remote] => 0 [allow_avatar_upload] => 1 [override_user_style] => 0 [posts_per_page] => 20 [topics_per_page] => 20 [hot_threshold] => 50 [max_poll_options] => 15 [max_sig_chars] => 500 [max_inbox_privmsgs] => 25 [max_sentbox_privmsgs] => 15 [max_savebox_privmsgs] => 50 [board_email_sig] => Danke, das Pandemic Brew - Team [board_email] => webmaster@pandemicbrew.de [smtp_delivery] => 0 [smtp_host] => [smtp_username] => [smtp_password] => [require_activation] => 1 [flood_interval] => 100 [board_email_form] => 0 [avatar_filesize] => 100000 [avatar_max_width] => 100 [avatar_max_height] => 100 [avatar_path] => images/avatars [avatar_gallery_path] => images/avatars/gallery [smilies_path] => images/smiles [default_style] => 1 [default_dateformat] => d.m.Y, H:i [board_timezone] => 1.00 [prune_enable] => 1 [privmsg_disable] => 0 [gzip_compress] => 0 [coppa_fax] => [coppa_mail] => [record_online_users] => 12 [record_online_date] => 1073152809 [server_name] => www.pandemicbrew.de [server_port] => 80 [script_path] => /forum/ [version] => .0.6 [board_startdate] => 1072114786 [default_lang] => german [vote_graphic_length] => 205 [privmsg_graphic_length] => 175 ) 


Allgemeiner Fehler
Could not write avatar file to local storage. Please contact the board administrator with this message

DEBUG MODE

Line : 596
File : /home/www/web218/html/forum/admin/admin_users.php

Verfasst: 03.01.2004 20:30
von itst
OK, da stimmt was größeres nicht. Poste bitte Deine aktuelle admin_users.php als .txt-Link.

Und ja, das ist Flippy :wink:

Verfasst: 03.01.2004 21:12
von Lord_Femto

Verfasst: 03.01.2004 21:37
von itst
Da ist ja wieder das alte tempnam drin.

Hattest Du es mit http://www.phpbb.de/viewtopic.php?p=248497#248497 versucht?

Verfasst: 03.01.2004 21:46
von Lord_Femto
ich schwöre, dass ich dass ausprobiert habe, doch nach dem misslingen änderte ich dies wieder um.

EHRENWORT

EDIT: Ich hab jetzt nochmal die Datei neu verändert. siehe oben den link. auch mit /tmp

Verfasst: 03.01.2004 22:04
von itst
Bau jetzt nochmal das echo $tmp_filename; ein...

Verfasst: 03.01.2004 22:08
von Lord_Femto

Code: Alles auswählen

/tmp/2-0IID8yArray ( [config_id] => 1 [board_disable] => 0 [sitename] => Pandemic Brew [site_desc] => das musikste Forum wo gibt [cookie_name] => phpbb2mysql [cookie_path] => / [cookie_domain] => [cookie_secure] => 0 [session_length] => 3600 [allow_html] => 0 [allow_html_tags] => b,i,u,pre [allow_bbcode] => 1 [allow_smilies] => 1 [allow_sig] => 1 [allow_namechange] => 0 [allow_theme_create] => 0 [allow_avatar_local] => 1 [allow_avatar_remote] => 0 [allow_avatar_upload] => 1 [override_user_style] => 0 [posts_per_page] => 20 [topics_per_page] => 20 [hot_threshold] => 50 [max_poll_options] => 15 [max_sig_chars] => 500 [max_inbox_privmsgs] => 25 [max_sentbox_privmsgs] => 15 [max_savebox_privmsgs] => 50 [board_email_sig] => Danke, das Pandemic Brew - Team [board_email] => webmaster@pandemicbrew.de [smtp_delivery] => 0 [smtp_host] => [smtp_username] => [smtp_password] => [require_activation] => 1 [flood_interval] => 100 [board_email_form] => 0 [avatar_filesize] => 100000 [avatar_max_width] => 100 [avatar_max_height] => 100 [avatar_path] => images/avatars [avatar_gallery_path] => images/avatars/gallery [smilies_path] => images/smiles [default_style] => 1 [default_dateformat] => d.m.Y, H:i [board_timezone] => 1.00 [prune_enable] => 1 [privmsg_disable] => 0 [gzip_compress] => 0 [coppa_fax] => [coppa_mail] => [record_online_users] => 12 [record_online_date] => 1073152809 [server_name] => www.pandemicbrew.de [server_port] => 80 [script_path] => /forum/ [version] => .0.6 [board_startdate] => 1072114786 [default_lang] => german [vote_graphic_length] => 205 [privmsg_graphic_length] => 175 )

Allgemeiner Fehler
Could not write avatar file to local storage. Please contact the board administrator with this message

DEBUG MODE

Line : 595
File : /home/www/web218/html/forum/admin/admin_users.php