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.
Installation troubles
Hi there,
Very fresh and new to this forum and to Lussumo in general, but loving the software already.
I've tried installing it locally on my computer (running Windows XP and Xampp) but I can't seem to get it to work: I get errors. I got a couple solved by re-assigning the path value in the settings file to point to http://localhost/etc in stead of c:\Program Files\etc. But now I have two errors left:
Fatal error: Class 'ControlCollection' not found in C:\Program Files\xampp\htdocs\phpwcms\vanilla\controls\Common.Controls.php on line 15
Fatal error: Class 'Context' not found in C:\Program Files\xampp\htdocs\phpwcms\vanilla\appg\init_internal.php on line 40
Does anyone know how to get rid of these errors and get the system up and running? Thanks!
0
This discussion has been closed.
Comments
c:\Program Files mpp\htdocs\phpwcms\vanilla/library/Vanilla.Discussion.class.php
should read like:
c:\Program Files mpp\htdocs\phpwcms\vanilla\library\Vanilla.Discussion.class.php
some servers won't get affected by this, but windows will choke, flip those forward slashes to backslashes in all of your settings files and try again. It should clear up once you do that.