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;








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.










share|improve this question






























    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.










    share|improve this question


























      0












      0








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Muhammad Anas

      8241322




      8241322










      asked Dec 11 '17 at 2:09









      Gerry BarronGerry Barron

      165




      165




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I fixed it by increasing the max_execution_time and reinstalling the SampleData






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            I fixed it by increasing the max_execution_time and reinstalling the SampleData






            share|improve this answer



























              0














              I fixed it by increasing the max_execution_time and reinstalling the SampleData






              share|improve this answer

























                0












                0








                0







                I fixed it by increasing the max_execution_time and reinstalling the SampleData






                share|improve this answer













                I fixed it by increasing the max_execution_time and reinstalling the SampleData







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 11 '17 at 2:35









                Gerry BarronGerry Barron

                165




                165



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form