You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue, I solved it with the following steps
Go to the view/ folder and rename the frontend/ folder to base/
Go to the view/base/templates/ folder and remove the book.phtml and index.phtml files from the index/ folder so that they remain inside the view/base/templates/ folder, then delete this index/ folder
Change the path widget/index.phtml to Magepow_Flipbook::index.phtml in the following files:
Block/Widget/Book.php
etc/widget.xml
view/base/layout/flipbook_index_index.xml
Change the path widget/book.phtml to Magepow_Flipbook::book.phtml in the following files:
Error filtering template: Invalid template file: 'widget/index.phtml' in module: 'Magepow_Flipbook' block's name: 'widget\book_0'
Don't know what happened any advice?
The text was updated successfully, but these errors were encountered: