SynaTree

Results 6 comments of SynaTree

Interesting, I had to comment out the namespace in order for the DI container to find the class.

Yes, it seems you have to use the module id, then /images... so yii2images/images/... It didn't used to be this way, I'm not sure why this is happening now. I...

I'm wondering if this could be related to an issue I'm having with Redis sessions. When a long-running request (such as dataProvider query in PJAX) is cancelled or terminated early,...

I've been revisiting the issue today and I think it is likely related to CSRF tokens being generated "too many times" and causing the session to be destroyed (due to...

Ok, this is a follow up for anyone else out there. So in my model I had two functions: ```php public function getSites() { return $this->hasMany( Site::className(), ['siteId' => 'siteId']);...

The linked issue has a commit that solves the problem.