1

주제: 1.8Alpha MySQLi 설정문제

현재 서버 재원은

Win 2003 Ent SP2 R2
Apache 2.2.9
PHP 5.2.6
Zend Optimizer 3.3
MySQL 5.1

입니다 -_-ㅋ;;

MySQLi 설정이 가능하다고 쓰여있길래 config.php 수정하였는데 로그인이 전혀 되어지지가 않네요 -_-;
로그인화면에서 안넘어감 -_-; 물론 로그인도 안되고 -_-ㅋ
아래는 config.php 설정

<?php
ini_set('display_errors', 'off');
$database['server'] = 'localhost';
$database['database'] = '*****';
$database['username'] = '*****';
$database['password'] = '**************';
$database['prefix'] = 'tc_';
$service['type'] = 'domain';
$service['domain'] = 'prople.kr';
$service['path'] = '';
$service['timeout'] = 3600;
$service['skin'] = 'coolant';
$service['language'] = 'ko';
$service['timezone'] = 'Asia/Seoul';
$service['encoding'] = 'EUC-KR';
$serviceURL = 'http://blog.prople.kr';
$service['pagecache'] = 1;
$service['skincache'] = 1;
$service['memcached'] = 1;
$service['reader'] = 1;
$service['useNumericRSS'] = 0;
$service['useEncodedURL'] = 0;
$service['disableEolinSuggestion'] = 0;
$service['allowBlogVisibilitySetting'] = 1;
$service['flashclipboardpoter'] = 1;
$service['flashuploader'] = 1;
$service['debugmode'] = 0;
$service['debug_session_dump'] = 0;
$service['debug_rewrite_module'] = 0;
$service['favicon_daily_traffic'] = 10;
$service['dbms'] = 'mysqli';
?>
For the ways of man are before the eyes of the LORD, and he pondereth all his goings. - Proverbs 5:21
I can do all things through Christ which strengtheneth me. - Philippians 4:13

2

답글: 1.8Alpha MySQLi 설정문제

혹시 PHP에 MySQLi 클래스가 포함되어 있는지를 체크해 보아야 할 것 같습니다. 일단 debugmode = 1로 바꾸시고 발생하는 에러 메세지를 알려주세요^^

"Everything looks different on the other side."

-Ian Malcomm, from Michael Crichton's 'The Jurassic Park'