Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

  • Options
    zhlousekzhlousek New
    edited February 2013

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

  • Options

    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.

  • Options
    chanhchanh OngETC.com - CMS Researcher ✭✭

    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.