0

I recently checked the magento site i am working on. And was presented with this gigantic error message from magento.

https://pastebin.com/Y0hGEx1m

The only task which was performed before this error appeared was a re-index from the cli. The admin panel is still accessible but i am unsure what is causing this error.

asked May 29, 2018 at 23:36
2
  • Looks like whoever is the creator of the Bizkick module is creating quite a few invalid or misplaced elements in some layout xml file. Can you post the contents of the files that contain "bizkick" elements? Commented May 29, 2018 at 23:40
  • The wierd thing is, the site has been fully functional using a bizkick theme for a few months now. Its only suddenly decided to do this. Commented May 30, 2018 at 8:06

1 Answer 1

0

Solution: Went into the themes files under /app/design/frontend/ParentTheme/ChildTheme/* Located layout xml files, and wherever there are occurences such as:

as="Bizkick Above" replaced with as="Bizkick_Above"

This is because spaces are not allowed in the theme files.

answered Aug 28, 2018 at 22:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.