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
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.
0
This discussion has been closed.
Comments
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.
define('APPLICATION', 'Vanilla'); define('FRAMEWORK_VERSION', '1.1.3'); define('PEOPLE_VERSION', '1.1.3'); define('APPLICATION_VERSION', '1.1.4');