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
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; }
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.
This question is now closed