phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] generate header problem


From: Miles Lott
Subject: Re: [Phpgroupware-developers] generate header problem
Date: Mon, 20 May 2002 06:58:02 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510

I think your header.inc.php.template file is an older version
than the rest of the code.  The domain block is in that file.

Aiko Mastboom wrote:

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






reply via email to

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