Fehler in der User_register.php ?
Verfasst: 23.10.2003 17:59
Hallo zusammen !
Habe immer folgende Fehlermeldung, wenn ein Profil aufgeraufen wird ( egal ob als Admin oder als User ! ):
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/web634/html/forum/includes/usercp_register.php on line 1101
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/web634/html/forum/includes/usercp_register.php on line 1115
Und die beiden zeilen sehen wie folgt aus :
1101 if ( $board_config['allow_avatar_upload'] && file_exists(@phpbb_realpath('./' . $board_config['avatar_path'])) )
1115 if ( $board_config['allow_avatar_local'] && file_exists(@phpbb_realpath('./' . $board_config['avatar_gallery_path'])) )
Hat jemand eine Idee, was hier falsch ist ?
Gruß
Stephan
Habe immer folgende Fehlermeldung, wenn ein Profil aufgeraufen wird ( egal ob als Admin oder als User ! ):
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/web634/html/forum/includes/usercp_register.php on line 1101
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/web634/html/forum/includes/usercp_register.php on line 1115
Und die beiden zeilen sehen wie folgt aus :
1101 if ( $board_config['allow_avatar_upload'] && file_exists(@phpbb_realpath('./' . $board_config['avatar_path'])) )
1115 if ( $board_config['allow_avatar_local'] && file_exists(@phpbb_realpath('./' . $board_config['avatar_gallery_path'])) )
Hat jemand eine Idee, was hier falsch ist ?
Gruß
Stephan