Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    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

    RahulBy 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
    Previous Articleffmpeg: error while loading shared libraries: libavdevice.so.55: cannot open shared object file: No such file or directory
    Next Article Error in query (1548): Cannot load from mysql.proc. The table is probably corrupted

    Related Posts

    SVN Repository Corruption – SVNREPO/db/current

    2 Mins Read

    The login is invalid – WHM/cPanel

    1 Min Read

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

    Updated:October 7, 20191 Min Read

    Error installing mysql2 Gem on Linux

    2 Mins Read

    Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

    1 Min Read

    CHECK_NRPE: Error – Could not complete SSL handshake.

    1 Min Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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