ReflectionException when installing Magento 2.3.2 on Debian 10.0.0White admin login screen on magento 2Magento 2 not working on apache2, php7 and ubuntuError after running compile and upgrade cmd lineArea code not setProceeding to an exception page after save new categoryMagento Module creation gives errorMagento 2 : after upgrading magento 2 with command site not workingMagento 2.2 Fatal error: Uncaught ReflectionException: errorUncaught RuntimeException: Can't create directory
Which drashot require a mesorah?
How does encoder decoder network works?
Prevent use of CNAME record for untrusted domain
Should I stick with American terminology in my English set young adult book?
Ordering a list of integers
Prison offence - trespassing underwood fence
Redacting URLs as an email-phishing preventative?
How many lines of code does the original TeX contain?
What is the loud noise of a helicopter when the rotors are not yet moving?
Why is proof-of-work required in Bitcoin?
How do proponents of Sola Scriptura address the ministry of those Apostles who authored no parts of Scripture?
Joining lists with same elements
Have you ever been rejected to board the plane because your passport valid less than 3 months?
How to maximize the drop odds of the Essences in Diablo II?
What is this artifact and how to avoid it?
What stops you from using fixed income in developing countries?
Why did Khan ask Admiral James T. Kirk about Project Genesis?
Does ostensible/specious make sense in this sentence?
What is a natural problem in theory of computation?
What are the occurences of total war in the Native Americans?
Where can/should I, as a high schooler, publish a paper regarding the derivation of a formula?
Can I take an upcast spell as my Mystic Arcanum?
How to obtain a polynomial with these conditions?
Changing JPEG to RAW to use on Lightroom?
ReflectionException when installing Magento 2.3.2 on Debian 10.0.0
White admin login screen on magento 2Magento 2 not working on apache2, php7 and ubuntuError after running compile and upgrade cmd lineArea code not setProceeding to an exception page after save new categoryMagento Module creation gives errorMagento 2 : after upgrading magento 2 with command site not workingMagento 2.2 Fatal error: Uncaught ReflectionException: errorUncaught RuntimeException: Can't create directory
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to install Magento 2.3.2 (with Sample Data) on Debian 10.0.0 but when I try to run the setup it shows this error:
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php:19 Stack trace: #0 /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php(19): ReflectionClass->__construct('Magento\Framewo...') #1 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Definition/Runtime.php(49): MagentoFrameworkCodeReaderClassReader->getConstructor('Magento\Framewo...') #2 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('Magento\Framewo...') #3 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Framewo...') #4 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(160): MagentoFrameworkObjectManager in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php on line 19
Setup:
XAMPP: 7.2.21
PHP: 7.2.21
OS: Debian 10.0.0
magento2 xampp
add a comment |
I am trying to install Magento 2.3.2 (with Sample Data) on Debian 10.0.0 but when I try to run the setup it shows this error:
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php:19 Stack trace: #0 /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php(19): ReflectionClass->__construct('Magento\Framewo...') #1 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Definition/Runtime.php(49): MagentoFrameworkCodeReaderClassReader->getConstructor('Magento\Framewo...') #2 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('Magento\Framewo...') #3 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Framewo...') #4 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(160): MagentoFrameworkObjectManager in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php on line 19
Setup:
XAMPP: 7.2.21
PHP: 7.2.21
OS: Debian 10.0.0
magento2 xampp
Have you tried runningphp bin/magento setup:upgrade
andphp bin/magento setup:di:compile
?
– where
Aug 13 at 23:44
add a comment |
I am trying to install Magento 2.3.2 (with Sample Data) on Debian 10.0.0 but when I try to run the setup it shows this error:
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php:19 Stack trace: #0 /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php(19): ReflectionClass->__construct('Magento\Framewo...') #1 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Definition/Runtime.php(49): MagentoFrameworkCodeReaderClassReader->getConstructor('Magento\Framewo...') #2 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('Magento\Framewo...') #3 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Framewo...') #4 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(160): MagentoFrameworkObjectManager in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php on line 19
Setup:
XAMPP: 7.2.21
PHP: 7.2.21
OS: Debian 10.0.0
magento2 xampp
I am trying to install Magento 2.3.2 (with Sample Data) on Debian 10.0.0 but when I try to run the setup it shows this error:
Fatal error: Uncaught ReflectionException: Class MagentoFrameworkAppResourceConnectionProxy does not exist in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php:19 Stack trace: #0 /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php(19): ReflectionClass->__construct('Magento\Framewo...') #1 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Definition/Runtime.php(49): MagentoFrameworkCodeReaderClassReader->getConstructor('Magento\Framewo...') #2 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters('Magento\Framewo...') #3 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Framewo...') #4 /opt/lampp/htdocs/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(160): MagentoFrameworkObjectManager in /opt/lampp/htdocs/magento2/vendor/magento/framework/Code/Reader/ClassReader.php on line 19
Setup:
XAMPP: 7.2.21
PHP: 7.2.21
OS: Debian 10.0.0
magento2 xampp
magento2 xampp
asked Aug 13 at 23:33
IceFlokIceFlok
1
1
Have you tried runningphp bin/magento setup:upgrade
andphp bin/magento setup:di:compile
?
– where
Aug 13 at 23:44
add a comment |
Have you tried runningphp bin/magento setup:upgrade
andphp bin/magento setup:di:compile
?
– where
Aug 13 at 23:44
Have you tried running
php bin/magento setup:upgrade
and php bin/magento setup:di:compile
?– where
Aug 13 at 23:44
Have you tried running
php bin/magento setup:upgrade
and php bin/magento setup:di:compile
?– where
Aug 13 at 23:44
add a comment |
1 Answer
1
active
oldest
votes
Sorry for the late reply.
I had to run the commands suggested by @where. But first, I needed to give write permission in the folders where my Magento code were.
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%2f285387%2freflectionexception-when-installing-magento-2-3-2-on-debian-10-0-0%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
Sorry for the late reply.
I had to run the commands suggested by @where. But first, I needed to give write permission in the folders where my Magento code were.
add a comment |
Sorry for the late reply.
I had to run the commands suggested by @where. But first, I needed to give write permission in the folders where my Magento code were.
add a comment |
Sorry for the late reply.
I had to run the commands suggested by @where. But first, I needed to give write permission in the folders where my Magento code were.
Sorry for the late reply.
I had to run the commands suggested by @where. But first, I needed to give write permission in the folders where my Magento code were.
answered Aug 18 at 21:42
icestormicestorm
11 bronze badge
11 bronze badge
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%2f285387%2freflectionexception-when-installing-magento-2-3-2-on-debian-10-0-0%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
Have you tried running
php bin/magento setup:upgrade
andphp bin/magento setup:di:compile
?– where
Aug 13 at 23:44