[monolog] update/fix Monolog #1400

Merged
MrPetovan merged 3 commits from nupplaPhil/friendica-addons:feat/addons into develop 2023-07-23 13:00:32 +02:00
Owner
  • Use new hook-loading

Part of https://github.com/friendica/friendica/pull/13246

Successfully tested it on my local node.

- Use new hook-loading Part of https://github.com/friendica/friendica/pull/13246 Successfully tested it on my local node.
nupplaPhil added the
2023.09
label 2023-07-03 00:01:16 +02:00
MrPetovan approved these changes 2023-07-03 04:37:39 +02:00
nupplaPhil force-pushed feat/addons from 866975b057 to 41f6a04dad 2023-07-16 18:41:13 +02:00 Compare
nupplaPhil force-pushed feat/addons from 41f6a04dad to 778236f3cc 2023-07-16 18:43:56 +02:00 Compare
nupplaPhil added 1 commit 2023-07-17 00:10:24 +02:00
nupplaPhil changed title from WIP Fix Monolog to Fix Monolog 2023-07-17 01:53:43 +02:00
nupplaPhil changed title from Fix Monolog to [monolog] update/fix Monolog 2023-07-17 01:53:59 +02:00
nupplaPhil added 1 commit 2023-07-21 22:41:42 +02:00
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
MrPetovan approved these changes 2023-07-23 13:00:26 +02:00
MrPetovan merged commit 923437e8b6 into develop 2023-07-23 13:00:32 +02:00
Contributor

Activating Monomog leads to a white screen of death
git
PHP8.0
SQL 10.5

2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/App.php","line":634} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922}
2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/App.php","line":699} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922}
2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/Core/System.php","line":494} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922}
2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/App/Page.php","line":412} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922}
Activating Monomog leads to a white screen of death git PHP8.0 SQL 10.5 ``` 2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/App.php","line":634} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922} 2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/App.php","line":699} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922} 2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/Core/System.php","line":494} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922} 2023-07-23T14:50:10Z app [WARNING]: E_WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1) {"code":2,"message":"Cannot modify header information - headers already sent by (output started at /var/www/html/friend/addon/monolog/static/dependencies.config.php:1)","file":"/var/www/html/friend/src/App/Page.php","line":412} - {"file":null,"line":null,"function":"header","request-id":"64bd3e22570c0","uid":"1e6283","process_id":151922} ```
Sign in to join this conversation.
No description provided.