Error when enable

I'd love to have this application worked on my site but I got the problem when trying to enable the application.

Fatal error: Call to undefined method Gdn_ApplicationManager::GetApplicationInfo() in ../public_html/forum/applications/candy/settings/structure.php on line 121

Comments

  • zhlousekzhlousek New
    edited February 2013

    Look at dependencies - You ar missing a plugin called Useful functions.

  • I got this error too. And yes, zhlousek, even with useful functions enabled.

    I deleted that whole snippet of code concerning line 121, and it enabled fine.

  • chanhchanh ✭✭

    I got it fix with this work around.

      $ApplicationInfo = array();
      include(CombinePaths(array(PATH_APPLICATIONS . DS . 'Candy' . DS . 'settings' . DS . 'about.php')));
      $Version = ArrayValue('Version', ArrayValue('Candy', $ApplicationInfo, array()), 'Undefined');
    
Sign In or Register to comment.