0
Welcome Guest! Login
0 items Join Now

Error after site directory move

    • Michael Eastman's Avatar
    • Michael Eastman
    • Jr. Rocketeer
    • Posts: 39
    • Thanks: 0
    • Administration and Communication - Grace Bible Church

    Error after site directory move

    Posted 15 years 4 days ago
    • After manually moving my completed site to the root of my directory and modifying the configuration.php file per Joomla.org instructions, I get the following fatal error:

      Fatal error: Call to a member function isEnabled() on a non-object in /home4/empowet9/public_html/components/com_gantry/core/gantry.class.php on line 259

      This is a Crystalline template

      The domain is www.empowerinternational.org/

      Any help would be greatly appreciated.

      Thanks
    • Michael Eastman's Avatar
    • Michael Eastman
    • Jr. Rocketeer
    • Posts: 39
    • Thanks: 0
    • Administration and Communication - Grace Bible Church

    Re: Error after site directory move

    Posted 15 years 4 days ago
    • Michael Eastman wrote:
      After manually moving my completed site to the root of my directory and modifying the configuration.php file per Joomla.org instructions, I get the following fatal error:

      Fatal error: Call to a member function isEnabled() on a non-object in /home4/empowet9/public_html/components/com_gantry/core/gantry.class.php on line 259

      This is a Crystalline template

      The domain is <!-- m --><a class="postlink" href=" www.empowerinternational.org/ "> www.empowerinternational.org/ </a><!-- m -->

      Any help would be greatly appreciated.

      Thanks
      The following is from the gantry.class.php file.

      // use any menu item level overrides
      $menus = &JSite::getMenu();
      $menu = $menus->getActive();
      $this->currentMenuItem = ($menu != null)?$menu->id : $this->defaultMenuItem;
      $this->currentMenuTree = ($menu != null)?$menu->tree: array();

      // Populate all the params for the session
      $this->_populateParams();

      gantry_import('core.gantrybrowser');
      $this->browser = new GantryBrowser();

      $this->_loadBrowserConfig();

      //add default gantry stylesheet
      $this->addStyle('gantry.css');
      //add correct grid system css
      $this->addStyle('grid-'.GRID_SYSTEM.'.css');
      $this->addStyle('joomla.css');

      // Init all features
      foreach($this->_features as $feature){
      $feature_instance = $this->_getFeature($feature);
      if ($feature_instance->isEnabled() && method_exists( $feature_instance , 'init')) {
      $feature_instance->init();
      }
      }

      if (array_key_exists('gantry_profile', $_GET)){
      $profile->mark('Stop');
      var_dump($profile->getBuffer());

      Line 259 is the line;

      if ($feature_instance->isEnabled() && method_exists( $feature_instance , 'init')) {
    • Michael Eastman's Avatar
    • Michael Eastman
    • Jr. Rocketeer
    • Posts: 39
    • Thanks: 0
    • Administration and Communication - Grace Bible Church

    Re: Error after site directory move

    Posted 15 years 4 days ago
    • Problem resolved.
      I went back and moved the site via Akeeba. Worked great.

Time to create page: 0.052 seconds