phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] Installation problems


From: Khairil Yusof
Subject: [Phpgroupware-users] Installation problems
Date: 15 Feb 2003 13:12:02 +0800

PHP version  : php 4.3
phpgroupware : php 9.14.001
Platform     : freebsd 5.0

I'm having problems with the include files:

I set header.inc.php these values:

define('PHPGW_SERVER_ROOT','/phpgroupware');
define('PHPGW_INCLUDE_ROOT','/phpgroupware');

Which gives the proper path as below:
/phpgroupware/phpgwapi/setup/setup.inc.php

If I set the server root as 'http://localhost/phpgroupware', it loads up
ok, but complains about a missing template class.

If i set it to the system root (as in /usr/local/www/data/phpgroupware),
the path is also correct but it complains that it can't find the file.

What am I doing wrong?

Any help would be much appreciated.

____


Warning: main(/phpgroupware/phpgwapi/setup/setup.inc.php)
[function.main]: failed to create stream: No such file or directory in
/usr/local/www/data/phpgroupware/header.inc.php on line 117

Warning: main() [function.main]: Failed opening
'/phpgroupware/phpgwapi/setup/setup.inc.php' for inclusion
(include_path='.:/usr/local/www/data/phpgroupware/phpgwapi:/usr/local/lib/php:/usr/local/share/pear')
 in /usr/local/www/data/phpgroupware/header.inc.php on line 117

Warning: createobject(/phpgroupware/phpgwapi/inc/class.Template.inc.php)
[function.createobject]: failed to create stream: No such file or
directory in
/usr/local/www/data/phpgroupware/setup/inc/functions.inc.php on line 48

Warning: createobject() [function.createobject]: Failed opening
'/phpgroupware/phpgwapi/inc/class.Template.inc.php' for inclusion
(include_path='.:/usr/local/www/data/phpgroupware/phpgwapi:/usr/local/lib/php:/usr/local/share/pear')
 in /usr/local/www/data/phpgroupware/setup/inc/functions.inc.php on line 48

Fatal error: Cannot instantiate non-existent class: template in
/usr/local/www/data/phpgroupware/setup/inc/functions.inc.php(72) :
eval()'d code on line 1

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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