I am trying to install Magento 2.1.5 on my website via Softaculous auto installer. The installation succeeds, but when I try to login the exception printing error appears. I changed the local.xml.sample into local.xml, which gives the following error:
Warning: is_dir(): open_basedir restriction in effect. File(/etc/pki/tls/certs) is not within the allowed path(s): (/home/prinsqp206/domains/claq.nl/:/home/prinsqp206/domains/include/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php70/lib/php/:/usr/local/php56/lib/php/) in /home/prinsqp206/domains/claq.nl/public_html/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php on line 914
The next step according to the internet is to go to the file magento_directory/lib/Zend/Cache/Backend/File.php. The problem is that I cannot find this file; the only folder in the lib folder are Internal and Web.
I really hope someone can help me, since I've struggled with this problem for a few weeks now and I really want to continue with my webshop.