Page 1 of 1

def_tree.php

PostPosted: Fri Apr 28, 2006 6:06 am
Author: Skywalker
witch mod is using the includes/def_tree.php file?

i'm using multiple boards with the same files and partly shared DB.
when i make an global anoucenment all the pages are blank i've been searching 4 days what makes this happen and i came out on def_tree.php... i uploaded an backup from def_tree.php and the problem was solved.

if i know witch mod is using this i can adjust this to use a def_tree.php file per board...

PostPosted: Fri Apr 28, 2006 6:42 am
Author: Simon N
Def_tree.php is part f the categories hierarchy mod which in turn is embedded pretty deeply.

PostPosted: Fri Apr 28, 2006 9:08 am
Author: Skywalker
"Simon N";p="3418" wrote:Def_tree.php is part f the categories hierarchy mod which in turn is embedded pretty deeply.


i'll check the install files of CH thx

Re: def_tree.php

PostPosted: Fri Apr 28, 2006 9:29 am
Author: Skywalker
"Skywalker";p="3416" wrote:witch mod is using the includes/def_tree.php file?

i'm using multiple boards with the same files and partly shared DB.
when i make an global anoucenment all the pages are blank i've been searching 4 days what makes this happen and i came out on def_tree.php... i uploaded an backup from def_tree.php and the problem was solved.

if i know witch mod is using this i can adjust this to use a def_tree.php file per board...


this problem dus happen by every post thats placed on the forum if you use multiple boards on the same directory (with the same files)

does someone knws a fix for this?
if not i'll continue searching for one

Re: def_tree.php

PostPosted: Fri Apr 28, 2006 7:01 pm
Author: Helter
your best bet for CH issues is here
http://ptifo.clanmckeen.com

PostPosted: Sat Apr 29, 2006 3:18 am
Author: Simon N
sure is <img>

Excellent support there

Re: def_tree.php

PostPosted: Sat Apr 29, 2006 6:13 am
Author: Skywalker
i have fixed it already myself

i added $table_prefix2 in config.php for the tables who aren't shared per board

for the fix i simply opend includes/functions_categorie_hierachy.php

and replaced
$phpbb_root_path . 'includes/def_tree.' . $phpEx;

by
$phpbb_root_path . 'includes/' .$table_prefix2 . 'def_tree.' . $phpEx;

this line if ound 2 times.

then i renamed def_tree.php to that prefixes nad uploaded them.

when i now place a post i don't get a white screen over al the pages anymore <img>