AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: ruthzhangsm on February 13, 2012, 08:17:43 AM

Title: errors during install , please help
Post by: ruthzhangsm on February 13, 2012, 08:17:43 AM
this is the first time I install abanteCart , at the step 3 :
Configuration Configuring Your AbanteCart database...

 
Sorry, but error occured during installation:
50Name Info
2::warning
 Invalid argument supplied for foreach() in /home/admin/abantecart/core/engine/extensions.php on line 230
 
 
I do not know what's wrong , please help , thanks!
Title: Re: errors during install , please help
Post by: abantecart on February 13, 2012, 03:56:08 PM
Looks like something is missing.

Try to remove below 3 lines from install/init.php

$extensions = new ExtensionsApi();
$extensions->loadEnabledExtensions();
$registry->set('extensions', $extensions);

We will add extra check for this in the next release.