포럼
postgresql 으로 설치시 문제가 발생합니다.
2011.12.01 16:22
postgresql 으로 설치시 php5.3.x 이면 implode 에러가 뜨더군요.
일단 버전을 5.2.x 으로 낮추어서 시도해봤으나
마찬가지로 에러가 뜹니다.
Warning: implode() [function.implode]: Invalid arguments passed in /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/modules/install/install.controller.php on line 203
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 62
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 240
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 241
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 242
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 243
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 244
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 245
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 77
Warning: Cannot modify header information - headers already sent by (output started at /home/entertm9/public_html/og7/xe/classes/db/queryparts/Query.class.php:183) in /home/entertm9/public_html/og7/xe/classes/display/DisplayHandler.class.php on line 77
어디에 문제가 있는걸까요?