|
From: Patrick M. <mai...@st...> - 2001-11-26 16:53:34
|
The problem was that the fresh depacked phpbt couldn't know where my
phplib is installed! Did I allready mention that I hate phplib?
... I solved the problem with hardcoding the path in install.php
define ('PHPLIB_PATH', '/path/to/my/homepage/_php/');
include_once(PHPLIB_PATH.'template.inc');
what about not using phplib in install.php or distributing
template.inc with phpbt?
|