[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-tracker] [ 101481 ] class.Template.inc.php on line 440
From: |
nobody |
Subject: |
[Phpgroupware-tracker] [ 101481 ] class.Template.inc.php on line 440 |
Date: |
Fri, 06 Dec 2002 20:54:34 -0500 |
Support Request #101481, was updated on 2002-Nov-03 05:29
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101481&group_id=509
Category: Question
Status: Closed
Priority: 5
Summary: class.Template.inc.php on line 440
By: skwashd
Date: 2002-Dec-07 12:54
Logged In: YES
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
This has been corrected in CVS.
To grab a complete update of all fixes:
1) Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite
distro.
2) Then just type:
# cd /path/to/phpgroupware
# cvs update -dP
You can do step 2 as many times in a day as you wish, and
will always get the most current bug fixes.
Please note if this is still a problem please report it on our
bug tracker at https://savannah.gnu.org/bugs/?group=phpgroupware
Thanks,
----------------------------------------------------------------------
By: tech
Date: 2002-Nov-03 05:29
Logged In: NO
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; H010818)
Template Error: filename:
file ../setup/templates/default/head.tpl does not
exist.
Halted.
Fatal error: Call to a member function on a non-object
in /www/phpgroupware/phpgwapi/inc/class.Template.inc.ph
p on line 440
head.tpl is there so the error is wrong.
My enviro...:
phpgroupware-0.9.14
php-4.2.3
PostgreSQL-7.2.3
apache-2.0.42
phpgroupware is the root directory in apache:
<VirtualHost 172.16.0.1>
ServerAdmin address@hidden
DocumentRoot /www/phpgroupware
ServerName gw.someplace.corp
ErrorLog logs/error_log
CustomLog logs/access_log common
</VirtualHost>
This error seems to be common and the solution is to
delete a file like:
???.inc.php.template where ??? = something I can't
recall right now. But it didn't work in my case.
Messed with various file permissions including doing a
chmod -R 777 on the whole directory.
----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101481&group_id=509
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-tracker] [ 101481 ] class.Template.inc.php on line 440,
nobody <=