assur3 wrote:
I checked all my permissions, php.ini, etc. I uninstalled every shred of Gantry and RT templates, did a clean install of Nebulae/Gantry bundle from scratch on Joomla 1.6.3.
Still the same error. Can someone please help???!
There is something wrong with this code in gantryregistry.class.php, specifically the string GantryArrayHelper:
foreach ($data as $k => $v) {
if ((is_array($v) && GantryArrayHelper::isAssociative($v)) || is_object($v)) {
$parent->$k = new stdClass();
$this->bindData($parent->$k, $v);
} else {
$parent->$k = $v;
}
I have the same error. No solutions have been posted on any threads about this problem. There must be something wrong with the code as assur3 pointed out. I meet the Gantry requirements. I also uninstalled gantry and the template nebulae and reinstalled the nebulae bundle cleanly. Roknavmenu is installed and ok.
I updated Gantry to V 3.2.7 within Joomla 1.7. I would hate to have to uninstall Gantry and the Nebulae template, but I am at a standstill, and my client is anxious with the new site development delay.
I'll be happy to PM admin login info. I also have a phpinfo.php file in the root.
URL is
www.vakkarsalons.com
(offline mode)
Can someone come up with a solution? ...perhaps a code hack for the GantryArrayHelper.