sites are down as a result of this error but do not see the current date for the issue. Please assist if possible. Thank you in advance.
Solved! Go to Solution.
You have done amazing work. Thank you
found this in the debug log
[2020-06-29 19:37:30] main.DEBUG: URI '/'' cannot be accessed with HEAD method (Magento\Cms\Controller\Index\Index) [] []
[2020-06-29 19:37:30] main.DEBUG: Request validation failed for action "Magento\Cms\Controller\Index\Index\Interceptor" [] []
[2020-07-08 11:37:39] main.DEBUG: URI '/checkout'' cannot be accessed with OPTIONS method (Magento\Checkout\Controller\Index\Index) [] []
[2020-07-08 11:37:39] main.DEBUG: Request validation failed for action "Magento\Checkout\Controller\Index\Index\Interceptor" [] []
Here is another error
Hello @gloria_ lozinsk
Your images are not visible for me Right now,
if it shows error of interceptor, please run the following commands from project docroot :
chmod -R 777 var/ generated/
php bin/magento setup:upgrade php bin/magento setup:di:compile
php bin/magento c:f
I am new to Magento and do not know how to run this errand. Are you available to assist? Thank you in advance.
Open terminal and get into your project directory, for example if your project folder is Magento, then run below commands step by step :
cd /opt/lamp/htdocs/Magento2 //depends on the location of project folder chmod -R 777 var/ generated/ php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento c:f
It means that FcgidIOTimeout value of 500 seconds is not enough for the required operation. I've increased the value to 3000 seconds.
Please try to access Magento Admin one more time and let me know about the results.