Hi!
I've installed qcodo-0.3.43 but when I try to codegen the examples I get the following error:
CodeGen SubTemplate Does Not Exist within the “db_orm/class_gen” module: qcodo_query_methods.tpl
Line 486: $mixTemplateArgumentArray = array();
Line 487: foreach ($strVariableArray as $strVariable)
Line 488: $mixTemplateArgumentArray[$strVariable] = $$strVariable;
Line 489:
Line 490: // Get the Evaluated Template!
Line 491: $strEvaledStatement = $this->EvaluateSubTemplate($strTemplateFile . '.tpl', $strModuleName, $mixTemplateArgumentArray);
Line 492:
Line 493: // Set Statement to NULL so that the method knows to that the statement we're replacing
Line 494: // has already been eval'ed
Line 495: $strStatement = null;
Line 496: }
Call Stack:
#0 C:\data\htdocs\qcodo-0.3.43\wwwroot\includes\qcodo\_core\codegen\QCodeGenBase.class.php(491): QCodeGenBase->EvaluateSubTemplate('qcodo_query_met...', 'db_orm/class_ge...', Array)
#1 C:\data\htdocs\qcodo-0.3.43\wwwroot\includes\qcodo\_core\codegen\QCodeGenBase.class.php(323): QCodeGenBase->EvaluateTemplate('<template Overw...', 'db_orm/class_ge...', Array)
#2 C:\data\htdocs\qcodo-0.3.43\wwwroot\includes\qcodo\_core\codegen\QCodeGenBase.class.php(290): QCodeGenBase->GenerateFile('db_orm/class_ge...', '_main.tpl', false, Array)
#3 C:\data\htdocs\qcodo-0.3.43\wwwroot\includes\qcodo\_core\codegen\QDatabaseCodeGen.class.php(491): QCodeGenBase->GenerateFiles('db_orm', Array)
#4 C:\data\htdocs\qcodo-0.3.43\wwwroot\includes\qcodo\_core\codegen\QDatabaseCodeGen.class.php(158): QDatabaseCodeGen->GenerateTable(Object(QTable))
#5 C:\data\htdocs\qcodo-0.3.43\wwwroot\_devtools\codegen.php(96): QDatabaseCodeGen->GenerateAll()
#6 {main}
Please let me know how to get around this.
Thx!