Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook 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

    Advertisement

    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
    • Implementing a Linux Server Security Audit: Best Practices and Tools
    • cp Command in Linux (Copy Files Like a Pro)
    • 15 Practical Examples of dd Command in Linux
    • dd Command in Linux (Syntax, Options and Use Cases)
    • Iptables: Common Firewall Rules and Commands
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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