PHP question: Why is this causing a parse error?

Houyhnhnm

New member
This is a line in Vanilla forum install script.

Gdn::FactoryInstall(Gdn::AliasCache, 'Gdn_Cache', CombinePaths(array(PATH_LIBRARY_CORE,'class.cache.php')), Gdn::FactoryRealSingleton, 'Initialize');

Error message is
Parse error: syntax error, unexpected ',', expecting '(' in /homepages/46/d263924692/htdocs/h2h/vanilla-2.0.17/bootstrap.php on line 73

Could I be running a version of PHP that doesn't support the Gdn::x syntax (I've never seen it before)? If so, how do I tell what version of PHP is running?

Thanks for your help,
Houyhnhnm
 
Back
Top