Just upgraded from version 30 to 31.0.2. Cannot 100% exclude that this didn't happen before. Upgrade to Nextcloud 31 The admin config check page warns about hundreds ...
I'm opening this discussion to gather opinions and support regarding a change introduced in PHP 8 and later versions: the stricter handling of undefined array keys. For years, accessing an undefined ...
Warning: Undefined array key "mode" in /home/gekirock2/www/skream/parts/ranking.php on line 27 Fatal error: Uncaught Error: Call to undefined function mysql_connect ...
こんにちは、スーパーソフトウェア東京オフィス技術部の金子です。 PHPの配列キーはキーを指定しない場合、自動で連番のキーが設定されるため、予期せぬ挙動を引き起こすことがあります。 PHPの配列には数値のキーが自動で連番のキーがされる キーを ...
ある配列をループで回してたらこんなエラーがでました。 Notice: Undefined offset: 1 in hoge.php on line 269 指定された添え字がおかしいって事なんだろうけど、1 で引っかかるのは明らかにおかしい…。 原因はarray_unique() とにかく、配列をprint_r()してみることに。