vojtech-dobes / history.nette.ajax.js

Adds History API support to nette.ajax.js addon!
30 stars 27 forks source link

ReflectionException #10

Closed Ciki closed 10 years ago

Ciki commented 10 years ago

I'm getting ReflectionException

Property MyApplication::$httpRequest does not exist

in https://github.com/vojtech-dobes/history.nette.ajax.js/blob/master/src/OnResponseHandler.php#L67 How can I avoid it? Any idea why it's happening?

Tracy

vojtech-dobes commented 10 years ago

Hm, correct solution is to pass Nette\Application\Application string instead of $application variable as first argument. Can you try it?

Ciki commented 10 years ago

thanks. It looks like working fine .. no log for last 7 days

vojtech-dobes commented 10 years ago

Should be solved with #12 in d10d18205982dc1f79be8e24e1c358787dc1837b.