Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #1

Open
dfludd63 opened this issue Mar 25, 2022 · 2 comments
Open

Error #1

dfludd63 opened this issue Mar 25, 2022 · 2 comments

Comments

@dfludd63
Copy link

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?

@enyceedanny
Copy link

Same issue

@AbiudSM
Copy link

AbiudSM commented Mar 7, 2023

I had the same issue, I solved it with the following steps

  1. Go to the view/ folder and rename the frontend/ folder to base/
  2. 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
  3. 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
  1. Change the path widget/book.phtml to Magepow_Flipbook::book.phtml in the following files:
  • view/base/layout/flipbook_index_book.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants