-
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
Installation is incomplete. Check the console log for errors before trying again. (Windows 7 WAMP) #815
Comments
@BFG9000 , if you try it 2nd time, does it work fine or do you get same issue? |
I've tried a few times now - same each time. |
@BFG9000 , could you, please, try CLI version just to see if it will show more detailed error?
|
Ahh - you were right - I did get more detail :-
|
Thanks!
|
Interestingly, I tried changing to 200 in my php.ini (& checked it with phpinfo), but still got exactly the same error - referring to 100... I ended up adding :-
To the beginning of setup/index.php Thanks for your help! |
Did you check phpinfo in command line? It may be that your Web and CLI php use different php.ini. |
I remember hitting this error too, on my first install (disabled xdebug then, of course). |
@nyov , I'd agree that it would be more confusing and less transparent. Looks bad for me that xDebug is enabled by default... it's not needed for non-developer. Is it in WAMP? |
For me, it's on a debian machine, having installed the
Which is perfectly fine, I know about it, I disable it (and shouldn't have it on a production system later in the first place), if I forgot about it - my fault. |
@nyov , then it makes sense! :) |
@BFG9000 , thanks for reporting this issue. We're currently working on improving error handling in Web Wizard and this is one of good use cases for us to check. May we assume that your issue is solved and can we close the ticket? |
You can indeed - & thank you again for your help. |
@BFG9000 thank you |
Read out all the issues and now working normally. |
I have got same issue and i am using WAMP. |
i am having the same issue. please someone help me. |
@amanuni , do you still have this issue?
|
Hi, My problem is resolved when i added the ini_set('xdebug.max_nesting_level', 200); in /setup/index.php and all is run well. Thanks, |
@amanuni , thanks :) happy to hear it. |
|
@sachinsachin , sorry for the confusion. Under CLI I meant our command line tool. Here you can find more information how to use it, if you have access to the command line http://devdocs.magento.com/guides/v1.0/install-gde/install/install-cli.html
Search for "xdebug" on the displayed page. You also say that you use magento 1.9.1.0. Are you sure about the version? Could you, please, tell us how you obtained the code base? If from this repository, when was it? Here is list of Magento 2 versions - https://github.com/magento/magento2/releases P.S.: I'd not recommend to use "localhost" as a host name because it may lead to inability to login to Admin Panel in some browsers. Better to change it to something that contains dots (IP address or magento.lh). |
should i enabled xdebug or not ?? |
@sachinsachin , better - disable xDebug. Or change |
where should i change xdebug.max-nesting level ?? |
Hi Sachin, You have to add the ini_set('xdebug.max_nesting_level', 200); In Will happy to help you. |
Yes finally i did, error was files permission :) |
Hello @Mani3101 |
Above suggested answer will surely help you had faced this problem before. |
@Mani3101 why do you have Also, please do not post on closed issues. |
As i have observed php environment variable is not set, so that php command is not running from magento2 directory so you should set environment variable for php. refer to below mentioned link that may help you. http://fellowtuts.com/php/run-php-from-command-line-in-windows-and-xampp/ |
Hello @ mrkhoa99 , mazhalai & amanuni, Check this link http://magento.stackexchange.com/questions/64802/magento-2-404-error-for-scripts-and-css/64808#64808 Only you have to follow 2 steps to get rid of that errors. |
[ERROR] exception 'LogicException' with message 'Unknown module in the requested list: 'Magento_BundleSampleData'' in F:\xampp\htdocs\Magento-CE-2.0.5\setup\src\Magento\Setup\Model\Installer.php:403 Stack trace: #0 F:\xampp\htdocs\Magento-CE-2.0.5\setup\src\Magento\Setup\Model\Installer.php(364): Magento\Setup\Model\Installer->readListOfModules(Array, Array, 'enable_modules') #1 F:\xampp\htdocs\Magento-CE-2.0.5\setup\src\Magento\Setup\Model\Installer.php(323): Magento\Setup\Model\Installer->createModulesConfig(Array) #2 F:\xampp\htdocs\Magento-CE-2.0.5\setup\src\Magento\Setup\Controller\Install.php(97): Magento\Setup\Model\Installer->install(Array) #3 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-mvc\src\Controller\AbstractActionController.php(82): Magento\Setup\Controller\Install->startAction() #4 [internal function]: Zend\Mvc\Controller\AbstractActionController->onDispatch(Object(Zend\Mvc\MvcEvent)) #5 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-eventmanager\src\EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent)) #6 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-eventmanager\src\EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure)) #7 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-mvc\src\Controller\AbstractController.php(118): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure)) #8 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-mvc\src\DispatchListener.php(93): Zend\Mvc\Controller\AbstractController->dispatch(Object(Zend\Http\PhpEnvironment\Request), Object(Zend\Http\PhpEnvironment\Response)) #9 [internal function]: Zend\Mvc\DispatchListener->onDispatch(Object(Zend\Mvc\MvcEvent)) #10 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-eventmanager\src\EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent)) #11 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-eventmanager\src\EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure)) #12 F:\xampp\htdocs\Magento-CE-2.0.5\vendor\zendframework\zend-mvc\src\Application.php(314): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure)) #13 F:\xampp\htdocs\Magento-CE-2.0.5\setup\index.php(31): Zend\Mvc\Application->run() #14 {main} how to solve this in magento 2.0.5CE |
I am using Windows 10 OS |
DVChien92 : Bạn sửa được lỗi đó chưa,có thể chỉ dẫn cho mình được không.Cảm ơn bạn nhiều |
I am trying to install Magento but during instillation I get the following errors starting with |
Stack trace: |
Anyone can help me please. |
Help me when install magento 2.0.2 i got an issue. Starting Magento installation: Required extensions check... Enabling Maintenance Mode... Installing deployment configuration... Installing database schema: |
max_execution_time = 18000 Thanks |
|
Help me when install magento 2.1.7 i got an issue. Required extensions check... Enabling Maintenance Mode... Installing deployment configuration... Installing database schema: Module 'Magento_AdvancedPricingImportExport': Module 'Magento_Directory': Module 'Magento_Theme': Module 'Magento_Backend': Module 'Magento_Backup': Module 'Magento_Eav': Next exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1293 Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause, query was: CREATE TABLE IF NOT EXISTS |
install to 3% waiting for 30 minute can‘t forword waiting。。。。。。 Starting Magento installation: Required extensions check... Enabling Maintenance Mode... Installing deployment configuration... Cleaning up database... Installing database schema: Module 'Magento_AdvancedPricingImportExport': Module 'Magento_Directory': Module 'Magento_Theme': Module 'Magento_Backend': Module 'Magento_Backup': Module 'Magento_Eav': Module 'Magento_Customer': Module 'Magento_BundleImportExport': Module 'Magento_AdminNotification': Module 'Magento_CacheInvalidate': Module 'Magento_Indexer': Module 'Magento_Cms': |
and to 50% ???????????????????????????????? Required extensions check... Enabling Maintenance Mode... Installing deployment configuration... Installing database schema: Module 'Magento_AdvancedPricingImportExport': Module 'Magento_Directory': Module 'Magento_Theme': Module 'Magento_Backend': Module 'Magento_Backup': Module 'Magento_Eav': Module 'Magento_Customer': Module 'Magento_BundleImportExport': Module 'Magento_AdminNotification': Module 'Magento_CacheInvalidate': Module 'Magento_Indexer': Module 'Magento_Cms': Module 'Magento_CatalogImportExport': Module 'Magento_Catalog': Module 'Magento_Rule': Module 'Magento_Msrp': Module 'Magento_Search': Module 'Magento_Bundle': Module 'Magento_Quote': Module 'Magento_CatalogUrlRewrite': Module 'Magento_Widget': Module 'Magento_SalesSequence': Module 'Magento_CheckoutAgreements': Module 'Magento_Payment': Module 'Magento_SampleData': Module 'Magento_CmsUrlRewrite': Module 'Magento_Config': Module 'Magento_ConfigurableImportExport': Module 'Magento_Downloadable': Module 'Magento_CatalogSearch': Module 'Magento_Contact': Module 'Magento_Cookie': Module 'Magento_Cron': Module 'Magento_CurrencySymbol': Module 'Magento_User': Module 'Magento_CustomerImportExport': Module 'Magento_CustomerSampleData': Module 'Magento_Deploy': Module 'Magento_Developer': Module 'Magento_Dhl': Module 'Magento_Authorization': Module 'Magento_CatalogInventory': Module 'Magento_ImportExport': Module 'Magento_CatalogRule': Module 'Magento_Sales': Module 'Magento_Email': Module 'Magento_EncryptionKey': Module 'Magento_Fedex': Module 'Magento_GiftMessage': Module 'Magento_Checkout': Module 'Magento_GoogleAnalytics': Module 'Magento_Ui': Module 'Magento_GroupedImportExport': Module 'Magento_GroupedProduct': Module 'Magento_Tax': Module 'Magento_DownloadableImportExport': Module 'Magento_Vault': Module 'Magento_Security': Module 'Magento_LayeredNavigation': Module 'Magento_Marketplace': Module 'Magento_MediaStorage': Module 'Magento_ConfigurableProduct': Module 'Magento_MsrpSampleData': Module 'Magento_Multishipping': Module 'Magento_NewRelicReporting': Module 'Magento_Newsletter': Module 'Magento_OfflinePayments': Module 'Magento_SalesRule': Module 'Magento_OfflineShipping': Module 'Magento_PageCache': Module 'Magento_Weee': Module 'Magento_Paypal': Module 'Magento_Persistent': Module 'Magento_ProductAlert': Module 'Magento_CatalogSampleData': Module 'Magento_ProductVideo': Module 'Magento_Captcha': Module 'Magento_Reports': Module 'Magento_RequireJs': Module 'Magento_Review': Module 'Magento_DownloadableSampleData': Module 'Magento_Rss': Module 'Magento_CatalogRuleConfigurable': Module 'Magento_Authorizenet': Module 'Magento_SalesInventory': Module 'Magento_OfflineShippingSampleData': Module 'Magento_BundleSampleData': Module 'Magento_ConfigurableSampleData': Module 'Magento_ThemeSampleData': Module 'Magento_ProductLinksSampleData': Module 'Magento_ReviewSampleData': Module 'Magento_Integration': Module 'Magento_SendFriend': Module 'Magento_Shipping': Module 'Magento_Sitemap': Module 'Magento_CatalogRuleSampleData': Module 'Magento_Swagger': Module 'Magento_Swatches': Module 'Magento_SwatchesLayeredNavigation': Module 'Magento_SwatchesSampleData': Module 'Magento_GroupedProductSampleData': Module 'Magento_TaxImportExport': Module 'Magento_TaxSampleData': Module 'Magento_GoogleAdwords': Module 'Magento_CmsSampleData': Module 'Magento_Translation': Module 'Magento_GoogleOptimizer': Module 'Magento_Ups': Module 'Magento_UrlRewrite': Module 'Magento_SalesRuleSampleData': Module 'Magento_Usps': Module 'Magento_Variable': Module 'Magento_Braintree': Module 'Magento_Version': Module 'Magento_Webapi': Module 'Magento_WebapiSecurity': Module 'Magento_SalesSampleData': Module 'Magento_CatalogWidget': Module 'Magento_WidgetSampleData': Module 'Magento_Wishlist': Module 'Magento_WishlistSampleData': Schema post-updates: Module 'Magento_AdvancedPricingImportExport': Module 'Magento_Directory': Module 'Magento_Theme': Module 'Magento_Backend': Module 'Magento_Backup': Module 'Magento_Eav': Module 'Magento_Customer': Module 'Magento_BundleImportExport': Module 'Magento_AdminNotification': Module 'Magento_CacheInvalidate': Module 'Magento_Indexer': Module 'Magento_Cms': Module 'Magento_CatalogImportExport': Module 'Magento_Catalog': Module 'Magento_Rule': Module 'Magento_Msrp': Module 'Magento_Search': Module 'Magento_Bundle': Module 'Magento_Quote': Module 'Magento_CatalogUrlRewrite': Module 'Magento_Widget': Module 'Magento_SalesSequence': Module 'Magento_CheckoutAgreements': Module 'Magento_Payment': Module 'Magento_SampleData': Module 'Magento_CmsUrlRewrite': Module 'Magento_Config': Module 'Magento_ConfigurableImportExport': Module 'Magento_Downloadable': Module 'Magento_CatalogSearch': Module 'Magento_Contact': Module 'Magento_Cookie': Module 'Magento_Cron': Module 'Magento_CurrencySymbol': Module 'Magento_User': Module 'Magento_CustomerImportExport': Module 'Magento_CustomerSampleData': Module 'Magento_Deploy': Module 'Magento_Developer': Module 'Magento_Dhl': Module 'Magento_Authorization': Module 'Magento_CatalogInventory': Module 'Magento_ImportExport': Module 'Magento_CatalogRule': Module 'Magento_Sales': Module 'Magento_Email': Module 'Magento_EncryptionKey': Module 'Magento_Fedex': Module 'Magento_GiftMessage': Module 'Magento_Checkout': Module 'Magento_GoogleAnalytics': Module 'Magento_Ui': Module 'Magento_GroupedImportExport': Module 'Magento_GroupedProduct': Module 'Magento_Tax': Module 'Magento_DownloadableImportExport': Module 'Magento_Vault': Module 'Magento_Security': Module 'Magento_LayeredNavigation': Module 'Magento_Marketplace': Module 'Magento_MediaStorage': Module 'Magento_ConfigurableProduct': Module 'Magento_MsrpSampleData': Module 'Magento_Multishipping': Module 'Magento_NewRelicReporting': Module 'Magento_Newsletter': Module 'Magento_OfflinePayments': Module 'Magento_SalesRule': Module 'Magento_OfflineShipping': Module 'Magento_PageCache': Module 'Magento_Weee': Module 'Magento_Paypal': Module 'Magento_Persistent': Module 'Magento_ProductAlert': Module 'Magento_CatalogSampleData': Module 'Magento_ProductVideo': Module 'Magento_Captcha': Module 'Magento_Reports': Module 'Magento_RequireJs': Module 'Magento_Review': Module 'Magento_DownloadableSampleData': Module 'Magento_Rss': Module 'Magento_CatalogRuleConfigurable': Module 'Magento_Authorizenet': Module 'Magento_SalesInventory': Module 'Magento_OfflineShippingSampleData': Module 'Magento_BundleSampleData': Module 'Magento_ConfigurableSampleData': Module 'Magento_ThemeSampleData': Module 'Magento_ProductLinksSampleData': Module 'Magento_ReviewSampleData': Module 'Magento_Integration': Module 'Magento_SendFriend': Module 'Magento_Shipping': Module 'Magento_Sitemap': Module 'Magento_CatalogRuleSampleData': Module 'Magento_Swagger': Module 'Magento_Swatches': Module 'Magento_SwatchesLayeredNavigation': Module 'Magento_SwatchesSampleData': Module 'Magento_GroupedProductSampleData': Module 'Magento_TaxImportExport': Module 'Magento_TaxSampleData': Module 'Magento_GoogleAdwords': Module 'Magento_CmsSampleData': Module 'Magento_Translation': Module 'Magento_GoogleOptimizer': Module 'Magento_Ups': Module 'Magento_UrlRewrite': Module 'Magento_SalesRuleSampleData': Module 'Magento_Usps': Module 'Magento_Variable': Module 'Magento_Braintree': Module 'Magento_Version': Module 'Magento_Webapi': Module 'Magento_WebapiSecurity': Module 'Magento_SalesSampleData': Module 'Magento_CatalogWidget': Module 'Magento_WidgetSampleData': Module 'Magento_Wishlist': Module 'Magento_WishlistSampleData': DDL cache cleared successfully Installing user configuration... Enabling caches: Installing data... Module 'Magento_AdvancedPricingImportExport': Module 'Magento_Directory': |
@mengbo123456 fresh setup from CLI interface and you will not get this error |
Anyone have solution? |
- Skipping a few Tests due to a Bug in MSI. magento#815 Adding notes to the tests and links for the Bugs. - Adding a few <waitForPageLoad/> to correct a few timing issues.
[ERROR] LogicException: Unknown module in the requested list: 'Temando_Shipping' in F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\setup\src\Magento\Setup\Model\Installer.php:472 Stack trace: #0 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\setup\src\Magento\Setup\Model\Installer.php(431): Magento\Setup\Model\Installer->readListOfModules(Array, Array, 'enable-modules') #1 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\setup\src\Magento\Setup\Model\Installer.php(361): Magento\Setup\Model\Installer->createModulesConfig(Array, true) #2 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\setup\src\Magento\Setup\Controller\Install.php(109): Magento\Setup\Model\Installer->install(Array) #3 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-mvc\src\Controller\AbstractActionController.php(83): Magento\Setup\Controller\Install->startAction() #4 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-eventmanager\src\EventManager.php(321): Laminas\Mvc\Controller\AbstractActionController->onDispatch(Object(Laminas\Mvc\MvcEvent)) #5 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-eventmanager\src\EventManager.php(178): Laminas\EventManager\EventManager->triggerListeners(Object(Laminas\Mvc\MvcEvent), Object(Closure)) #6 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-mvc\src\Controller\AbstractController.php(115): Laminas\EventManager\EventManager->triggerEventUntil(Object(Closure), Object(Laminas\Mvc\MvcEvent)) #7 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-mvc\src\DispatchListener.php(117): Laminas\Mvc\Controller\AbstractController->dispatch(Object(Laminas\Http\PhpEnvironment\Request), Object(Laminas\Http\PhpEnvironment\Response)) #8 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-eventmanager\src\EventManager.php(321): Laminas\Mvc\DispatchListener->onDispatch(Object(Laminas\Mvc\MvcEvent)) #9 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-eventmanager\src\EventManager.php(178): Laminas\EventManager\EventManager->triggerListeners(Object(Laminas\Mvc\MvcEvent), Object(Closure)) #10 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\vendor\laminas\laminas-mvc\src\Application.php(339): Laminas\EventManager\EventManager->triggerEventUntil(Object(Closure), Object(Laminas\Mvc\MvcEvent)) #11 F:\xampp\htdocs\magento-ce-2.3.5-p2_sample_data-2020-07-27-09-17-19\setup\index.php(39): Laminas\Mvc\Application->run() #12 {main} |
how to solve it. |
Trying a brand new install - gets to 93% & then get the error in the title - console log is below.
The text was updated successfully, but these errors were encountered: