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.
Compatability
Is Vanilla2 compatible with PHP 4.4.9 and MYSQL 5.0 ?
I'm getting a funky error message:Parse error: syntax error, unexpected ',', expecting '(' in /home/content/m/a/r/markmac28/html/thewordgang/forum/bootstrap.php on line 64
*******
Here's the bootstrap.php lines in question.
/// Install the configuration.
Gdn::FactoryInstall(Gdn::AliasConfig, 'Gdn_Configuration', PATH_LIBRARY_CORE.DS.'class.configuration.php', Gdn::FactorySingleton);
$Gdn_Config = Gdn::Factory(Gdn::AliasConfig);
***********
Any thoughts? Thanks, Mark
I'm getting a funky error message:Parse error: syntax error, unexpected ',', expecting '(' in /home/content/m/a/r/markmac28/html/thewordgang/forum/bootstrap.php on line 64
*******
Here's the bootstrap.php lines in question.
/// Install the configuration.
Gdn::FactoryInstall(Gdn::AliasConfig, 'Gdn_Configuration', PATH_LIBRARY_CORE.DS.'class.configuration.php', Gdn::FactorySingleton);
$Gdn_Config = Gdn::Factory(Gdn::AliasConfig);
***********
Any thoughts? Thanks, Mark
0
Comments
Your php version is too old to run vanilla 2.
I also tried changing each ',' to '(' at separate times with no luck. Any help would be appreciated!