I am a newbie for Magento
"There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1241852637602
I have this error notice when i install and login to admin panel How can i fix this?
You will required to open var/report directory from the root directory of your magento 2 and then fine file name - 1241852637602
Open that file and post the error log over here so its help us to troubleshoot the issue !
Main reason behind this error after installing is you will require to run deploy and compile command , so i would say run below command from your SSH terminal magento 2 root directory in sequence :
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Hope it helps !
Hi @Manthan Dave Thanks for your quick reply
I have face another issue when i run the first command in my terminal
Deprecated Functionality: The each() function is deprecated. This message will be suppressed on further calls in /var/www/html/magento/sample/vendor/colinmollenhour/cache-backend-file/File.php on line 81
Yes - this error indicates that your Magento version and your PHP version is not compatible with each other.
So you will required to installed compatible PHP version with your Magento 2.
Which magento 2 version are you using ?
I have to install
Magento : 2.2.6
PHP : 7.2
Yes that's the issue over here !
For magento 2.2.6 you will required to install PHP version 7.1.x - kindly follow the technology stack of magento 2.2.6 - https://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html
Magento 2.3 onwards PHP 7.2 version is supported !
Hope it helps !
Is your issue gets resolved by changing the PHP version or you still have issue on the same ?
I have to install CCleaner Happy Wheels VLC
Is your issue gets resolved by changing the PHP version or you still have issue on the same ?