Hi,
I just updated to the latest version from the cvs. (my previous
update was a couple of months old)
As usual I start the setup/index.php page.
But when I wish to write/view/download the new header.inc.php file I
get the following error:
------- browser output --------
phpGroupWare version 0.9.15.003 Setup III Logout
Save this text as contents of your header.inc.php
--------------------------------------------------------------------------------
Template Error: loadfile: domain is not a valid handle.
Halted.
Fatal error: Call to a member function on a non-object in
/usr/local/phpgroupware/phpgwapi/inc/class.Template.inc.php on line 444
--------------------------------------
After a quick code inspection (my php knowledge is very limited),
I think the failing trace is: inc/class.setup_html.inc.php (44):
$GLOBALS['header_template']->parse('domains','domain',True);
phpgwapi/inc/class.Template.inc.php (209) :$str = $this->subst($handle);
phpgwapi/inc/class.Template.inc.php (175) :if
(!$this->loadfile($handle))
phpgwapi/inc/class.Template.inc.php (408) :if
(!isset($this->file[$handle]))
phpgwapi/inc/class.Template.inc.php (444)
:$GLOBALS['phpgw']->common->phpgw_exit(True);
Could someone please tell me what is went wrong here or what I should
do to fix this?
Thanx,
Aiko
_______________________________________________
Phpgroupware-developers mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-developers