I need help with the installation of magento 2.3.6 this is returning an error in apache:
core: alert] [pid 23385] [client 179.232.122.240:2423] .htaccess: Invalid comid command 'SetEnv', perhaps misspelled or defined by a module not included in the server configuration
I already wasted a lot of time researching and tested a lot, but nothing worked, could someone help me?
Hello,
Short way for me:
in .htaccess comment this line:
## enable usage of methods arguments in backtrace
#SetEnv MAGE_DEBUG_SHOW_ARGS 1
Long way:
Try Enable mod_env in Apache
This happened to me in a clean installation of magento 2.3.6
Good luck!