phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] generate header problem


From: Aiko Mastboom
Subject: [Phpgroupware-developers] generate header problem
Date: Mon, 20 May 2002 07:40:45 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc1) Gecko/20020417

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]