Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2 - Installation error
I tries to install Garden/Vanilla 2 and received the following error:
Fatal Error in PHP.ErrorHandler();
Invalid argument supplied for foreach()
The error occurred on or near: /customers/sc2.be/sc2.be/httpd.www/vanilla/library/core/class.pluginmanager.php
404: }405: 406: // Include all of the paths.407: $PluginInfo = array();408: foreach($Paths as $Path) {409: if(file_exists($Path))410: include($Path);411: }412: Backtrace:
[/customers/sc2.be/sc2.be/httpd.www/vanilla/library/core/functions.error.php:124] PHP::include();[/customers/sc2.be/sc2.be/httpd.www/vanilla/library/core/class.pluginmanager.php:408] PHP::ErrorHandler();[/customers/sc2.be/sc2.be/httpd.www/vanilla/bootstrap.php:128] Gdn_PluginManager->IncludePlugins();[/customers/sc2.be/sc2.be/httpd.www/vanilla/index.php:26] PHP::require_once();Variables in local scope:
[EnabledPlugins] array (
'HTMLPurifier' => 'HtmlPurifier',
)[Paths] NULL[PluginFolder] 'HtmlPurifier'[PluginName] 'HTMLPurifier'[PluginInfo] array (
)Need Help?
If you are a user of this website, you can report this message to a website administrator.
If you are an administrator of this website, you can get help at the Lussumo Community Forums.
Additional information for support personnel:
Application: Garden
Application Version: 1.0
PHP Version: 5.2.10
Operating System: Linux
0
Comments
Anyone debug it?
I did install it on some of my servers either using apache2 with mod_php or nginx/php-cgi without issues (once configuration file for nginx has been created (for the rewrite rules))
Mr. Bean could you please specify which prerequisite you think is not satsified.
If not this looks like a response: it works for me , so it works for everyone.
http://vanillaforums.org/page/Requirements
I can't say the requirements are met or not, because that's the job of the person installing it to find out, otherwise create a forum on http://vanillaforums.com/, this way server issues will not be for you to deal with.
The basic thing to provide is the phpinfo from the server you're using.