0
Welcome Guest! Login
0 items Join Now

Gantry Error - Gantry Array Helper not Found

    • assur3's Avatar
    • assur3
    • Elite Rocketeer
    • Posts: 559
    • Thanks: 0

    Gantry Error - Gantry Array Helper not Found

    Posted 13 years 6 months ago
    • Tried fresh installs of every variation of Gantry, Gantry bundle, Nebula, (any RT template actually) etc. Installs are fine (no install problems at all), but cannot assign menus at all. Template simply will not appear, and will not default to home page. The error reads:

      "Fatal error: Class 'GantryArrayHelper' not found in /home/mydomain/public_html/ja6/libraries/gantry/core/utilities/gantryregistry.class.php on line 357"

      Site is gator1351.hostgator.com/~assur3 . We have all standard stuff - PHP 5.2, Joomla 1.6.3, etc.

      The only unusual thing is that we had a Gavick Pro template as default and assigned to menus. We then un-assigned all menus, switched to Nebula as default, and the error results.

      If it would help, we could PM with admin login details. This is pretty urgent. Thanks for help.
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 6 months ago
    • assur3's Avatar
    • assur3
    • Elite Rocketeer
    • Posts: 559
    • Thanks: 0

    Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 6 months ago
    • Yes, I read both these posts and another one also. None of them were resolved and in two of them Andy said he would look into it.

      All permissions seem to be correct. Have done several clean installs, involving variations on Gantry 4.2.3, with latest Joomla, Nebula, etc. No luck. I'm at a roadblock here, have run out of ideas.

      Did Andy look into this and does he have any clues? If I know where to start, other than clean installs, which I've now done five times, perhaps I could try something else.


      Aprim wrote:
      Could be caused by a bad install due to bad directory permissions. Have you read these posts?

      www.rockettheme.com/forum/index.php?f=39..._v=viewtopic#p622131

      www.rockettheme.com/forum/index.php?f=39..._v=viewtopic#p655242
    • assur3's Avatar
    • assur3
    • Elite Rocketeer
    • Posts: 559
    • Thanks: 0

    Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 6 months ago
    • This error seems to be evidenced in situations involving menus and assigning menus to templates. On this site, we've done quite a few special interior pages with extensive menu assignments, so it may have something to do with that. Grasping at straws here.

      We had no problems previously where the RT template was set to default. Only this site where a Gavick template was originally the default with lots of menu assignments to template variations, then switching to RT-Nebula as a default. That seems to be the only variable from our line of sight.
    • assur3's Avatar
    • assur3
    • Elite Rocketeer
    • Posts: 559
    • Thanks: 0

    Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 6 months ago
    • 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;
      }
    • Steve D's Avatar
    • Steve D
    • Newbie
    • Posts: 19
    • Thanks: 0

    Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 3 months ago
    • 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.
  • Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 3 months ago
    • Any support here? :cry:
  • Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 3 months ago
    • Same problem here. The error message:
      "Fatal error: Class 'GantryArrayHelper' not found in [....] libraries/gantry/core/utilities/gantryregistry.class.php on line 357"

      is appearing on the frontpage, and in the admin when I try to save (not save & close) the settings for the Camber template.

      Running Joomla 1.7, previously using a YooTheme template as default.
    • Site: http://gameshard.net
      Joomla 1.5.18
      PHP 5.2.13
      MySQL 5.1.46-log
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 3 months ago
    • hi all,

      apologies that this thread has not been addressed properly.

      i am trying to replicate your issue on my local test install.
      using joomla 1.7
      gantry 3.2.8
      roknavmenu 1.6
      camber 1.0

      when i set a joomla core template as default and assign a gantry template to certain pages, then those pages will display the following errors:

      Notice: Undefined variable: renderer in ../modules/mod_roknavmenu/lib/RokNavMenu.php on line 51
      Fatal error: Call to a member function getDefaults() on a non-object in ../modules/mod_roknavmenu/lib/librokmenu/RokMenu.php on line 64


      it's an issue that i will report to the developers, but it seems to be a different error than what you guys are reporting. could you try to give me some further details so i am able to see the same errors that you are having?

      thanks, kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: Gantry Error - Gantry Array Helper not Found

    Posted 13 years 3 months ago
    • Hi Kat, thanks for the reply.

      Using Joomla 1.7,
      Grantry 3.2.8,
      roknavmenu 1.6,
      and Camber 1.0

      I've just tried this on a clean test installation of Joomla 1.7 (same versions of everything) and didn't get the error, so I have to assume there's some other component that's conflicting. I'll test it out with a few more extensions and see if the problem manifests itself again.

      |UPDATE|

      Ok, I seem to have found the problem. I had previously used a ZooTheme template on the site, and it had left a couple of plugins and a stray component behind when I uninstalled it. Removing those seemed to do the trick, oddly enough.
    • Site: http://gameshard.net
      Joomla 1.5.18
      PHP 5.2.13
      MySQL 5.1.46-log

Time to create page: 0.058 seconds