Robin Kluth
Robin Kluth
Yes. But thats for one time usage. I thought of something that do it in background and creates a neat info table (start, end, caller, callee, length, used codec)
True. Its not capable of this at all, but you are right. well, that was just an idea 😀
Ah, I see there is some progress on warning the user? https://github.com/ACTom/files_mindmap/blob/09f428a99ac8a0143009cdbbb71bff51b89b6c41/lib/Controller/FileHandlingController.php#L131 EDIT: Erm... The linked commit is not yet included in master? The latest release is newer than the...
I also observed this "new" behavior after latest one or two updates of AWX/Operator. And the job did also run more than 4 hrs before:  (that was with): ```...
Guess what? Without setting the env var, its working again!  What changed in the meantime? => I updated (regular update) to AWX 23.8.1. I dont know if that helped....
Can not call ActiveRecord::all() method with specified connection for database with different scheme
Then, for what is the db parameter inside one() and all()??
Since we moved on to shared mailboxes instead of public calendars, this also made me cry... We also use garethp php-ews and as of now the above code needs a...
I have the same issue. App | Version -- | -- Core | 18.0.4 OnlyOffice | 4.1.4 Document Server | 0.1.5 PHP | 7.2.24 ```json { "reqId":"jwSHL9KazOwNstyftIOY", "level":3, "time":"2020-05-12T05:10:18+00:00", "remoteAddr":"",...
+1 would be awesome to see all current entries within the webui
I still came across that issue: Yii 2.0.47: ``` Projekt::find() ->asArray() ->one( $myDb); ``` The `Yii$app->db` does NOT have the whole table. But $myDb has. But: ``` 2023-05-25 14:15:02 [-][-][-][error][yii\base\InvalidConfigException]...