Topic: Error

After completing all three steps. I get this error.

/home/adnabber/public_html/test20/error_log: [24-Dec-2009 13:54:46] PHP Warning: require(/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 13:54:46] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 14:01:51] PHP Warning: require(/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 14:01:51] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 14:07:09] PHP Warning: require(/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 14:07:09] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 14:11:30] PHP Warning: require(/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24 [24-Dec-2009 14:11:30] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/tracmor/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adnabber/public_html/test20/includes/prepend.inc.php on line 24

Re: Error

I figured it out.
Its is a lot easier to set up using a php script editor.

ms Word is just black and white and thing can get jumbled up.:D

Re: Error

Here is my new error.

Undefined index:  Qform__FormCallType
Error Type:   E_NOTICE

Source File:   /home/adnabber/public_html/test20/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 /home/adnabber/public_html/test20/includes/qcodo/_core/qform/QFormBase.class.php(158): QcodoHandleError()
#1 /home/adnabber/public_html/test20/login.php(128): QFormBase::Run()

Re: Error

I fix it this is how.

The one below this is wrong

define ('__DOCROOT__', '/this/is my/public_html/test20');
      define ('__VIRTUAL_DIRECTORY__', '');
      define ('__SUBDIRECTORY__', '');

The one below this is right


define ('__DOCROOT__', '/this/is my/public_html');
      define ('__VIRTUAL_DIRECTORY__', '');
      define ('__SUBDIRECTORY__', '/test20');