Robert Viehouser
|
| Posted: 05/22/2002, 9:41 PM |
|
I put the include ("./db_odbc.php") in my common.php
and have change the line class clsDBdatabase extends DB_Sql
When I run the php. pages It connect to the database fine but I get all
these Php error of Undefined variable: PathToRoot ect.
I am missing a include file. or just I just have to define the variable?
Where is the variable defined?
/Initialize Page @1-D2CCCBD1
// Variables
$PathToRoot;
$FileName;
$Redirect;
$Tpl;
$TemplateFileName;
$BlockToParse;
$ComponentName;
|
|
|
 |
CodeCharge Support
|
| Posted: 05/23/2002, 5:45 PM |
|
ODBC library should be automatically generated and included, unless you
don't specify database connection for the server.
Please edit your database connection and check if you have both the client
and server connections configured.
Konrad
"Robert Viehouser" <Robert_Viehouser@hotmail.com> wrote in message
news:achrtk$p0d$1@news.codecharge.com...
> I put the include ("./db_odbc.php") in my common.php
> and have change the line class clsDBdatabase extends DB_Sql
> When I run the php. pages It connect to the database fine but I get all
> these Php error of Undefined variable: PathToRoot ect.
> I am missing a include file. or just I just have to define the variable?
>
> Where is the variable defined?
>
>
> /Initialize Page @1-D2CCCBD1
> // Variables
> $PathToRoot;
> $FileName;
> $Redirect;
> $Tpl;
> $TemplateFileName;
> $BlockToParse;
> $ComponentName;
>
>
|
|
|
 |
|