Magento 2: Error After Installing Sample Data using Composer Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraSample data for Magento 2 - PHP memory problem while installing from ComposerIssue installing sample data Magento2 CEError installing Magento 2 with sample data (max_execution_time is 18000)Magento 2.2 sample data composer version failsMagento2: Error in order creation even after successful payment and redirectionUpgrade Magento from 2.1 to 2.2.1 with sample data using composerMagento 2.1.10 Composer Sample Data Install IssuesMagento 2 error - Model/View/Page/Config/RendererFactory.php on line 64Ignore platform requirements for sample data installation using ComposerMagento 2.1.8 export not working
How do I check if a string is entirely made of the same substring?
What is the least dense liquid under normal conditions?
What to do with someone that cheated their way through university and a PhD program?
Align column where each cell has two decimals with siunitx
c++ diamond problem - How to call base method only once
Can I criticise the more senior developers around me for not writing clean code?
Is Electric Central Heating worth it if using Solar Panels?
Expansion//Explosion and Siren Stormtamer
std::is_constructible on incomplete types
Suing a Police Officer Instead of the Police Department
PIC mathematical operations weird problem
What is the best way to deal with NPC-NPC combat?
Why is this method for solving linear equations systems using determinants works?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Are these square matrices always diagonalisable?
Retract an already submitted recommendation letter (written for an undergrad student)
Co-worker works way more than he should
How to open locks without disable device?
How to count in linear time worst-case?
Raising a bilingual kid. When should we introduce the majority language?
Second order approximation of the loss function (Deep learning book, 7.33)
How long after the last departure shall the airport stay open for an emergency return?
Is there any hidden 'W' sound after 'comment' in : Comment est-elle?
Magento 2: Error After Installing Sample Data using Composer
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraSample data for Magento 2 - PHP memory problem while installing from ComposerIssue installing sample data Magento2 CEError installing Magento 2 with sample data (max_execution_time is 18000)Magento 2.2 sample data composer version failsMagento2: Error in order creation even after successful payment and redirectionUpgrade Magento from 2.1 to 2.2.1 with sample data using composerMagento 2.1.10 Composer Sample Data Install IssuesMagento 2 error - Model/View/Page/Config/RendererFactory.php on line 64Ignore platform requirements for sample data installation using ComposerMagento 2.1.8 export not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Im using Magento 2.1.8 and I already installed the sample data using composer but after running this commands setup:upgrade, setup:di:compile, indexer:reindex, cache:clean, cache:flush and changing the permission I have this error from the CustomerSample data
1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
#0 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(56): MagentoFrameworkModuleDbVersionInfo->isModuleVersionEqual('Magento_Custome...', '2.0.0')
#1 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(79): MagentoFrameworkModuleDbVersionInfo->isSchemaUpToDate('Magento_Custome...')
#2 /var/www/devsvr1/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(55): MagentoFrameworkModuleDbVersionInfo->getDbVersionErrors()
#3 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#4 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#5 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/VarnishPlugin.php(55): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#6 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoPageCacheModelAppFrontControllerVarnishPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#7 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#8 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php(68): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#9 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(142): MagentoPageCacheModelAppFrontControllerBuiltinPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#10 /var/www/devsvr1/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#11 /var/www/devsvr1/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#12 /var/www/devsvr1/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#13 /var/www/devsvr1/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#14 main
can anyone help me to fix this?
I already check the module of CustomerSampleData and there's a setup version.
composer sample-data magento-2.1.8
add a comment |
Im using Magento 2.1.8 and I already installed the sample data using composer but after running this commands setup:upgrade, setup:di:compile, indexer:reindex, cache:clean, cache:flush and changing the permission I have this error from the CustomerSample data
1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
#0 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(56): MagentoFrameworkModuleDbVersionInfo->isModuleVersionEqual('Magento_Custome...', '2.0.0')
#1 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(79): MagentoFrameworkModuleDbVersionInfo->isSchemaUpToDate('Magento_Custome...')
#2 /var/www/devsvr1/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(55): MagentoFrameworkModuleDbVersionInfo->getDbVersionErrors()
#3 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#4 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#5 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/VarnishPlugin.php(55): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#6 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoPageCacheModelAppFrontControllerVarnishPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#7 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#8 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php(68): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#9 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(142): MagentoPageCacheModelAppFrontControllerBuiltinPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#10 /var/www/devsvr1/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#11 /var/www/devsvr1/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#12 /var/www/devsvr1/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#13 /var/www/devsvr1/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#14 main
can anyone help me to fix this?
I already check the module of CustomerSampleData and there's a setup version.
composer sample-data magento-2.1.8
add a comment |
Im using Magento 2.1.8 and I already installed the sample data using composer but after running this commands setup:upgrade, setup:di:compile, indexer:reindex, cache:clean, cache:flush and changing the permission I have this error from the CustomerSample data
1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
#0 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(56): MagentoFrameworkModuleDbVersionInfo->isModuleVersionEqual('Magento_Custome...', '2.0.0')
#1 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(79): MagentoFrameworkModuleDbVersionInfo->isSchemaUpToDate('Magento_Custome...')
#2 /var/www/devsvr1/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(55): MagentoFrameworkModuleDbVersionInfo->getDbVersionErrors()
#3 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#4 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#5 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/VarnishPlugin.php(55): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#6 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoPageCacheModelAppFrontControllerVarnishPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#7 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#8 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php(68): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#9 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(142): MagentoPageCacheModelAppFrontControllerBuiltinPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#10 /var/www/devsvr1/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#11 /var/www/devsvr1/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#12 /var/www/devsvr1/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#13 /var/www/devsvr1/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#14 main
can anyone help me to fix this?
I already check the module of CustomerSampleData and there's a setup version.
composer sample-data magento-2.1.8
Im using Magento 2.1.8 and I already installed the sample data using composer but after running this commands setup:upgrade, setup:di:compile, indexer:reindex, cache:clean, cache:flush and changing the permission I have this error from the CustomerSample data
1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
Exception #0 (UnexpectedValueException): Setup version for module 'Magento_CustomerSampleData' is not specified
#0 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(56): MagentoFrameworkModuleDbVersionInfo->isModuleVersionEqual('Magento_Custome...', '2.0.0')
#1 /var/www/devsvr1/vendor/magento/framework/Module/DbVersionInfo.php(79): MagentoFrameworkModuleDbVersionInfo->isSchemaUpToDate('Magento_Custome...')
#2 /var/www/devsvr1/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(55): MagentoFrameworkModuleDbVersionInfo->getDbVersionErrors()
#3 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#4 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#5 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/VarnishPlugin.php(55): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#6 /var/www/devsvr1/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoPageCacheModelAppFrontControllerVarnishPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#7 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'front-controlle...')
#8 /var/www/devsvr1/vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php(68): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#9 /var/www/devsvr1/vendor/magento/framework/Interception/Interceptor.php(142): MagentoPageCacheModelAppFrontControllerBuiltinPlugin->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#10 /var/www/devsvr1/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#11 /var/www/devsvr1/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#12 /var/www/devsvr1/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#13 /var/www/devsvr1/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#14 main
can anyone help me to fix this?
I already check the module of CustomerSampleData and there's a setup version.
composer sample-data magento-2.1.8
composer sample-data magento-2.1.8
edited 2 days ago
Muhammad Anas
8241322
8241322
asked Dec 11 '17 at 2:09
Gerry BarronGerry Barron
165
165
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I fixed it by increasing the max_execution_time and reinstalling the SampleData
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%2f205250%2fmagento-2-error-after-installing-sample-data-using-composer%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
I fixed it by increasing the max_execution_time and reinstalling the SampleData
add a comment |
I fixed it by increasing the max_execution_time and reinstalling the SampleData
add a comment |
I fixed it by increasing the max_execution_time and reinstalling the SampleData
I fixed it by increasing the max_execution_time and reinstalling the SampleData
answered Dec 11 '17 at 2:35
Gerry BarronGerry Barron
165
165
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%2f205250%2fmagento-2-error-after-installing-sample-data-using-composer%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