Page 1 of 1

Changed Categorie to Forum - Crash !

PostPosted: Wed Feb 27, 2008 2:28 am
Author: Verdugo
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://www.ai-town.de

PHP Version:
MySQL Version:


What was done before the problem appeared?
I want to update my forum structure. In case of a mistake i changed a categorie with subforums to "forum". After that - if you look up my site - a blank white site is shown.


What was done to try to solve the problem?
Deleted the database of the sub-/forums of the categorie. Nothing changed.



De.scription and Message

Hi there,

first my english is not so good - and i would appreciate if you can help me.

I want to update my forum structure.
In case of a mistake i changed a categorie with subforums to "forum".
After that - if you look up my site - a blank white site is shown.

Because this categorie was very new and not many post cÃÂÂ ³ntaining, so i deleted the database of the sub-/forums of the categorie.
Just to do it as there was never this category.. but nothing happend. :-/

Big THX in advance for your help.

Re: Changed Categorie to Forum - Crash !

PostPosted: Wed Feb 27, 2008 3:11 am
Author: Helter
this is usually caused by an error in the categories hierarchy cache files.
backup your current root/includes/def_tree.php. Upload a new copy of this file and chmod it to 666.

go to your acp/forum admin/Management +/ click the "Resync" button.
If this does not solve your problem, you may have to disable the cache for your catagories.
To do this,
open

root/includes/functions_categories_hierarchy.php

find

Code: Select all
define('CACHE_TREE', true);define('CACHE_WORDS', true);


replace with

Code: Select all
//define('CACHE_TREE', true);//define('CACHE_WORDS', true);

PostPosted: Wed Feb 27, 2008 3:41 am
Author: Verdugo
Your ´re my hero  °ÃƒÆ’‚ °

Best support ... thank you so much Helter.

Integra 4 the World.

Re: Changed Categorie to Forum - Crash !

PostPosted: Wed Feb 27, 2008 3:48 am
Author: Verdugo
little question ... do i have to reedit the root/includes/functions_categories_hierarchy.php after everything worked again?
Or do i get the same problem as mentioned before?

Re: Changed Categorie to Forum - Crash !

PostPosted: Wed Feb 27, 2008 3:58 am
Author: Helter
you may undo the edits, but if you continue to have trouble, leave the edits in place