묻고답하기

메뉴 추가시 에라 발생 합니다.


The result is not valid XML:

---------------------------------------------------------

Fatal Error: Allowed memory size of 67108864 bytes exhaused

(tried to allocate 24 bytes in

class/db/DBMMysql.class php on line 174.

=================================

/**

         * @brief 결과를 fetch

         **/

        function _fetch($result) {

            if(!$this->isConnected() || $this->isError() || !$result) return;

line 174            while($tmp = mysql_fetch_object($result)) {

                $output[] = $tmp;

            }

            if(count($output)==1) return $output[0];

            return $output;

        }


사이트의 총 메뉴 아이텀 수는 약 8400개입니다.


해결 방법의 아이디어를 부탁합니다.