From: x4com@xxxxxx
Operating system: Linux
PHP version: 4.2.2
PHP Bug Type: PEAR related
Bug description: HTML_Template_PHPLIB Undefined Notice...
Hello,
I get this error back under "error_reporting (E_ALL);":
Notice: Undefined index: outputs_table_tpl_handle in
[...]/class_template.php on line 359
The Line 359 is:
[...]
function getVar($varname)
{
if (!is_array($varname)) {
return $this->_varVals[$varname]; // THE LINE 359
} else {
reset($varname);
while (list($k, $v) = each($varname)) {
$result[$k] = $this->_varVals[$k];
}
return $result;
}
}
[...]
Please Fix this Bug, Thanks.
--
Edit bug report at http://bugs.php.net/?id=21940&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21940&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=21940&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=21940&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21940&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=21940&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=21940&r=support
Expected behavior: http://bugs.php.net/fix.php?id=21940&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=21940&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=21940&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=21940&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21940&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=21940&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=21940&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=21940&r=gnused
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|