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

Output is not displayed when selecting cachegrind file #188

Open
khrizt opened this issue Aug 29, 2024 · 1 comment
Open

Output is not displayed when selecting cachegrind file #188

khrizt opened this issue Aug 29, 2024 · 1 comment

Comments

@khrizt
Copy link

khrizt commented Aug 29, 2024

Hi,

I've configured everything and it looks it works ok, the cachegrind file is generated the file appears in the select on top of the page and when selecting the file and clicking on update the request return a json array with all the data.

The problem is that this information is not displayed in the webpage and no error appear neither in the console nor the error log.

Is there something I did wrong? How can I display the information?

Thanks

@nhunt290
Copy link

If you're using PHP 8.3, I had this issue after upgrading from PHP 8.1 which was working fine.

I checked my error_log file and got the below when clicking the "update" button

[14-Oct-2024 10:41:22 UTC] PHP Deprecated:  Creation of dynamic property Webgrind_FileHandler::$files is deprecated in /path/to/webgrind/library/FileHandler.php on line 45
[14-Oct-2024 10:41:22 UTC] PHP Deprecated:  Creation of dynamic property Webgrind_Reader::$fp is deprecated in /path/to/webgrind/library/Reader.php on line 71

It seems there's already a PR to partially fix this #181

If you make those changes yourself and try again, it may work for you if it's the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants