For an existing web application, I am trying to upgrade from Yii 1.1 using the directions at:
[https://www.yiiframework.com/doc/guide/2.0/en/tutorial-yii-integration#using-both-yii2-yii1](http://Using Yii 2 with Yii 1)
Thought I followed the directions correctly. But the custom Yii class throws an error around “CLogger” not being availble. CLogger is referenced by the custom Yii class, which according to the directions is supposed to contain the full implementation from 1.1’s YiiBase. Doing so overrides the methods getLogger and setLogger, which try to create the 1.1 CLogger…
Long story short, I ran into issues pretty quicklly with the directions. Wondering if anyone has made this work and can help.