@peopleinside said in What is all the stuff at the bottom of the browser & can it be turned off?:
This is for clear cache or you can do also by SSH with the command : php bin/console c:c
Huh i vi the .env file to add APP_ENV=prod and I can't browser in anymore.
I will SSH and issue the command php bin/console c:c
That looks like it worked but I did receive an error
{"message":"Error thrown while running command \"cache:clear\". Message: \"Unable to write in the \"/var/www/uvdesk/var/cache/prod\" directory.\"","context":{"exception":{"class":"Symfony\\Component\\Console\\Exception\\RuntimeException","message":"Unable to write in the \"/var/www/uvdesk/var/cache/prod\" directory.","code":0,"file":"/var/www/uvdesk/vendor/symfony/framework-bundle/Command/CacheClearCommand.php:88"},"command":"cache:clear","message":"Unable to write in the \"/var/www/uvdesk/var/cache/prod\" directory."},"level":500,"level_name":"CRITICAL","channel":"console","datetime":"2022-03-03T18:47:05.895286+00:00","extra":{}}
18:47:05 CRITICAL [console] Error thrown while running command "cache:clear". Message: "Unable to write in the "/var/www/uvdesk/var/cache/prod" directory." ["exception" => Symfony\Component\Console\Exception\RuntimeException^ { …},"command" => "cache:clear","message" => "Unable to write in the "/var/www/uvdesk/var/cache/prod" directory."]
{"message":"Command \"cache:clear\" exited with code \"1\"","context":{"command":"cache:clear","code":1},"level":100,"level_name":"DEBUG","channel":"console","datetime":"2022-03-03T18:47:05.900022+00:00","extra":{}}
Unable to write in the "/var/www/uvdesk/var/cache/prod" directory.
And NOW its locked up I will reboot the VM