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.
Is php 5 supported?
I just setup a development server on my home network running fedora core 4 which is apache2 and php5 I'm getting the following error on index.php.
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in ./library/Utility.Page.class.php on line 32
Fatal error: Call to a member function NewContextObject() on a non-object in ./appg/init_internal.php on line 54
I'm stumped. I just wanted to make sure vanilla supports php5 before I go searching further.
0
This discussion has been closed.
Comments
I've had a few people get it working on PHP5. It required some changes to the php.ini or apache, though. The problem is that older php classes are very different from php5 classes, so you have to make some changes to support older php class methodology.
I think there was a discussion about it here