| 상태 | 완료 |
|---|
xe1.3.1을 업데이트 한 후로 관리자화면에서
세선졍리를 하면 null 이라고 새창만 뜹니다
그래서 검색을 찾아오다가 백성찬님 게시글까지 왔습니다
http://www.bek.me/?document_srl=361776&mid=hpsphpmyadmin
위 방법대로 하니 관리자 화면에서 세션 재설치라고 해서 그렇게 했습니다
그래도 세션정리 클릭하니 null로 나오네요. 뭐가 원인인지
1.3.1.2로 업데이트 하면 되나요????
최근 수정일 : 2010-01-02 01:55:25 - 백성찬(白星燦)
위의 상태에서 1.3.1.1로 업데이트하니 증상이
캐시파일 재생성 을 클릭하니 수정되었습니다 라고 뜨고 아래 처럼 에러화면이 뜨버리네요..
마음이 급하다보니 업데이트를 안하는 건데 해버린것도 같구..도와주세요
(세션정리는 클릭하니 수정되었습니다 라고 이젠 정상으로 뜨네요)
h + 1; } // have a CRC for header. let's check if ($flags & 1) { if ($length - $headerLength - 2 < 8) { return PEAR::raiseError('_decodeGzip(): data too short'); } $crcReal = 0xffff & crc32(substr($data, 0, $headerLength)); $crcStored = unpack('v', substr($data, $headerLength, 2)); if ($crcReal != $crcStored[1]) { return PEAR::raiseError('_decodeGzip(): header CRC check failed'); } $headerLength += 2; } // unpacked data CRC and size at the end of encoded data $tmp = unpack('V2', substr($data, -8)); $dataCrc = $tmp[1]; $dataSize = $tmp[2]; // finally, call the gzinflate() function $unpacked = @gzinflate(substr($data, $headerLength, -8), $dataSize); if (false === $unpacked) { return PEAR::raiseError('_decodeGzip(): gzinflate() call failed'); } elseif ($dataSize != strlen($unpacked)) { return PEAR::raiseError('_decodeGzip(): data size check failed'); } elseif ((0xffffffff & $dataCrc) != (0xffffffff & crc32($unpacked))) { return PEAR::raiseError('_decodeGzip(): data CRC check failed'); } if (HTTP_REQUEST_MBSTRING) { mb_internal_encoding($oldEncoding); } return $unpacked; } } // End class HTTP_Response ?>
Fatal error: Class 'HTTP_Request' not found in /home/hosting_users/yerang21/www/classes/file/FileHandler.class.php on line 338
쉬운설치를 누르니 또 에러가 뜨버리네요? (도배해서죄송함다)
h + 1; } // have a CRC for header. let's check if ($flags & 1) { if ($length - $headerLength - 2 < 8) { return PEAR::raiseError('_decodeGzip(): data too short'); } $crcReal = 0xffff & crc32(substr($data, 0, $headerLength)); $crcStored = unpack('v', substr($data, $headerLength, 2)); if ($crcReal != $crcStored[1]) { return PEAR::raiseError('_decodeGzip(): header CRC check failed'); } $headerLength += 2; } // unpacked data CRC and size at the end of encoded data $tmp = unpack('V2', substr($data, -8)); $dataCrc = $tmp[1]; $dataSize = $tmp[2]; // finally, call the gzinflate() function $unpacked = @gzinflate(substr($data, $headerLength, -8), $dataSize); if (false === $unpacked) { return PEAR::raiseError('_decodeGzip(): gzinflate() call failed'); } elseif ($dataSize != strlen($unpacked)) { return PEAR::raiseError('_decodeGzip(): data size check failed'); } elseif ((0xffffffff & $dataCrc) != (0xffffffff & crc32($unpacked))) { return PEAR::raiseError('_decodeGzip(): data CRC check failed'); } if (HTTP_REQUEST_MBSTRING) { mb_internal_encoding($oldEncoding); } return $unpacked; } } // End class HTTP_Response ?>
Fatal error: Class 'HTTP_Request' not found in /home/hosting_users/yerang21/www/classes/file/FileHandler.class.php on line 338