Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Class 'Nette\Diagnostics\Debugger' not found #25

Open
zemnet opened this issue Oct 29, 2017 · 1 comment
Open

Class 'Nette\Diagnostics\Debugger' not found #25

zemnet opened this issue Oct 29, 2017 · 1 comment

Comments

@zemnet
Copy link

zemnet commented Oct 29, 2017

Hi,
I want to use this component on nette 2.4 with php 7.1.

Redirect to google work fine, but returns to page stop with error:
Class 'Nette\Diagnostics\Debugger' not found

google/apiclient v.1.1.8
kdyby/google @dev

Can you help how to use it on v2.4?

exception--2017-10-29--10-57--07b981b1da.zip

@zemnet
Copy link
Author

zemnet commented Oct 29, 2017

Temporary repaired in SessionStorage.php from line 14:
//use Nette\Diagnostics\Debugger;
use Tracy\Debugger;

if (!class_exists('Nette\Diagnostics\Debugger')) {
class_alias('Tracy\Debugger', 'Nette\Diagnostics\Debugger');
}`

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

No branches or pull requests

1 participant