Topic: Login with admin,admin, gives: Undefined index: Qform__FormCallType
This is a clean install of tracmor-0.3.0.tar.gz downloaded 0n 25-08-2011.
Can't log in,.
I get the login page, use admin and admin to login, and get this error.
the error report:-
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(128): QFormBase::Run()
Don't know if this is related, but I also tried the update db script and got:
ERROR 1060 (42S21) at line 1: Duplicate column name 'archived_flag'