Error installing magento

2

I'm trying to install magento on my localhost, but when I got into the step of putting the database, user and password I had to check the skip base URL option (I'm using virtual host).

The page apparently crashed, it took more than 3 minutes (or even longer) to load, and when I refreshed the page, only an error appeared:

  

There has been an error processing your request   Exception printing is disabled by default for security reasons.   Error log record number: XXXXXXXXXXXXXXX

I tried to google how to solve it and found the method of renaming the local.xml.sample file in the errors folder by local.xml and changing the code snippet in lib/zend/cache/backend/file.php as before:

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

by:

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

and then create a tmp folder in the root of the magento, but nothing appeared, neither error nor the panel for installation so I enabled the line that displayed the errors on the main page and now the error that is appearing is: p>

  Warning: include (/var/www/magento/lib/Zend/Log.php): failed to open stream: Permission denied in /var/www/magento/lib/Varien/Autoload.php on line 94

p>      

Warning: include (): Failed opening 'Zend / Log.php' for inclusion (include_path = '/ var / www / magento / app / code / local: / var / www / magento / app / code / community: /var/www/magento/app/code/core/core/var/www/magento/lib:.:/usr/share/php:/usr/share/pear ') in / var / www / magento / lib / Varien /Autoload.php on line 94

     

Fatal error: Class 'Zend_Log' not found in /var/www/magento/app/code/core/Mage/Core/functions.php on line 247

    
asked by anonymous 09.08.2015 / 02:41

0 answers