Topic: Error during first login attempt after install
Hello,
I installed TRACMOR as listed in the directions, created the db and ran the scripts. I then tried to login, and my first attempt gives the following error;
Undefined index: Qform__FormCallType
Error Type: E_NOTICE
Source File: /var/www/tracmor/includes/qcodo/_core/qform/QFormBase.class.php Line: 158
Line 153:
Line 154: if ($objClass) {
Line 155: global $$strFormId;
Line 156: $$strFormId = $objClass;
Line 157:
Line 158: $objClass->strCallType = $_POST['Qform__FormCallType'];
Line 159: $objClass->intFormStatus = QFormBase::FormStatusUnrendered;
Line 160:
Line 161: if ($objClass->strCallType == QCallType::Ajax)
Line 162: QApplication::$RequestMode = QRequestMode::Ajax;
Line 163:
Call Stack:
#0 /var/www/tracmor/includes/qcodo/_core/qform/QFormBase.class.php(158): QcodoHandleError()
#1 /var/www/tracmor/login.php(105): QFormBase::Run()
Any help would be appreciated.
Thanks
Shane