프로그래머님들, 왜 교과서적인 index.php 가 적용이 되지 않을까요? 정보
프로그래머님들, 왜 교과서적인 index.php 가 적용이 되지 않을까요?
본문
저는 index.php 를 교과서에 나오는데로 아래와 같이 쓰고 있는데, (필요에 따라서는 nav.php 를 넣기도 하고 빼기도 합니다.) sidebar.php 는 거의 안 쓰구요.
처음에 그누보드 header 를 보니 head 에 nav 이 달린 처음보는 구조라서 header 를 수정하고 썼습니다.
nav.php 를 안쓰고 사이트를 구축했구요. 이제 nav.php 를 포함하려 하니 별의별 에러메세지가 뜨네요.
g4_path 변수가 선언되지 않았습니다. js/wrest.js 등등...
그누보드에서 정상적인 template 을 적용하려면 어떻게 해야 되나요?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<title>교과서</title>
</head>
<body>
<div id="wrapper">
<?php include('includes/header.php'); ?>
<?php include('includes/nav.php'); ?>
<div id="content">
</div> <!-- end #content -->
<?php include('includes/sidebar.php'); ?>
<?php include('includes/footer.php'); ?>
</div> <!-- End #wrapper -->
</body>
</html>
include 를 다 빼서 위로 올려보기도 하고, 별의별 형식으로 해봐도 에러메세지가 뜨면서 template 이 적용되던가, 에러메세지가 뜨면서 template 이 적용도 안되던가, 둘중 하나에요. ㅠㅠ
몇시간 동안 해도 안되서요......
처음에 그누보드 header 를 보니 head 에 nav 이 달린 처음보는 구조라서 header 를 수정하고 썼습니다.
nav.php 를 안쓰고 사이트를 구축했구요. 이제 nav.php 를 포함하려 하니 별의별 에러메세지가 뜨네요.
g4_path 변수가 선언되지 않았습니다. js/wrest.js 등등...
그누보드에서 정상적인 template 을 적용하려면 어떻게 해야 되나요?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<title>교과서</title>
</head>
<body>
<div id="wrapper">
<?php include('includes/header.php'); ?>
<?php include('includes/nav.php'); ?>
<div id="content">
</div> <!-- end #content -->
<?php include('includes/sidebar.php'); ?>
<?php include('includes/footer.php'); ?>
</div> <!-- End #wrapper -->
</body>
</html>
include 를 다 빼서 위로 올려보기도 하고, 별의별 형식으로 해봐도 에러메세지가 뜨면서 template 이 적용되던가, 에러메세지가 뜨면서 template 이 적용도 안되던가, 둘중 하나에요. ㅠㅠ
몇시간 동안 해도 안되서요......
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '210973' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php
