Magento 2.2 Fatal error: Uncaught ReflectionException: errorWhite admin login screen on magento 2Magento 2 not working on apache2, php7 and ubuntuError after running compile and upgrade cmd lineProceeding to an exception page after save new categoryBannerslider not compatible with Magento 2.1?Magento Module creation gives errorMagento 2 : after upgrading magento 2 with command site not working“There has been an error processing your request” in Admin area after installationUncaught RuntimeException: Can't create directoryHow to get a Array Response from collection with getfieldset
Animating wave motion in water
What kind of footwear is suitable for walking in micro gravity environment?
Does convergence of polynomials imply that of its coefficients?
Symbolism of 18 Journeyers
Why didn’t Eve recognize the little cockroach as a living organism?
Can "few" be used as a subject? If so, what is the rule?
Hackerrank All Women's Codesprint 2019: Name the Product
Are hand made posters acceptable in Academia?
How to read string as hex number in bash?
How can an organ that provides biological immortality be unable to regenerate?
Is this Pascal's Matrix?
Air travel with refrigerated insulin
I got the following comment from a reputed math journal. What does it mean?
Hot air balloons as primitive bombers
What (if any) is the reason to buy in small local stores?
Single word to change groups
Gauss brackets with double vertical lines
Which partition to make active?
Is VPN a layer 3 concept?
How to determine the greatest d orbital splitting?
Isn't the word "experience" wrongly used in this context?
Error in master's thesis, I do not know what to do
Help with identifying unique aircraft over NE Pennsylvania
Unable to get newly inserted Product's Id using After Plugin for Catalog Product save controller method
Magento 2.2 Fatal error: Uncaught ReflectionException: error
White admin login screen on magento 2Magento 2 not working on apache2, php7 and ubuntuError after running compile and upgrade cmd lineProceeding to an exception page after save new categoryBannerslider not compatible with Magento 2.1?Magento Module creation gives errorMagento 2 : after upgrading magento 2 with command site not working“There has been an error processing your request” in Admin area after installationUncaught RuntimeException: Can't create directoryHow to get a Array Response from collection with getfieldset
i created a new module, after runing this command
php bin/magento module:enable myFirstModule
i am getting this error.
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php:19 Stack trace: #0 C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php(19): ReflectionClass->__construct('MagentoFramewo...') #1 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerDefinitionRuntime.php(44): MagentoFrameworkCodeReaderClassReader->getConstructor('MagentoFramewo...') #2 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryDynamicDeveloper.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('MagentoFramewo...') #3 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('MagentoFramewo...') #4 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryAbstractFactory.php(144): MagentoFrameworkObjectManagerObjectManage in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php on line 19
i have clear all of my cache and also used upgrade command.
but in CMD the results are...
what would be the reason of this?
i also removed those module files but still there is error.
magento2
bumped to the homepage by Community♦ 15 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i created a new module, after runing this command
php bin/magento module:enable myFirstModule
i am getting this error.
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php:19 Stack trace: #0 C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php(19): ReflectionClass->__construct('MagentoFramewo...') #1 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerDefinitionRuntime.php(44): MagentoFrameworkCodeReaderClassReader->getConstructor('MagentoFramewo...') #2 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryDynamicDeveloper.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('MagentoFramewo...') #3 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('MagentoFramewo...') #4 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryAbstractFactory.php(144): MagentoFrameworkObjectManagerObjectManage in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php on line 19
i have clear all of my cache and also used upgrade command.
but in CMD the results are...
what would be the reason of this?
i also removed those module files but still there is error.
magento2
bumped to the homepage by Community♦ 15 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i created a new module, after runing this command
php bin/magento module:enable myFirstModule
i am getting this error.
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php:19 Stack trace: #0 C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php(19): ReflectionClass->__construct('MagentoFramewo...') #1 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerDefinitionRuntime.php(44): MagentoFrameworkCodeReaderClassReader->getConstructor('MagentoFramewo...') #2 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryDynamicDeveloper.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('MagentoFramewo...') #3 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('MagentoFramewo...') #4 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryAbstractFactory.php(144): MagentoFrameworkObjectManagerObjectManage in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php on line 19
i have clear all of my cache and also used upgrade command.
but in CMD the results are...
what would be the reason of this?
i also removed those module files but still there is error.
magento2
i created a new module, after runing this command
php bin/magento module:enable myFirstModule
i am getting this error.
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php:19 Stack trace: #0 C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php(19): ReflectionClass->__construct('MagentoFramewo...') #1 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerDefinitionRuntime.php(44): MagentoFrameworkCodeReaderClassReader->getConstructor('MagentoFramewo...') #2 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryDynamicDeveloper.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('MagentoFramewo...') #3 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('MagentoFramewo...') #4 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryAbstractFactory.php(144): MagentoFrameworkObjectManagerObjectManage in C:xampphtdocsmagento2vendormagentoframeworkCodeReaderClassReader.php on line 19
i have clear all of my cache and also used upgrade command.
but in CMD the results are...
what would be the reason of this?
i also removed those module files but still there is error.
magento2
magento2
asked Apr 5 '18 at 0:29
i_ali55i_ali55
38211
38211
bumped to the homepage by Community♦ 15 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 15 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You should consult magento devdocs in order to learn how to create module and its naming conventions,http://devdocs.magento.com/guides/v2.1/architecture/archi_perspectives/components/modules/mod_conventions.html. you will also find other sites too.
Secondly, first you need to disable your module from command line php bin/magento module:disable ModuleName then delete your generated/code folder and run php bin/magento setup:upgrade and php bin/magento setup:di:compile commands.
Hope it will fix your issue.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f221127%2fmagento-2-2-fatal-error-uncaught-reflectionexception-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should consult magento devdocs in order to learn how to create module and its naming conventions,http://devdocs.magento.com/guides/v2.1/architecture/archi_perspectives/components/modules/mod_conventions.html. you will also find other sites too.
Secondly, first you need to disable your module from command line php bin/magento module:disable ModuleName then delete your generated/code folder and run php bin/magento setup:upgrade and php bin/magento setup:di:compile commands.
Hope it will fix your issue.
add a comment |
You should consult magento devdocs in order to learn how to create module and its naming conventions,http://devdocs.magento.com/guides/v2.1/architecture/archi_perspectives/components/modules/mod_conventions.html. you will also find other sites too.
Secondly, first you need to disable your module from command line php bin/magento module:disable ModuleName then delete your generated/code folder and run php bin/magento setup:upgrade and php bin/magento setup:di:compile commands.
Hope it will fix your issue.
add a comment |
You should consult magento devdocs in order to learn how to create module and its naming conventions,http://devdocs.magento.com/guides/v2.1/architecture/archi_perspectives/components/modules/mod_conventions.html. you will also find other sites too.
Secondly, first you need to disable your module from command line php bin/magento module:disable ModuleName then delete your generated/code folder and run php bin/magento setup:upgrade and php bin/magento setup:di:compile commands.
Hope it will fix your issue.
You should consult magento devdocs in order to learn how to create module and its naming conventions,http://devdocs.magento.com/guides/v2.1/architecture/archi_perspectives/components/modules/mod_conventions.html. you will also find other sites too.
Secondly, first you need to disable your module from command line php bin/magento module:disable ModuleName then delete your generated/code folder and run php bin/magento setup:upgrade and php bin/magento setup:di:compile commands.
Hope it will fix your issue.
answered Apr 5 '18 at 0:47
Naveed AsimNaveed Asim
2,7142317
2,7142317
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f221127%2fmagento-2-2-fatal-error-uncaught-reflectionexception-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown