- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento 2 theme upload error
Hi all,
Need some help with installing a theme.
I have put it on the server which the website is on with ftp in the appropriate folder. I then ran php 5.6 bin/magento setup:upgrade command. When I went on the web page it came up with an error 'An error has happened during application run. See exception log for details'. This is also the same for the admin page
Can anyone help?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 theme upload error
Seems like your store is in production mode. Maybe u have forgotten to redeploy static files after upgrade command. Try php 5.6 bin/magento setup:static-content:deploy or just change to developer mode if are planning to develope something
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 theme upload error
I have put in this command however it still says the same. I missed off that when I did the upgrade command it told me to compile however it wouldn't let me compile when I ran the command.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 theme upload error
See exception log for details
Did you review log for details? What is the error message there?