Category: ICT일반

게임개발 기획 실패 사례를 보니… 2

게임개발 기획 실패 사례를 보니…

확실히 기획자와 개발자의 커뮤니케이션은 쉽지가 않군요. <나의 게임개발 회고록 :: 기획실패사례> 바로가기 개발자 입장에서 쓴 글인데, 주욱 읽어보면 이 분은 개발자가 기획자의 의도를 잘 이해하는 것이 중요하다고 생각하고 계신 듯...

3

마이피플이 카카오톡을 역전할 가능성이라…

벤처스퀘어에 뜬 글인데 뭐랄까 결국은 2위 사업자가 1위를 하려면 돈질을 해야 하는 거라는 느낌이…(아마도 잘못 읽은 거겠죠.) 안 보신 분 읽고 오기 벤처스퀘어(Venture@Square) :: 마이피플이 카카오톡을 역전할 가능성은? 출처 :...

CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정 2

CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380 Call Stack: 0.0000 360496 1. {main}() /volume1/web/www/blog/index.php:0 0.0001 360800 2. require('/volume1/web/www/blog/wp-blog-header.php') /volume1/web/www/blog/index.php:17 0.9150 25124536 3. require_once('/volume1/web/www/blog/wp-includes/template-loader.php') /volume1/web/www/blog/wp-blog-header.php:19 0.9228 25252848 4. include('/volume1/web/www/blog/wp-content/themes/hueman/archive.php') /volume1/web/www/blog/wp-includes/template-loader.php:106 1.0672 26524960 5. hu_get_content($tmpl = 'tmpl/archive-tmpl', $print = ???) /volume1/web/www/blog/wp-content/themes/hueman/archive.php:3 1.0675 26542072 6. hu_get_template_part($path = 'tmpl/archive-tmpl') /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:27 1.0675 26542160 7. get_template_part($slug = 'tmpl/archive-tmpl', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0675 26542488 8. locate_template($template_names = [0 => 'tmpl/archive-tmpl.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0676 26542744 9. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0676 26543032 10. require('/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php') /volume1/web/www/blog/wp-includes/template.php:792 1.0678 26543032 11. hu_get_template_part($path = 'parts/post-list-articles') /volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php:9 1.0678 26543136 12. get_template_part($slug = 'parts/post-list-articles', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0678 26543488 13. locate_template($template_names = [0 => 'parts/post-list-articles.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0678 26543760 14. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0679 26544208 15. require('/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1105 26721384 16. get_template_part($slug = 'content', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php:19 1.1105 26721640 17. locate_template($template_names = [0 => 'content.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.1106 26721896 18. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/content.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.1107 26722312 19. require('/volume1/web/www/blog/wp-content/themes/hueman/content.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1150 26724136 20. the_excerpt() /volume1/web/www/blog/wp-content/themes/hueman/content.php:72 1.1150 26724136 21. get_the_excerpt($post = ???) /volume1/web/www/blog/wp-includes/post-template.php:399 1.1150 26724136 22. apply_filters($hook_name = 'get_the_excerpt', $value = '', ...$args = variadic(class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' })) /volume1/web/www/blog/wp-includes/post-template.php:434 1.1150 26724384 23. WP_Hook->apply_filters($value = '', $args = [0 => '', 1 => class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1150 26724600 24. wp_trim_excerpt($text = '', $post = class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26723848 25. apply_filters($hook_name = 'the_content', $value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/formatting.php:3992 1.1151 26724096 26. WP_Hook->apply_filters($value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'..., $args = [0 => '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1151 26724720 27. WP_Syntax::beforeFilter($content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26724720 28. preg_replace_callback($pattern = '/\\s*(.*)<\\/pre>\\s*/siU', $callback = [0 => 'WP_Syntax', 1 => 'substituteToken'], $subject = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php:380 Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380 Call Stack: 0.0000 360496 1. {main}() /volume1/web/www/blog/index.php:0 0.0001 360800 2. require('/volume1/web/www/blog/wp-blog-header.php') /volume1/web/www/blog/index.php:17 0.9150 25124536 3. require_once('/volume1/web/www/blog/wp-includes/template-loader.php') /volume1/web/www/blog/wp-blog-header.php:19 0.9228 25252848 4. include('/volume1/web/www/blog/wp-content/themes/hueman/archive.php') /volume1/web/www/blog/wp-includes/template-loader.php:106 1.0672 26524960 5. hu_get_content($tmpl = 'tmpl/archive-tmpl', $print = ???) /volume1/web/www/blog/wp-content/themes/hueman/archive.php:3 1.0675 26542072 6. hu_get_template_part($path = 'tmpl/archive-tmpl') /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:27 1.0675 26542160 7. get_template_part($slug = 'tmpl/archive-tmpl', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0675 26542488 8. locate_template($template_names = [0 => 'tmpl/archive-tmpl.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0676 26542744 9. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0676 26543032 10. require('/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php') /volume1/web/www/blog/wp-includes/template.php:792 1.0678 26543032 11. hu_get_template_part($path = 'parts/post-list-articles') /volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php:9 1.0678 26543136 12. get_template_part($slug = 'parts/post-list-articles', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0678 26543488 13. locate_template($template_names = [0 => 'parts/post-list-articles.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0678 26543760 14. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0679 26544208 15. require('/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1105 26721384 16. get_template_part($slug = 'content', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php:19 1.1105 26721640 17. locate_template($template_names = [0 => 'content.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.1106 26721896 18. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/content.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.1107 26722312 19. require('/volume1/web/www/blog/wp-content/themes/hueman/content.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1150 26724136 20. the_excerpt() /volume1/web/www/blog/wp-content/themes/hueman/content.php:72 1.1150 26724136 21. get_the_excerpt($post = ???) /volume1/web/www/blog/wp-includes/post-template.php:399 1.1150 26724136 22. apply_filters($hook_name = 'get_the_excerpt', $value = '', ...$args = variadic(class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' })) /volume1/web/www/blog/wp-includes/post-template.php:434 1.1150 26724384 23. WP_Hook->apply_filters($value = '', $args = [0 => '', 1 => class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1150 26724600 24. wp_trim_excerpt($text = '', $post = class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26723848 25. apply_filters($hook_name = 'the_content', $value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/formatting.php:3992 1.1151 26724096 26. WP_Hook->apply_filters($value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'..., $args = [0 => '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1151 26724720 27. WP_Syntax::beforeFilter($content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26724720 28. preg_replace_callback($pattern = '/\\s*(.*)<\\/pre>\\s*/siU', $callback = [0 => 'WP_Syntax', 1 => 'substituteToken'], $subject = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php:380 Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380 Call Stack: 0.0000 360496 1. {main}() /volume1/web/www/blog/index.php:0 0.0001 360800 2. require('/volume1/web/www/blog/wp-blog-header.php') /volume1/web/www/blog/index.php:17 0.9150 25124536 3. require_once('/volume1/web/www/blog/wp-includes/template-loader.php') /volume1/web/www/blog/wp-blog-header.php:19 0.9228 25252848 4. include('/volume1/web/www/blog/wp-content/themes/hueman/archive.php') /volume1/web/www/blog/wp-includes/template-loader.php:106 1.0672 26524960 5. hu_get_content($tmpl = 'tmpl/archive-tmpl', $print = ???) /volume1/web/www/blog/wp-content/themes/hueman/archive.php:3 1.0675 26542072 6. hu_get_template_part($path = 'tmpl/archive-tmpl') /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:27 1.0675 26542160 7. get_template_part($slug = 'tmpl/archive-tmpl', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0675 26542488 8. locate_template($template_names = [0 => 'tmpl/archive-tmpl.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0676 26542744 9. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0676 26543032 10. require('/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php') /volume1/web/www/blog/wp-includes/template.php:792 1.0678 26543032 11. hu_get_template_part($path = 'parts/post-list-articles') /volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php:9 1.0678 26543136 12. get_template_part($slug = 'parts/post-list-articles', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0678 26543488 13. locate_template($template_names = [0 => 'parts/post-list-articles.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0678 26543760 14. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0679 26544208 15. require('/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1105 26721384 16. get_template_part($slug = 'content', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php:19 1.1105 26721640 17. locate_template($template_names = [0 => 'content.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.1106 26721896 18. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/content.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.1107 26722312 19. require('/volume1/web/www/blog/wp-content/themes/hueman/content.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1150 26724136 20. the_excerpt() /volume1/web/www/blog/wp-content/themes/hueman/content.php:72 1.1150 26724136 21. get_the_excerpt($post = ???) /volume1/web/www/blog/wp-includes/post-template.php:399 1.1150 26724136 22. apply_filters($hook_name = 'get_the_excerpt', $value = '', ...$args = variadic(class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' })) /volume1/web/www/blog/wp-includes/post-template.php:434 1.1150 26724384 23. WP_Hook->apply_filters($value = '', $args = [0 => '', 1 => class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1150 26724600 24. wp_trim_excerpt($text = '', $post = class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26723848 25. apply_filters($hook_name = 'the_content', $value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/formatting.php:3992 1.1151 26724096 26. WP_Hook->apply_filters($value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'..., $args = [0 => '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1151 26724720 27. WP_Syntax::beforeFilter($content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26724720 28. preg_replace_callback($pattern = '/\\s*(.*)<\\/pre>\\s*/siU', $callback = [0 => 'WP_Syntax', 1 => 'substituteToken'], $subject = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php:380 Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380 Call Stack: 0.0000 360496 1. {main}() /volume1/web/www/blog/index.php:0 0.0001 360800 2. require('/volume1/web/www/blog/wp-blog-header.php') /volume1/web/www/blog/index.php:17 0.9150 25124536 3. require_once('/volume1/web/www/blog/wp-includes/template-loader.php') /volume1/web/www/blog/wp-blog-header.php:19 0.9228 25252848 4. include('/volume1/web/www/blog/wp-content/themes/hueman/archive.php') /volume1/web/www/blog/wp-includes/template-loader.php:106 1.0672 26524960 5. hu_get_content($tmpl = 'tmpl/archive-tmpl', $print = ???) /volume1/web/www/blog/wp-content/themes/hueman/archive.php:3 1.0675 26542072 6. hu_get_template_part($path = 'tmpl/archive-tmpl') /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:27 1.0675 26542160 7. get_template_part($slug = 'tmpl/archive-tmpl', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0675 26542488 8. locate_template($template_names = [0 => 'tmpl/archive-tmpl.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0676 26542744 9. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0676 26543032 10. require('/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php') /volume1/web/www/blog/wp-includes/template.php:792 1.0678 26543032 11. hu_get_template_part($path = 'parts/post-list-articles') /volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php:9 1.0678 26543136 12. get_template_part($slug = 'parts/post-list-articles', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0678 26543488 13. locate_template($template_names = [0 => 'parts/post-list-articles.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0678 26543760 14. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0679 26544208 15. require('/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1105 26721384 16. get_template_part($slug = 'content', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php:19 1.1105 26721640 17. locate_template($template_names = [0 => 'content.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.1106 26721896 18. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/content.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.1107 26722312 19. require('/volume1/web/www/blog/wp-content/themes/hueman/content.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1150 26724136 20. the_excerpt() /volume1/web/www/blog/wp-content/themes/hueman/content.php:72 1.1150 26724136 21. get_the_excerpt($post = ???) /volume1/web/www/blog/wp-includes/post-template.php:399 1.1150 26724136 22. apply_filters($hook_name = 'get_the_excerpt', $value = '', ...$args = variadic(class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' })) /volume1/web/www/blog/wp-includes/post-template.php:434 1.1150 26724384 23. WP_Hook->apply_filters($value = '', $args = [0 => '', 1 => class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1150 26724600 24. wp_trim_excerpt($text = '', $post = class WP_Post { public $ID = 3369; public $post_author = '1'; public $post_date = '2011-03-24 14:00:56'; public $post_date_gmt = '2011-03-24 05:00:56'; public $post_content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...; public $post_title = 'CentOS 환경에서 PHP 재컴파일 없이 MS-SQL 연동 설정'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = 'centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2012-11-15 15:56:24'; public $post_modified_gmt = '2012-11-15 06:56:24'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3369'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '2'; public $filter = 'raw' }) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26723848 25. apply_filters($hook_name = 'the_content', $value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/formatting.php:3992 1.1151 26724096 26. WP_Hook->apply_filters($value = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'..., $args = [0 => '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...]) /volume1/web/www/blog/wp-includes/plugin.php:205 1.1151 26724720 27. WP_Syntax::beforeFilter($content = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324 1.1151 26724720 28. preg_replace_callback($pattern = '/\\s*(.*)<\\/pre>\\s*/siU', $callback = [0 => 'WP_Syntax', 1 => 'substituteToken'], $subject = '유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다.\r\n\r\n1. FreeTDS 설치\r\n\r\nCentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다.\r\n
yum install freetds  #안됩니다... ㅡ,.ㅡ;
\r\n\r\n2012-11-15 수정. \r\n\r\nyum으로  설치하는 경우'...) /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php:380

유닉스/리눅스 계열의 OS 환경에서 MS-SQL을 연동하기 위해서는 FreeTDS 라이브러리가 필요합니다. 1. FreeTDS 설치 CentOS에서는 완전 간단하죠. root 권한으로 아래 명령만 실행하면 끝. /usr/local/freetds 디렉토리에 설치됩니다. yum install freetds #안됩니다… ㅡ,.ㅡ;yum...

윈도용 프로세스 죽었을 때 다시 살리는 재구동 배치 파일 3

윈도용 프로세스 죽었을 때 다시 살리는 재구동 배치 파일

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380 Call Stack: 0.0000 360496 1. {main}() /volume1/web/www/blog/index.php:0 0.0001 360800 2. require('/volume1/web/www/blog/wp-blog-header.php') /volume1/web/www/blog/index.php:17 0.9150 25124536 3. require_once('/volume1/web/www/blog/wp-includes/template-loader.php') /volume1/web/www/blog/wp-blog-header.php:19 0.9228 25252848 4. include('/volume1/web/www/blog/wp-content/themes/hueman/archive.php') /volume1/web/www/blog/wp-includes/template-loader.php:106 1.0672 26524960 5. hu_get_content($tmpl = 'tmpl/archive-tmpl', $print = ???) /volume1/web/www/blog/wp-content/themes/hueman/archive.php:3 1.0675 26542072 6. hu_get_template_part($path = 'tmpl/archive-tmpl') /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:27 1.0675 26542160 7. get_template_part($slug = 'tmpl/archive-tmpl', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0675 26542488 8. locate_template($template_names = [0 => 'tmpl/archive-tmpl.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0676 26542744 9. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0676 26543032 10. require('/volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php') /volume1/web/www/blog/wp-includes/template.php:792 1.0678 26543032 11. hu_get_template_part($path = 'parts/post-list-articles') /volume1/web/www/blog/wp-content/themes/hueman/tmpl/archive-tmpl.php:9 1.0678 26543136 12. get_template_part($slug = 'parts/post-list-articles', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/functions/init-front.php:1741 1.0678 26543488 13. locate_template($template_names = [0 => 'parts/post-list-articles.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.0678 26543760 14. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.0679 26544208 15. require('/volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1207 26774792 16. get_template_part($slug = 'content', $name = ???, $args = ???) /volume1/web/www/blog/wp-content/themes/hueman/parts/post-list-articles.php:19 1.1208 26775048 17. locate_template($template_names = [0 => 'content.php'], $load = TRUE, $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/general-template.php:206 1.1208 26775304 18. load_template($_template_file = '/volume1/web/www/blog/wp-content/themes/hueman/content.php', $load_once = FALSE, $args = []) /volume1/web/www/blog/wp-includes/template.php:725 1.1209 26775720 19. require('/volume1/web/www/blog/wp-content/themes/hueman/content.php') /volume1/web/www/blog/wp-includes/template.php:792 1.1254 26777544 20. the_excerpt() /volume1/web/www/blog/wp-content/themes/hueman/content.php:72 1.1254 26777544 21. get_the_excerpt($post = ???) /volume1/web/www/blog/wp-includes/post-template.php:399 1.1254 26777544 22. apply_filters($hook_name = 'get_the_excerpt', $value = '', ...$args = variadic(class WP_Post { public $ID = 3297; public $post_author = '1'; public $post_date = '2011-03-22 12:00:07'; public $post_date_gmt = '2011-03-22 03:00:07'; public $post_content = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...; public $post_title = '윈도용 프로세스 죽었을 때 다시 살리는 재구동 배치 파일'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = '%ec%9c%88%eb%8f%84%ec%9a%a9-%ed%94%84%eb%a1%9c%ec%84%b8%ec%8a%a4-%ec%a3%bd%ec%97%88%ec%9d%84-%eb%95%8c-%eb%8b%a4%ec%8b%9c-%ec%82%b4%eb%a6%ac%eb%8a%94-%ec%9e%ac%ea%b5%ac%eb%8f%99-%eb%b0%b0%ec%b9%98'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2011-03-22 16:54:14'; public $post_modified_gmt = '2011-03-22 07:54:14'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3297'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '3'; public $filter = 'raw' })) /volume1/web/www/blog/wp-includes/post-template.php:434
    1.1254   26777792  23. WP_Hook->apply_filters($value = '', $args = [0 => '', 1 => class WP_Post { public $ID = 3297; public $post_author = '1'; public $post_date = '2011-03-22 12:00:07'; public $post_date_gmt = '2011-03-22 03:00:07'; public $post_content = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...; public $post_title = '윈도용 프로세스 죽었을 때 다시 살리는 재구동 배치 파일'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = '%ec%9c%88%eb%8f%84%ec%9a%a9-%ed%94%84%eb%a1%9c%ec%84%b8%ec%8a%a4-%ec%a3%bd%ec%97%88%ec%9d%84-%eb%95%8c-%eb%8b%a4%ec%8b%9c-%ec%82%b4%eb%a6%ac%eb%8a%94-%ec%9e%ac%ea%b5%ac%eb%8f%99-%eb%b0%b0%ec%b9%98'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2011-03-22 16:54:14'; public $post_modified_gmt = '2011-03-22 07:54:14'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3297'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '3'; public $filter = 'raw' }]) /volume1/web/www/blog/wp-includes/plugin.php:205
    1.1254   26778008  24. wp_trim_excerpt($text = '', $post = class WP_Post { public $ID = 3297; public $post_author = '1'; public $post_date = '2011-03-22 12:00:07'; public $post_date_gmt = '2011-03-22 03:00:07'; public $post_content = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...; public $post_title = '윈도용 프로세스 죽었을 때 다시 살리는 재구동 배치 파일'; public $post_excerpt = ''; public $post_status = 'publish'; public $comment_status = 'open'; public $ping_status = 'open'; public $post_password = ''; public $post_name = '%ec%9c%88%eb%8f%84%ec%9a%a9-%ed%94%84%eb%a1%9c%ec%84%b8%ec%8a%a4-%ec%a3%bd%ec%97%88%ec%9d%84-%eb%95%8c-%eb%8b%a4%ec%8b%9c-%ec%82%b4%eb%a6%ac%eb%8a%94-%ec%9e%ac%ea%b5%ac%eb%8f%99-%eb%b0%b0%ec%b9%98'; public $to_ping = ''; public $pinged = ''; public $post_modified = '2011-03-22 16:54:14'; public $post_modified_gmt = '2011-03-22 07:54:14'; public $post_content_filtered = ''; public $post_parent = 0; public $guid = 'https://raftwood.net/blog/?p=3297'; public $menu_order = 0; public $post_type = 'post'; public $post_mime_type = ''; public $comment_count = '3'; public $filter = 'raw' }) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324
    1.1256   26777256  25. apply_filters($hook_name = 'the_content', $value = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...) /volume1/web/www/blog/wp-includes/formatting.php:3992
    1.1256   26777504  26. WP_Hook->apply_filters($value = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'..., $args = [0 => '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...]) /volume1/web/www/blog/wp-includes/plugin.php:205
    1.1256   26778128  27. WP_Syntax::beforeFilter($content = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...) /volume1/web/www/blog/wp-includes/class-wp-hook.php:324
    1.1256   26778128  28. preg_replace_callback($pattern = '/\\s*(.*)<\\/pre>\\s*/siU', $callback = [0 => 'WP_Syntax', 1 => 'substituteToken'], $subject = '

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어 있는 경우 재실행하게 했죠.

\r\n\r\n

배치 파일 내용은 아래와 같습니다.

\r\n\r\n
@echo off\r\n\r\nset PNAME=faIpScanner.exe\r\nset DIR=C:\\\r\n\r\ntasklist /fi "imagena'...) /volume1/web/www/blog/wp-content/plugins/wp-syntax/wp-syntax.php:380

페이스북에서 잠깐 언급했는데, 윈도 서버에서 구동되는 외부 제작 프로그램이 원인 불명으로 자꾸 죽는 증상이 발생해서 만들어 본 배치 파일입니다. 해당 배치 파일을 스케줄러에 넣어서 1분마다 한 번씩 실행하여 프로세스가 죽어...

1

PC는 비효율적이니 종이와 펜을 쓰자고?

간만에 반말체로 포스팅합니다. 그닥 의미 없는 짤방과 정리되어 있지 않은 생각들도 나름 남겨두는 게 의미 있을 거 같아서요. 뭐 이런 글을 또 쓸지는 잘 모르겠지만요. PC는 비효율적이니 종이와 펜을 쓰자고?...