Paul Hussey
|
| Posted: 05/08/2002, 2:10 PM |
|
so what causes this:
Warning: Undefined variable: PathToRoot in f:\program files\apache
group\apache\htdocs\asyscare\default.php on line 11
Warning: Undefined variable: FileName in f:\program files\apache
group\apache\htdocs\asyscare\default.php on line 12
Warning: Undefined variable: Redirect in f:\program files\apache
group\apache\htdocs\asyscare\default.php on line 13
Warning: Undefined variable: Tpl in f:\program files\apache
group\apache\htdocs\asyscare\default.php on line 14
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 05/10/2002, 5:39 AM |
|
The fix is to put
error_reporting (E_ALL ^ E_NOTICE);
into common.php file.
Please post CCS questions to codechargestudio.beta newsgroup
--
Alex
CodeCharge Developer
"Paul Hussey" <phussey@hfx.eastlink.ca> wrote in message
news:abc486$n6n$1@news.codecharge.com...
> so what causes this:
>
> Warning: Undefined variable: PathToRoot in f:\program files\apache
> group\apache\htdocs\asyscare\default.php on line 11
>
> Warning: Undefined variable: FileName in f:\program files\apache
> group\apache\htdocs\asyscare\default.php on line 12
>
> Warning: Undefined variable: Redirect in f:\program files\apache
> group\apache\htdocs\asyscare\default.php on line 13
>
> Warning: Undefined variable: Tpl in f:\program files\apache
> group\apache\htdocs\asyscare\default.php on line 14
>
>
>
|
|
|
 |
|