Topic: I've successfully installed Tracmor.. But.....
I would like to ask regarding on Configuration.inc
I've successfully installed the tracmor in IIS 6.0+Mysql(latest)+php(latest), but when I ported the tracmor to http://localaddress:8080 after I log in an error occured
Here's the error
Undefined index: Qform__FormCallType
Error Type: E_NOTICE
Source File: C:\inetpub\wwwroot\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 C:\inetpub\wwwroot\tracmor\includes\qcodo\_core\qform\QFormBase.class.php(158): QcodoHandleError()
#1 C:\inetpub\wwwroot\tracmor\login.php(128): QFormBase::Run()
Variable Dump: Show/Hide
_COOKIE
_FILES
_GET
_POST
_SERVERI dont know how to define the Virtual directory
Thank you so much
More Power:D