magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.54k stars 9.32k forks source link

Installation is incomplete. Check the console log for errors before trying again. #1207

Closed tbondois closed 9 years ago

tbondois commented 9 years ago

Hello,

I have this message during beta setup wizard (Installing... 68%) :

\ Installation is incomplete. Check the console log for errors before trying again. **

My env :

Wampserver 2.5 on Windows 7 (ultra new install without particular configuration) with Apache 2.4.9 PHP 5.5.12 Mysql 5.6.17

I tried :

=> In both case I made a "composer update" first, and all is OK during the first steps, and I have this message when afeter valisating the Step 6: Install (Installing... 68%).

Maybe another required PHP library ? How can I debug ?

Console log :

Starting Magento installation: File permissions check...

Enabling Maintenance Mode...

Installing deployment configuration...

Installing database schema: Schema creation/updates: Module 'Magento_Store':

Module 'Magento_Directory':

Module 'Magento_Backend':

Module 'Magento_Backup':

Module 'Magento_Theme':

Module 'Magento_Eav':

Module 'Magento_Customer':

Module 'Magento_CatalogImportExport':

Module 'Magento_Indexer':

Module 'Magento_Cms':

Module 'Magento_Search':

Module 'Magento_Catalog':

Module 'Magento_Rule':

Module 'Magento_CatalogInventory':

Module 'Magento_Payment':

Module 'Magento_Quote':

Module 'Magento_CmsUrlRewrite':

Module 'Magento_Config':

Module 'Magento_Msrp':

Module 'Magento_Contact':

Module 'Magento_Cookie':

Module 'Magento_Cron':

Module 'Magento_Widget':

Module 'Magento_Bundle':

Module 'Magento_Developer':

Module 'Magento_Authorization':

Module 'Magento_Downloadable':

Module 'Magento_SalesSequence':

Module 'Magento_Email':

Module 'Magento_Sales':

Module 'Magento_Checkout':

Module 'Magento_GoogleAnalytics':

Module 'Magento_GroupedProduct':

Module 'Magento_ImportExport':

Module 'Magento_CatalogRule':

Module 'Magento_User':

Module 'Magento_Log':

Module 'Magento_MediaStorage':

Module 'Magento_ConfigurableProduct':

Module 'Magento_Multishipping':

Module 'Magento_Newsletter':

Module 'Magento_SalesRule':

Module 'Magento_PageCache':

Module 'Magento_Centinel':

Module 'Magento_ProductAlert':

Module 'Magento_Reports':

Module 'Magento_RequireJs':

Module 'Magento_Review':

Module 'Magento_Rss':

Module 'Magento_GiftMessage':

Module 'Magento_CatalogSearch':

Module 'Magento_Shipping':

Module 'Magento_Tax':

Module 'Magento_CatalogUrlRewrite':

Module 'Magento_Translation':

Module 'Magento_Ui':

Module 'Magento_UrlRewrite':

Module 'Magento_Integration':

Module 'Magento_Variable':

Module 'Magento_Wishlist':

Schema post-updates: Module 'Magento_Store':

Module 'Magento_Directory':

Module 'Magento_Backend':

Module 'Magento_Backup':

Module 'Magento_Theme':

Module 'Magento_Eav':

Module 'Magento_Customer':

Module 'Magento_CatalogImportExport':

Module 'Magento_Indexer':

Module 'Magento_Cms':

Module 'Magento_Search':

Module 'Magento_Catalog':

Module 'Magento_Rule':

Module 'Magento_CatalogInventory':

Module 'Magento_Payment':

Module 'Magento_Quote':

Module 'Magento_CmsUrlRewrite':

Module 'Magento_Config':

Module 'Magento_Msrp':

Module 'Magento_Contact':

Module 'Magento_Cookie':

Module 'Magento_Cron':

Module 'Magento_Widget':

Module 'Magento_Bundle':

Module 'Magento_Developer':

Module 'Magento_Authorization':

Module 'Magento_Downloadable':

Module 'Magento_SalesSequence':

Module 'Magento_Email':

Module 'Magento_Sales':

Module 'Magento_Checkout':

Module 'Magento_GoogleAnalytics':

Module 'Magento_GroupedProduct':

Module 'Magento_ImportExport':

Module 'Magento_CatalogRule':

Module 'Magento_User':

Module 'Magento_Log':

Module 'Magento_MediaStorage':

Module 'Magento_ConfigurableProduct':

Module 'Magento_Multishipping':

Module 'Magento_Newsletter':

Module 'Magento_SalesRule':

Module 'Magento_PageCache':

Module 'Magento_Centinel':

Module 'Magento_ProductAlert':

Module 'Magento_Reports':

Module 'Magento_RequireJs':

Module 'Magento_Review':

Module 'Magento_Rss':

Module 'Magento_GiftMessage':

Module 'Magento_CatalogSearch':

Module 'Magento_Shipping':

Module 'Magento_Tax':

Module 'Magento_CatalogUrlRewrite':

Module 'Magento_Translation':

Module 'Magento_Ui':

Module 'Magento_UrlRewrite':

Module 'Magento_Integration':

Module 'Magento_Variable':

Module 'Magento_Wishlist':

Installing user configuration...

Installing data... Data install/update: Module 'Magento_Store':

Module 'Magento_Directory': Installing data..

Module 'Magento_Backend':

Module 'Magento_Backup':

Module 'Magento_Theme': Installing data..

Module 'Magento_Eav': Installing data..

Module 'Magento_Customer': Installing data..

mazhalai commented 9 years ago

@jialuni Can you please clear cache and generation folders within the var directory, and try again?

tbondois commented 9 years ago

Hi @mazhalai

I tried, first time it write me some integrity constraint violation. SO I tried another time with deleting

And same result again

tbondois commented 9 years ago

I solved my problem doing a git checkout / drop DB again. I think the first problem with x-debug I had crashed somethin not in cache/ nor generation/

Thanks

mazhalai commented 9 years ago

@jialuni Did you have an existing installation of magento?

tbondois commented 9 years ago

No I just installed today, directly after a git pull. But I had the "xdebug" bug (haha) just before this one, and the cache/generation/db deletion didn't solve the wizard problem

mazhalai commented 9 years ago

@jialuni can you please try bin/magento setup:uninstall on your command line and then try running the wizard.

tbondois commented 9 years ago

Now everything is ok, so the uninstall command will not match bug I guess. But can I suggest a bugfix ?