-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exception in Subpage "Zusammenfassung" #371
Comments
Hatte ich auch schon mal. Habe den phpstan-Cache gelöscht und den Redaxo-Cache und dann ging es. Reinstall kann heilende Kräfte entfalten. |
@gharlan funktioniert es sobald du einmalig die "webanalyse" aufgerufen hast? |
oder alternativ: nachdem die settings einmalig gespeichert wurden |
Scheint beides nicht zu helfen. Oben hatte ich die Probleme mit einem Projekt mit yak-Struktur (redaxo.org). Auch nach Anlegen einer Baseline (also Baseline aktivieren, und in der Analyse dann auf den roten Button klicken um alle Fehler zu ignorieren), trat der Fehler weiter auf. |
Wobei meist die untere der beiden oben erwähnten Exceptions kommt ("Could not analyze baseline"). |
Ggf. Kannst du im whoops screen mal auf den Ich konnte es bisher nicht nachstellen |
An json_decode scheint irgendwas mit |
Vllt ein php 8.2 problem |
Das steht in der summary json cache datei oben mit drin. |
danke. upstream reported in thecodingmachine/safe#413 |
sollte gefixed werden mit staabm/phpstan-baseline-analysis#100 |
bitte mal https://github.com/FriendsOfREDAXO/rexstan/releases/tag/1.0.94 versuchen |
Es scheint jetzt zu passen 👍 |
Direkt nach Installation hatte ich den Menüpunkt "Zusammenfassung" angeklickt.
Dort kommt dann dieser Fehler:
Exception:
Unable to graph baseline: Reading file /Users/gharlan/workspace/sites/redaxo.org/var/data/addons/rexstan/v2-type-coverage-only-in-summary-4cf04dd208bf3b8e0e9e071fea3926bb/1678032000-summary.json PHP Fatal error: Uncaught Safe\Exceptions\JsonException: Syntax error in /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php:10 Stack trace: #0 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/thecodingmachine/safe/lib/special_cases.php(35): Safe\Exceptions\JsonException::createFromPhpError() #1 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/lib/AnalyzerResultReader.php(55): Safe\json_decode('\nDeprecated: Re...', true) #2 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/lib/AnalyzerResultReader.php(16): staabm\PHPStanBaselineAnalysis\AnalyzerResultReader->readResultArray('/Users/gharlan/...') #3 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/lib/GraphApplication.php(44): staabm\PHPStanBaselineAnalysis\AnalyzerResultReader->readFile('/Users/gharlan/...') #4 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/lib/GraphTemplate.php(19): staabm\PHPStanBaselineAnalysis\GraphApplication->iterateOverFiles(Array) #5 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/lib/GraphApplication.php(22): staabm\PHPStanBaselineAnalysis\GraphTemplate->render(Object(Generator)) #6 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/bin/phpstan-baseline-graph.php(30): staabm\PHPStanBaselineAnalysis\GraphApplication->start('/Users/gharlan/...') #7 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/staabm/phpstan-baseline-analysis/bin/phpstan-baseline-graph(15): require('/Users/gharlan/...') #8 /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/bin/phpstan-baseline-graph(120): include('/Users/gharlan/...') #9 {main} thrown in /Users/gharlan/workspace/sites/redaxo.org/src/addons/rexstan/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php on line 10
File: src/addons/rexstan/lib/RexStan.php
Line: 110
Stacktrace
In der Exception-Message war also ein ganzer Stacktrace enthalten:
Nach Reload kommt dann diese Exception:
Exception: Could not analyze baseline
File: src/addons/rexstan/pages/summary.php
Line: 10
Stacktrace
System report (REDAXO 5.14.3, PHP 8.2.3, MariaDB 10.11.2)
The text was updated successfully, but these errors were encountered: