채택완료
Warning: Cannot modify header information - headers already sent by 에러질문
제가 다우페이를 사용해서 영카트에서 버튼을 하나추가하고
orderform.php에서
Copy
<form name="order" method="post" action="<?php echo $order_action_url; ?>" onsubmit="return forderform_check(this);" autocomplete="off"><input name="btnSubmit3" type="submit" value="무통장주문하기" width="63" height="30"></label></form>
이런식으로 버튼을 누르면 orderformupdate.php와 common.php에서 에러가 나더라고요.
Notice: Undefined index: PAYMETHOD in /home/shop/orderformupdate.php on line 9
Notice: Undefined index: CPID in /home/shop/orderformupdate.php on line 10
Notice: Undefined index: DAOUTRX in /home/shop/orderformupdate.php on line 11
Notice: Undefined variable: od_id in /home/shop/orderformupdate.php on line 12
Notice: Undefined index: in /home/shop/orderformupdate.php on line 12
Notice: Undefined variable: tot_price in /home/lshop/orderformupdate.php on line 13
Notice: Undefined index: in /home/shop/orderformupdate.php on line 13
Notice: Undefined index: 2015-01-05 (20:25) in /home/shop/orderformupdate.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 553
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 555
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 556
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 557
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 558
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 559
Error.
에러가 이렇게 많이나요ㅜㅜㅜ 도와주세요
답변 1개 / 댓글 4개
채택된 답변
+20 포인트
위토즈소프트
2015-01-05 (월) 12:39:31
orderformupdate.php 파일 상단에 잘못된 코드가 적혀있는듯 합니다.
영카트5 원본과 비교해서 수정해보세요.
답변에 대한 댓글 4개
답변을 작성하려면 로그인이 필요합니다.