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
  _SERVER

I dont know how to define the Virtual directory

Thank you so much

More Power:D

Re: I've successfully installed Tracmor.. But.....

Tracmor successfully run in

http://localhost/tracmor

error occured after I log-in

Http://IPaddress:8080


thank you

Re: I've successfully installed Tracmor.. But.....

Yes!! I've done it..
http://IPaddress:8080 is now working fine on my server ..

but not on client side,

here are my definitions

define ('__DOCROOT__', '');
define ('__VIRTUAL_DIRECTORY__', '');
define ('__SUBDIRECTORY__', 'c:/inetpub/wwwroot/tracmor')

hope some one may help
thank you

4

Re: I've successfully installed Tracmor.. But.....

Try separating the path into two and no / at end.

define ('__DOCROOT__', 'c:/inetpub/wwwroot');
define ('__VIRTUAL_DIRECTORY__', '');
define ('__SUBDIRECTORY__', '/tracmor')