FET
|
| Posted: 05/29/2002, 10:43 AM |
|
I downloaded the GoToCode example (PHP, no Templates CC2.) and installed.I have been using cc2 ver for awhile and am fairly good with it.
When I launch the code in explorer5 I get "Fatal error: Call to a member function on a non-object in ./header.php on line 17"
I have included the line 17 below.
//-------------------------------
// Header Open Event begin
// ->Open Event Start
17: $tpl->set_var("MenuLang", "php");
18: $tpl->set_var( "HeaderLogin", $tpl->print_var("Formloginform1"));
19: $tpl->set_var( "Formloginform1","");
$welcomename = dLookup("users","user_login","user_id=" . tosql(get_session("UserID"),"Number"));
if( $welcomename != "" )
{
What is MenuLang?
thank you for you time,
FET
|
|
|
 |
Nicole
|
| Posted: 05/30/2002, 12:40 AM |
|
Fet,
GotoCode site is created for PHP Template pattern but not non template. Please switch to PHP4.0+Templates.
|
|
|
 |
mkmind
|
| Posted: 05/30/2002, 8:10 AM |
|
Hello. Can anybody tell me how i can find the gotocode.ccs for CCStudio and not for CC.
Thanks Martin
|
|
|
 |
|