Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible not to require GD extension to load the Row Evolution report? #15112

Open
mattab opened this issue Nov 5, 2019 · 0 comments
Open
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mattab
Copy link
Member

mattab commented Nov 5, 2019

With GD php extension disabled, we'd expect the sparklines images and images in email reports to not work, but it also seems to currently break the Row Evolution popover:
Screenshot from 2019-11-05 21-26-41

Maybe it's not actually possible to fix this issue (since I guess we need the graph png images to render the popover....) and so we can close this as wontfix?

Stack trace was:


ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] Uncaught exception: /apache/apache2.4/httpd-2.4.25/htdocs/matomo/vendor/davaxi/sparkline/src/Sparkline.php(63): GD extension is not installed

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] GD extension is not installed

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #0 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/core/Visualization/Sparkline.php(54): Davaxi\Sparkline->__construct()

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #1 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/plugins/CoreVisualizations/Visualizations/Sparkline.php(59): Piwik\Visualization\Sparkline->main()

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #2 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/plugins/CoreHome/DataTableRowAction/RowEvolution.php(308): Piwik\Plugins\CoreVisualizations\Visualizations\Sparkline->render()

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #3 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/plugins/CoreHome/DataTableRowAction/RowEvolution.php(279): Piwik\Plugins\CoreHome\DataTableRowAction\RowEvolution->getSparkline('nb_hits')

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #4 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/plugins/CoreHome/DataTableRowAction/RowEvolution.php(132): Piwik\Plugins\CoreHome\DataTableRowAction\RowEvolution->getMetricsToggles()

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #5 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/plugins/CoreHome/Controller.php(212): Piwik\Plugins\CoreHome\DataTableRowAction\RowEvolution->renderPopover(Object(Piwik\Plugins\CoreHome\Controller), Object(Piwik\View))

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #6 [internal function]: Piwik\Plugins\CoreHome\Controller->getRowEvolutionPopover()

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #7 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/core/FrontController.php(589): call_user_func_array(Array, Array)

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #8 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/core/FrontController.php(165): Piwik\FrontController->doDispatch('CoreHome', 'getRowEvolution...', Array)

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #9 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/core/dispatch.php(34): Piwik\FrontController->dispatch()

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #10 /apache/apache2.4/httpd-2.4.25/htdocs/matomo/index.php(27): require_once('/apache/apache2...')

ERROR Piwik\ExceptionHandler[2019-11-04 05:04:54 UTC] [5a230] #11 {main}

@tsteur tsteur added this to the 4.2.0 milestone Nov 5, 2019
@Findus23 Findus23 added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label May 23, 2020
@tsteur tsteur modified the milestones: 4.5.0, Backlog (Help wanted) Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants