Chris Croome

Results 79 comments of Chris Croome

This is what I have after exporting it and changing the domain name: ```txt [ERROR] forms: Error while submitting the form Object { app: "forms", level: 2, error: {…} }...

I have also found `500` errors in the Apache and PHP-FPM logs, this in from the PHP-FPM access log: ``` - - 15/Apr/2024:19:31:23 +0000 "POST /ocs/v2.php" 500 /home/cloud/sites/nextcloud/ocs/v2.php 616.068 10240...

I didn't set the form up so I don't know the answers to these questions I'm afraid but I have asked our client if they know the answers. I think...

Strangely I received a from @Chartman123 saying: > @chriscroome Could you please try to reproduce the error with the latest NC release? I tried it with NC30 RC2 and 29.0.5...

I have this error with `apt update`: ``` ... Err:7 https://dl.yarnpkg.com/debian stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E ... E:...

The documentation should probably also be updated to use [deb822 formatted repositories](https://repolib.readthedocs.io/en/latest/deb822-format.html#deb822-style-format), for example: ```bash cat /etc/apt/sources.list.d/icinga.sources ``` ```ini Types: deb URIs: https://packages.icinga.com/debian Suites: icinga-bookworm Architectures: amd64 Components: main Signed-By:...

Thanks @kellyjonbrazil it is working well: ```bash apt-get -sqq upgrade | jc --apt-get-sqq -Py ``` ```yaml --- - operation: unpack package: firefox-nightly-l10n-en-gb broken: 126.0a1~20240328092313 proposed_pkg_ver: 126.0a1~20240328213634 namespaces/moz-fx-productdelivery-pr-38b5/repositories/mozilla:mozilla existing_pkg_ver: architecture: all...

The datetime is simply the time it was run at so I don't think there is any point in saving it. The Bash >= 4 method of sending standard error...

Thanks, I'd missed the fact that the existing parser doesn't allow inline comments, I'll use `sed` for now: ```bash cat /etc/postgresql/15/main/postgresql.conf | sed 's/[#].*$//' | jc --ini -p ``` ```json...