I have tried to utilize OCS several times over the last few years for our non-profit academic organization's annual conference. However, each and every time, regardless of the version I attempt, I get this error in the setup:
Fatal error: Call to a member function getSettings() on a non-object in /home1/obtsorg/public_html/ocs/classes/manager/form/schedConfSetup/SchedConfSetupForm.inc.php on line 53
Line 53 in that file is as follows (shown in bold):
/**
* Initialize data from current settings.
*/
function initData() {
$schedConf =& Request::getSchedConf();
$this->_data = $SchedConf->getSettings();
}
I figure after my fourth or fifth try at OCS over a two-year period, it is about time to hit the message boards here for a solution. This is really the only thing standing between me and my organization utilizing this wonderful piece of software (from what I have heard -- looking forward to fixing this and seeing that for myself!
Best,
-BTC
