William W

Results 15 comments of William W

I was able to hack this into working by changing the error_reporting level in: vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php By setting line 31 to: `error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);` instead of `error_reporting(-1);` This turns...

I definitely will take backups and snapshots. Thanks for the info.

I made an image first, but the migration seems to have worked great. I just had to manually remount one EFS drive afterwards, but other than that, all tests I...

I am migrating another and will give better notes. But after the restart the EFS drive did not mount, although it was in the fstab. Before trying anything, I reinstalled...

Error message after rebooting: > Dec 31 02:11:00 cioapp103 systemd[1]: Started amazon-efs-mount-watchdog. > Dec 31 02:11:00 cioapp103 kernel: FS-Cache: Loaded > Dec 31 02:11:00 cioapp103 kernel: FS-Cache: Netfs 'nfs' registered...

Yes, that solves the issue. I was performing the efs-utils update only after the migration when running into the issue, but updating efs-utils before the migration works without issue. Edit:...

I was able to put custom session handling inside the `config.php` and then set `$use_auth = false;` to disable the built in auth if the user is logged in through...

This would be nice as an optional on/off for those who want it. Another place it would be optionally helpful is when allowing guest comments.

Mine just started showing Unavailable in HA when it's still available in the BestWay app, but turning on the debug log in HA it shows HA is getting some data...

Series of events, logs below: 1. Device heating to set temperature: Heater On 2. Device hits target temperature: Heater Off 3. Target temperature raised: Heater On, but shows Off in...