-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Installing a custom theme throws frontend error #3877
Comments
Please clean var directory instead, and try again. Also do you have developer mode turned on? |
Dev Mode is not active, no. Can I delete the whole var directory? |
Deleting var/* is safe in non-production modes. (In production it would delete some pre-generated files.) Internal note, if we get kingalca going, we should still work out why this problem happened. If the operations taken were reasonable then there should not be a stack trace. If there was a missing step, the error message should tell the user what they did wrong / how to correct it (not an obscure stack trace). |
Thanks for the suggest, I also guess that there might be a problem with another source then the theme directly. The theme uses an importer to import demo content, which should be fine. This is the content of the file imported, its a json. Updated: json import data moved to an attached file |
@kingalca You can attach files by dragging / dropping on the comment box and GitHub will automatically upload and link to them. I copied the data into a file and updated your last comment with it as an attachment. :) |
Thanks @davidalger. Even if my account has some days on github on it, im still new to use it properly. Thanks for helping me out. 👍 |
@kingalca has your issue been resolved? |
Sadly no, the bug still occours. |
@kingalca thanks for confirming, we have created MAGETWO-51152 to investigate and fix. Also, can you please give more details how new theme was deployed. |
Step by Step.
|
Can you check you database, in the This could be related to #2797, which has been fixed. Can you try on the latest develop branch? |
Dear @mazhalai, I have no clue how to update to a dev branch within magento. The Theme has a registration.php. There is a respective row in the database for the newly installed theme, ID 5. The error contains this ID as well. Cite: |
@grasdaggel are you still facing the issue after upgrade to 2.1? |
When I upgrade to 2.1.0 the whole shop is broken (locale not found, version differs in database, ... see my other tickets), therefore I cannot update current installations. |
@grasdaggel, thank you for your report. |
[EngCom] Elasticsearch 6 Support
we should truncate table design_change |
Hi, we use Mage 2.0.2 and a commercial theme.
After theme upload we:
The outcome is a frontend exception error. Error log contains the following:
We tried to delete vendor and use composer update, but that has not fixed it.
Any one else have had this problem/bug? How to fix it?
The text was updated successfully, but these errors were encountered: