by sarkarijob | Oct 31, 2019 | magento
Error: Allowed memory size of 792723456 bytes exhausted (tried to allocate 184320 bytes) in /var/www/html/Demo/vendor/magento/framework/Profiler.php on line 153cause: Low memory value in php.inijust vi /etc/php.ini and set php memory value to be 2048M
by sarkarijob | Oct 31, 2019 | magento
Error: FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught MagentoFrameworkExceptionFileSystemExceptionset file owner correctlychown -R admin:group public_html
by sarkarijob | Oct 31, 2019 | magento
Error: PHP Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s)cause /tmp directory is not accessible by the userjust open config filevi domain.httpd.confphp_admin_value open_basedir...
by sarkarijob | Aug 29, 2019 | magento
How to change base_url settings with mysql from the command lineLog into your MySQL database, replace $USER with your database user nameand $DBASE with your database name. It will prompt you for your password:mysql -u $USER -p $DBASEBelow are the SQL commands to...