Externalnet

Results 12 comments of Externalnet

@OldaHorak I followed your instuction. I did a sudo composer update in /opt/dreamfactory, followed by running dfsetup with option 7. After that I rebooted the OS. I still get a...

Additional info: This is in the NGINX error log: 2024/01/08 13:04:41 [error] 6677#6677: *7 FastCGI sent in stderr: "PHP message: PHP Warning: require(/opt/dreamfactory/public/../vendor/autoload.php): Fail ed to open stream: No such...

Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - yajra/laravel-oci8[v9.0.0, ..., 9.x-dev] require ext-oci8 >=3.0.1 -> it is missing from your system....

@nicdavidson That helped a lot, i can see the webinterface and the login screen, but it is not working yet The issue I now have is that I cannot login...

@nicdavidson I had to add the line APP_KEY to /opt/dreamfactory/.env first (in .env was only the license entry) After that I had to run _php artisan key:generate_ in /opt/dreamfactory/ I...

@ChristophWurst That indeed seems to fix the issue Thank you very much :-) --> line: 144 (Validator.php): if ((int) $dkimTags['x'] < (int) $dkimTags['t']) { MUST BE: if ( isset($dkimTags['t']) &&...

I was not able to solve the issue because my SIP provider uses other/incompatible codecs/settings (than a Fritzbox) My final solution was installing a local FreePBX VM, connect the local...

![Screenshot_20241221_103516_Home Assistant](https://github.com/user-attachments/assets/411344b7-2bf2-444a-9f94-aeeb7e834364) In a browser it is working fine Clearing the android app cache of the Home Assistant companion app did not help ![image](https://github.com/user-attachments/assets/8a9b182c-b994-43ce-85b5-c35fa02b9fa6)

Hi aex351, is htere any progress on this issue ? Thanks in advance

> I also had to delete the empty plugin folder manually for the update to work - hope this helps Can you please be a bit more specific how I...