From: Frank V. D. <fra...@st...> - 2003-09-11 10:13:49
|
On Thursday 11 September 2003 11:34, Frank Shearar wrote: > > np, found the problem... and thanks for phpwiki :-) > > What turned out to be the problem, if I may ask? Setting DATA_PATH in index.php so it was set to an empty string. Those line= s=20 are outcommented and the default resulted in a bad behaviour for me. It was: //if (!defined('DATA_PATH')) define('DATA_PATH', '/home/user/phpwiki'); I made it: if (!defined('DATA_PATH')) define('DATA_PATH', ''); All works well now. I'm using the sidebar theme with the fixed sidebar (whi= ch=20 isn't fixed at all for the majority of IE users ;) ) =2D-=20 =46rank Van Damme http://www.openstandaarden.be=20 ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Je pense, donc je suis brevet=E9." |