Controller cannot find the requested view (tabularInput)

Hello, I install this widget and used example from the official page of this extension.

Official page: www.eha.ee/labs/yiiplay/index.php/en/site/extension?view=tabular

But when I try to use it, I have an error “Controller cannot find the requested view ‘extensions/_tabularInput’”.

My view, where I want to use widget (www.pastebin.com/a1DNpQbd).

The file of view here: protected\views\site\extensions\_tabularInput

Can you help me to eliminate this problem please?

6371

333.png

Perhaps you should show the name of the controller and show the actual controller action that tries to render the view that cannot be found? Just saying.

I solved my problem by transfer this folder to protected-views-patients-extensions, where I am calling this action.

Thank’s.