Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Error after Upgrade

edited October 2007 in Vanilla 1.0 Help
hmm..i think i have a problem :( After upgrade when i want to open Settings panel apear something like this: A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message The "ApplicantsForm" control referenced by "ApplicantsForm" does not appear to exist. Affected Elements ObjectFactory.CreateControl(); What i understand,unfortunetly i overwrite some files. So what i can do in this case ? Thanks.

Comments

  • edited October 2007
    try to reinstall library/People/People.Controller.ApplicantsForm.php
  • it was it ! Thanks !!!!
  • i Think our Community include this Error 2 ... Check your/Or My profile Dinoboff http://lussumo.com/community/account/2469/ Cheers ! Feras.B
  • hmm...next problem... When i login on top of the page i see this: Notice: Use of undefined constant APPLICATION_VERSION - assumed 'APPLICATION_VERSION' in /vanila/languages/English/definitions.php on line 597 also i can't switch on/off extensions (ther is apear too error about definitions.php on line 597), also i'm not able to delete discussions for example... Ps.making an upgrade without backup is a big mistake! now i know this...but i'm new in programming so, it's pain time..
  • edited October 2007
    You just need to replace in appg/version.phpIt should look like define('APPLICATION', 'Vanilla'); define('FRAMEWORK_VERSION', '1.1.3'); define('PEOPLE_VERSION', '1.1.3'); define('FRAMEWORK_VERSION', '1.1.4');
    with define('APPLICATION', 'Vanilla'); define('FRAMEWORK_VERSION', '1.1.3'); define('PEOPLE_VERSION', '1.1.3'); define('APPLICATION_VERSION', '1.1.4');
    Sorry about that.
  • you quoted it wrong again :)

    define('APPLICATION', 'Vanilla'); define('FRAMEWORK_VERSION', '1.1.3'); define('PEOPLE_VERSION', '1.1.3'); define('APPLICATION_VERSION', '1.1.4');
This discussion has been closed.