Close Menu
    Facebook X (Twitter) Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook X (Twitter) Instagram
    TecAdmin
    You are at:Home»Issues»Exception printing is disabled by default for security reasons. Error log record number: xxxxxx

    Exception printing is disabled by default for security reasons. Error log record number: xxxxxx

    By RahulJune 26, 20131 Min Read

    While installing magento, if you face issue like below, This the is known issue

    Error:

    Exception printing is disabled by default for security reasons. Error log record number: xxxxxx

    Solution:

    Step 1. Go to /errors/ folder in magento document root.

    Step 2. Copy local.xml.sample as local.xml

    # cp local.xml.sample local.xml
    

    Step 3. Edit magento/lib/Zend/Cache/Backend/File.php file, Find and change cache_dir setting.
    From:

    protected $_options = array(
    'cache_dir' => 'null',
    

    To:

    protected $_options = array(
    'cache_dir' => 'tmp/',
    

    Step 4. Finally create tmp folder in magento document root

    # mkdir tmp/

    Step 5. done

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    SVN Repository Corruption – SVNREPO/db/current

    The login is invalid – WHM/cPanel

    ERROR: Site example.com does not exists! – Apache a2ensite command

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to Change Port in Next.Js
    • Ubuntu 24.04 LTS: The Future of Open-Source Excellence
    • How to Execute Linux Commands in Python
    • Creating MySQL User with GRANT OPTION
    • Where to find crontab (cron) logs in Ubuntu & Debian
    Facebook X (Twitter) Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.