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.
How stable is 0.9.3?
My phpbb forum keeps getting hacked. twice in the last two days, this is the perfect reason, and opportunity, to switch over to vanilla. How stable is the 0.9.3 release? or should i stay well clear?
0
This discussion has been closed.
Comments
would it be difficult to upgrade to the full release once it is out what with there being so many changes in the way the forum functions?
Fatal error: Class 'Delegation' not found in C:\Program Files\Apache Group\Apache2\htdocs\vanillanew\library\Utility.Class.Control.php on line 16 Fatal error: Class 'Context' not found in C:\Program Files\Apache Group\Apache2\htdocs\vanillanew\appg\init_vanilla.php on line 40
any ideas?
Notice: Trying to get property of non-object in C:\Program Files\Apache Group\Apache2\htdocs\vanillanew\library\People.Class.User.php on line 265
The best way would require svn. Then go to the folder below where you want vanilla and do this:
svn checkout http://lussumo.com/svn/vanilla/trunk/ vanilla
If you do that and configure your conf/* files properly, there shouldn't be any errors. For that matter, if you encountered some errors and found a solution to them, please post them so others can learn from your problems. I'm sure there are a lot of people who read these discussions looking for some insight.
the error i'm stuck on now though i think is, like bergamot has said, because i've got an incorrect path somewhere.
i reckon it's the following entry in settings.php which i thought was meant to look something like this:
$Configuration["APPLICATION_PATH"] = "<Drive>:\<site>\vanilla.093b\\";
so mine is
$Configuration["APPLICATION_PATH"] = "C:\Program Files\Apache Group\Apache2\htdocs\vanillanew\\";
Notice: Trying to get property of non-object in C:\Program Files\Apache Group\Apache2\htdocs\vanillanew\library\People.Class.User.php on line 265
i put in the application path as follows:
$Configuration["APPLICATION_PATH"] = "C:/Program Files/Apache Group/Apache2/htdocs/vanillanew/";
with apache 2.0.54 running
php 5.0.5
mysql 4.1.14
i have 0.9.2 working fine