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'

Re: Login with admin,admin, gives: Undefined index: Qform__FormCallType

Sorry- forgot to put in my system info!

PHP Version: 5.3.2-1ubuntu4.9;  Zend Engine Version: 2.3.0;  Qcodo Version: 0.3.32 (Qcodo Beta 3)
Application: Apache/2.2.14 (Ubuntu);  Server Name: localhost
HTTP User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.124 Safari/534.30

Re: Login with admin,admin, gives: Undefined index: Qform__FormCallType

Fixed.

sorry, Obviously not a bug!!

I just did not read the config properly.

below is what works, but I had the first line (DOCROOT)  as   /var/www/tracmor

define ('__DOCROOT__', '/var/www/');
            define ('__VIRTUAL_DIRECTORY__', '');
            define ('__SUBDIRECTORY__', '/tracmor');