-
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
M2.2.1 Unable to open Address book after account creation #12180
Comments
@tig-dennisvanderhammen Are you using a fresh Magento install? |
Yes, I get this error on a clean Magento installation. |
@tig-dennisvanderhammen, thank you for your report. |
I was able to reproduce this error with the same steps as above in 2.2.1. Site was running in production mode and I had run PR added here: #12220 |
@magento-engcom-team this should be reproduced for sure due to https://github.com/magento/magento2/blob/2.2-develop/app/code/Magento/Customer/Model/Context.php class existence. Maybe app/code/Magento/Customer/Model/AttributeChecker.php is not involved in some circumstances with the steps provided though. |
Hi @tig-dennisvanderhammen |
Thank you for your time! |
Hello, |
Hi @ratnajain, this is already fixed in a7d4180 Please don't use Windows, it is not supported and there could be some issues. |
Encountered same result with M2.2.4 and PHP 7.0.8. Used a7d4180 for fixxing the error. |
Got The Error while installing in Xampp "PHP Fatal error: Cannot use Magento\Payment\Gateway\ConfigInterface as ConfigInterface because the name is already in use in C:\xampp\htdocs\dreamkart\vendor\magento\module-payment\Model\Method\Logger.php on line 8" |
Encountered a similar issue in the "Vertex_Tax" Module. There are some classes which are breaking down on PHP7.0 when using setup:upgrade: They are using the same |
@EliasKotlyar: Do you run PHP 7.0.12 or lower? Magento is requiring minimum PHP 7.0.13 since this commit: 55657e1 (although this commit is not yet released in an official new Magento version) |
Hello hostep, Indeed, i have used PHP7.0.8. I know its a bit outdated, but there should be at least a documentation hint. We are planning to update our project soon to PHP 7.2 as soon as M2.3 gets out. Greatings |
@EliasKotlyar The issue mentioned does not appear to be present in the latest versions of Vertex. You should be able to run |
Preconditions
Steps to reproduce
Expected result
Actual result
A 500 error pops up in my screen.
The following logs are generated:
2017/11/10 17:12:21 [error] 2807#2807: *27047 FastCGI sent in stderr: "PHP message: PHP Fatal error: Cannot use Magento\Framework\App\Helper\Context as Context because the name is already in use in /public/vendor/magento/module-customer/Model/AttributeChecker.php on line 11" while reading response header from upstream, client: 81.30.47.209, server: example.com, request: "GET /customer/address/new/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php7-fpm.sock:", host: "example.com"
The text was updated successfully, but these errors were encountered: