Skip to content

Commit

Permalink
https://github.com/vegandthecity/magento/issues/34
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 7, 2020
1 parent c3938bf commit be3c9f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
!/composer.json
!/README.md
!/app/code/**/*
# 2020-05-07 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
# [Mageplaza_LayeredNavigation] «Sorry, something went wrong. You can find out more in the error log.»:
# https://github.com/vegandthecity/magento/issues/34
!/app/code/Mageplaza/LayeredNavigation/Model/ResourceModel/Fulltext/Collection.php
# 2020-04-24 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
# "Add the `tv_themevast_package` design package to the source control":
# https://github.com/vegandthecity/magento/issues/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@ protected function _renderFiltersBefore()
try {
$this->searchResult = $this->getSearch()->search($searchCriteria);
} catch (Exception $e) {
// 2020-05-07 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
// [Mageplaza_LayeredNavigation] «Sorry, something went wrong. You can find out more in the error log.»:
// https://github.com/vegandthecity/magento/issues/34
df_log_e($e, $this);
throw new LocalizedException(__('Sorry, something went wrong. You can find out more in the error log.'));
}

Expand Down

0 comments on commit be3c9f8

Please sign in to comment.