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.
Vanilla 0.9.3 Beta Installation Instructions
Mark
Vanilla Staff
The application is available by SVN from the following url:
http://lussumo.com/svn/vanilla/trunk
Once you've gotten the svn onto your system, be sure to read upgrade-notes.txt in the root of the application for further instructions on making the application work.
The installer is not finished yet, and it will not work
Please keep all bug reports on this forum in the "Vanilla 0.9.3 Bugs" category
http://lussumo.com/svn/vanilla/trunk
Once you've gotten the svn onto your system, be sure to read upgrade-notes.txt in the root of the application for further instructions on making the application work.
The installer is not finished yet, and it will not work
Please keep all bug reports on this forum in the "Vanilla 0.9.3 Bugs" category
0
This discussion has been closed.
Comments
If you are getting a blank screen please ensure your server is correctly setup and that php and mysql are functioning happily together.
if (!function_exists( 'mysql_connect' )) { print "no mysql"; }
should be added to the setup/foo.sql file to be up to date with the code.
echo($Context->GetDefinition("TermsOfService")); and echo($Context->GetDefinition("TermsOfServiceBody"));
return "TermsOfService" & "TermsOfServiceBody"... not the definitions defined in lang/English/definitions.php.
commenting out line 51 of extensions/ExtendedApplicationForm/default.php will bypass the requirement. I'd like to get get it working though.