phpMyAdmin 설치에러 도와주세요.

phpMyAdmin 설치에러 도와주세요.

QA

phpMyAdmin 설치에러 도와주세요.

본문

phpmyadmin 설치하려고 접속하니  에러가 나네요.

Unexpected character in input: '\' (ASCII=92) state=1 in D:\APM_Setup\htdocs\phpMyAdmin\index.php on line 702 

다음은 index.php

/** 

 * prints list item for main page

 *

 * @param string $name            displayed text

 * @param string $listId          id, used for css styles

 * @param string $url             make item as link with $url as target

 * @param string $mysql_help_page display a link to MySQL's manual

 * @param string $target          special target for $url

 * @param string $a_id            id for the anchor,

 *                                used for jQuery to hook in functions

 * @param string $class           class for the li element

 * @param string $a_class         class for the anchor element

 *

 * @return void

 */

function PMA_printListItem($name, $listId = null, $url = null,

    $mysql_help_page = null, $target = null, $a_id = null, $class = null,

    $a_class = null

) {

    echo PMA\Template::get('list/item')

        ->render(

            array(

                'content' => $name,

                'id' => $listId,

                'class' => $class,

                'url' => array(

                    'href' => $url,

                    'target' => $target,

                    'id' => $a_id,

                    'class' => $a_class,

                ),

                'mysql_help_page' => $mysql_help_page,

            )

        );

 

}

여기서 702라인은 
echo PMA\Template::get('list/item')
입니다.
 
또한 2번째에러는 Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in D:\APM_Setup\htdocs\phpMyAdmin\index.php on line 702

에러가 왜 나는 건가요? 

phpMyAdmin은 root/htdocs/adm/ 아래에 존재합니다.
root/Server/    아래에 phpMyAdmin이 이미 하나 더 존재하는 것과는 상관이 없겠죠?

PHP Version 5.2.12

phpMydmin 4.5.0.2 입니다.



이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
전체 123,723 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT