Magento Lead Install Problem

Using Lead Magento
PHP 5
Error on install:
/nfs/c03/h04/mnt/56474/domains/xxx.com/html/app/code/core/Mage/Core/Model/Config.php on line 733

Any ideas hate to have any errors after paying so much

Thanks for help in advance.

2 answers

Profile photo of ken park 0.00 $tone October 26, 2009
Public

Not sure but I believe this is line 733 starting with $:

Code:

$modules = $this->getNode('modules')->children();

afer code 733:

Code:

foreach ($modules as $modName=>$module) {
            if ($module->is('active')) {
                if ($disableLocalModules && ('local' === (string)$module->codePool)) {
                    continue;
                }
#1
Profile photo of JA Developer 0.00 $tone October 27, 2009
Public

Hi kpar001

It is so hard to debug this issue.

I think there are some problems when you installed it.

You should delete all files, download our package and install it again.

If you don’t still solve it, please submit a ticket, send me your information (live url, admin account, ftp account) so that i could have a closer look on the issue.

#2

This question is now closed

Written By

Comments