Magento install error - Exception printing is disabled > Board Tip

본문 바로가기
 

Magento install error - Exception printing is disabled

페이지 정보

작성자 차동박 댓글 0건 조회 7,959회 작성일 13-11-24 14:30

본문

Magento install error - Exception printing is disabled

Here is a known error which can occur when installing Magento:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: XXXXXXXXXXXXXXX
Here is the solution:
  1. Navigate to the "errors" folder.
  2. Change local.xml.sample to local.xml
  3. You should now see a new list of crazy errors all over the Magento page - this is okay.
  4. Open magento/lib/Zend/Cache/Backend/File.php and look for:
    protected $_options = array(
    'cache_dir' => 'null',
  5. Change it to:
    protected $_options = array(
    'cache_dir' => 'tmp/',
  6. Save it.
  7. Now the final step is to go create a tmp folder in the root Magento folder.
  8. That's it.

댓글목록

등록된 댓글이 없습니다.

Total 59건 3 페이지
Board Tip 목록
번호 제목 글쓴이 조회 날짜
23 휴먼 10827 06-19
22 휴먼 10639 06-13
21 휴먼 10348 12-01
20 차동박 10299 11-02
19 휴먼 10144 05-16
18 휴먼 9651 11-25
17 휴먼 9412 06-13
16 휴먼 9310 07-09
15 휴먼 9163 05-18
14 휴먼 8589 06-19
13 휴먼 8074 09-14
12 휴먼 7986 07-16
열람중 차동박 7960 11-24
10 휴먼 7528 11-27
9 휴먼 7446 06-11
8 휴먼 7389 06-19
7 휴먼 6937 11-01
6 휴먼 6845 08-04
게시물 검색