마이페이지 프로필사진이 업로드 오류생기네요 > 버그 & 건의

본문 바로가기

버그 & 건의

마이페이지 프로필사진이 업로드 오류생기네요

본문

마이페이지 프로필사진이 업로드 오류생기네요   모바일도 않되고  그렇습니다 ...브라우저문제는 아닌듯합니다 

사진은 정상적으로 업로드 되었습니다 wwwroot/data/member/profile/경로에   출력이 않됩니다 현재 

아래 리턴 않되구요 http://www.otklife.club/eyoom/core/member/photo_update.php  홈페이지 백지 화면 대로 ...입니다 

 

<?php
/**
 * core file : /eyoom/core/member/photo_update.skin.php
 */
$g5_path = '../../..';
include_once ($g5_path.'/common.php');
if (!$is_member) exit;
/**
 * 업로드 경로
 */
$dest_path = G5_DATA_PATH.'/member/profile/';
$upload->path = $dest_path;
/**
 * 이전 포토 삭제
 */
if ($del_photo) {
    $_old_photo = $dest_path.$old_photo;
    @unlink($_old_photo);
    sql_query("update {$g5[eyoom_member]} set photo = '' where mb_id='".$member['mb_id']."'");
}
/**
 * 포토 업로드
 */
$thumb['width'] = $eyoom['photo_width'];
$thumb['height'] = $eyoom['photo_height'];
$thumb['delete'] = 'y'; //원본 업로드 이미지 삭제여부
$res = $upload->upload_make_thumb("photo", $thumb);
if ($res) {
    /**
     * 업로드된 파일 이외의 프로필 파일이 있다면 삭제하기
     */
    $permit = array("jpg","gif","png");
    foreach ($permit as $ext) {
        if ($ext===$res['ext']) continue;
        $d_photo = $dest_path.$member['mb_id'].'.'.$ext;
        if (file_exists($d_photo)) @unlink($d_photo);
    }
    /**
     * 썸네일 파일명을 회원아이디로 치환
     */
    $thumb_file = $res['t_file'];
    $rename = $member['mb_id'].'.'.$res['ext'];
    @rename($thumb_file, $dest_path.$rename);
    sql_query("update {$g5[eyoom_member]} set photo = '".$rename."' where mb_id='".$member['mb_id']."'");
}
/**
 * 사용자 프로그램
 */
@include_once(EYOOM_USER_PATH.'/member/photo_update.php');
/**
 * 리턴 URL
 */
goto_url($back_url);

 

 

꼭좀 부탁 드립니다  해결방법요 ㅠ.ㅠ 

댓글목록2

김용준님의 댓글

profile_image
도우실분 없나요

이윰MOUNT님의 댓글

profile_image
어떤 환경에서 설치되었는지 정보가 없어 답변드리기 힘듭니다.
혹시 빌더 다운로드 후 압축해제 시 알집을 이용하실 경우 정상 설치가 되지 않아 여러 다양한 에러가 나올 수 있습니다.
그렇다면 '7-zip, 반디집' 등을 사용해 압축 해제 후 재 설치 해 보시기 바라며 혹시 그게 아니라면 다시 한번 문의 주시기 바랍니다.

버그&건의 이용 안내

버그&건의 게시판에 이용 중 버그가 있거나 개선점 등을 남겨주시면 참고하도록 하겠습니다.
이 게시판은 이윰넷 관리자가 일일이 응대 해 드리지는 않으니 참고해 주시기 바랍니다.
질문글은 꼭 질문과 답변 게시판 또는 1:1문의 게시판을 이용하여 주시기 바랍니다.

전체 456 건 - 24 페이지
번호
제목
글쓴이
사이트 내 전체검색