댓글 6개
[admin_club_list.php 수정사항]
<클럽명이 매니저명으로 되어서...>
157행 : f.cb_name.value = "<?=$cb[cb_manager]?>";
수정 : f.cb_name.value = "<?=$cb[cb_name]?>";
<경로가 맞지 않아 수정한 값이 안되어서...>
198행 : f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
수정 : f.action = "<?=$nc[cb_path]?>/admin/admin_club_form_update.php";
202행 : f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
수정 : f.action = "<?=$nc[cb_path]?>/admin/admin_club_form_update.php";
[클럽관리]-[수정]-수정작업후 [확인]하니 아래와 같이 에러가 나옵니다.
Not Found
The requested URL /g4/club//admin/< was not found on this server.
admin_club_list_update.php 에서
35행 : goto_url("<?=$nc[cb_path]?>/admin/admin_club_form.php?cb_id=$cb_id");
수정 : goto_url("../admin/admin_club_form.php?cb_id=$cb_id");
로 해보니 되기는 되는데 초보라서 불안합니다.
정확한 수정을 부탁드립니다.
<클럽명이 매니저명으로 되어서...>
157행 : f.cb_name.value = "<?=$cb[cb_manager]?>";
수정 : f.cb_name.value = "<?=$cb[cb_name]?>";
<경로가 맞지 않아 수정한 값이 안되어서...>
198행 : f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
수정 : f.action = "<?=$nc[cb_path]?>/admin/admin_club_form_update.php";
202행 : f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
수정 : f.action = "<?=$nc[cb_path]?>/admin/admin_club_form_update.php";
[클럽관리]-[수정]-수정작업후 [확인]하니 아래와 같이 에러가 나옵니다.
Not Found
The requested URL /g4/club//admin/< was not found on this server.
admin_club_list_update.php 에서
35행 : goto_url("<?=$nc[cb_path]?>/admin/admin_club_form.php?cb_id=$cb_id");
수정 : goto_url("../admin/admin_club_form.php?cb_id=$cb_id");
로 해보니 되기는 되는데 초보라서 불안합니다.
정확한 수정을 부탁드립니다.
전 환경설정이라고 하셔서..
환경설정에서만 뚫어지게 수정버튼 찾았습니다...ㅎㅎ
바람돌이님께서 모두 설명해 주셨네요..
club/admin/admin_club_form.php 파일에서
14라인..
<input type="hidden" name="exec" value="<?=$exec?>">
=> <input type="hidden" name="exec" value="update">
157라인..
f.cb_name.value = "<?=$cb[cb_manager]?>";
=> f.cb_name.value = "<?=$cb[cb_name]?>";
198라인..
f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
=> f.action = "./admin/admin_club_form_update.php";
202라인
f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
=> f.action = "./admin/admin_club_form_update.php";
club/admin/admin_club_form_update.php 파일에서
맨 마지막..
goto_url("<?=$nc[cb_path]?>/admin_club_form.php?cb_id=$cb_id");
=> goto_url("./admin_club_form.php?cb_id=$cb_id");
환경설정에서만 뚫어지게 수정버튼 찾았습니다...ㅎㅎ
바람돌이님께서 모두 설명해 주셨네요..
club/admin/admin_club_form.php 파일에서
14라인..
<input type="hidden" name="exec" value="<?=$exec?>">
=> <input type="hidden" name="exec" value="update">
157라인..
f.cb_name.value = "<?=$cb[cb_manager]?>";
=> f.cb_name.value = "<?=$cb[cb_name]?>";
198라인..
f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
=> f.action = "./admin/admin_club_form_update.php";
202라인
f.action = "<?=$nc[cb_path]?>/admin_club_form_update.php";
=> f.action = "./admin/admin_club_form_update.php";
club/admin/admin_club_form_update.php 파일에서
맨 마지막..
goto_url("<?=$nc[cb_path]?>/admin_club_form.php?cb_id=$cb_id");
=> goto_url("./admin_club_form.php?cb_id=$cb_id");
게시글 목록
| 번호 | 제목 |
|---|---|
| 165 | |
| 162 | |
| 156 | |
| 153 | |
| 150 | |
| 145 | |
| 143 | |
| 138 | |
| 136 | |
| 133 | |
| 131 | |
| 129 | |
| 126 | |
| 125 | |
| 124 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기