-
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
Call to a member function addCrumb() #11275
Comments
Hi @lano-vargas |
The fix looks simple |
@magento-engcom-team I can't promise but will try and work on it this weekend.
Thanks. |
Bug fix ref: magento#11275
@magento-engcom-team the "continuous-integration/travis-ci/pr" has errored with
ref: https://travis-ci.org/magento/magento2/jobs/285215690 Please advice what to do next. |
@okorshenko Could you please restart build/trigger as mentioned here:https://stackoverflow.com/questions/17606874/trigger-a-travis-ci-rebuild-without-pushing-a-commit |
@lano-vargas restarted, main CI source of truth is Bamboo runned internally, I'll let you know if there will be some issues revealed. |
@magento-engcom-team errored for the same reason as #11275 (comment) |
@magento-engcom-team This issue should be closed, solved in PR #11382 |
the issue has been fixed and delivered to 2.2.2 branch. Will be available with 2.2.2 release |
Internal ticket to track issue progress: MAGETWO-81647 |
Hi @lano-vargas. Thank you for your report.
The fix will be available with the upcoming patch release. |
I have encounter a small issue on new installation of Magento 2.1.7 regards to breadcrumbs.
step to recreate the issue is simple once install is susccesfull:
1- create custom Theme
2- create default.xml
3- add
<referenceBlock name="breadcrumbs" remove="true" />
4- navigate to your Magento installation root url .../sales/guest/form/
5- error: 500
Log:
PHP Fatal error: Call to a member function addCrumb() on boolean in /Library/WebServer/Documents/dev/vendor/magento/module-sales/Helper/Guest.php on line 205
Comment or removing
Will display the the page correctly.
Thank's
Juliano
The text was updated successfully, but these errors were encountered: