Page 1 of 1

Forum Problems

PostPosted: Fri Mar 28, 2008 5:55 pm
Author: inferno
Your phpBB Version: 2.0.23
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.gamerzultra.com/forum/index.php

PHP Version:
MySQL Version:


What was done before the problem appeared?
nothing everything was working fine no problems


What was done to try to solve the problem?
clearing both browser and forum caches,reuploaded and files execpt config file,changed def_theme





De.scription and Message

Ok I Managed To Fix everything but i would like to ask two things but before i do i want to mention that i already and always have first looked on the forum for the answer anyway i managed to fix it but i just dont understand what happened everything was fine the other day then i go back and i got that theme error id also have had some cback problems like not being able to disable the forum but i would like to ask if you would take and look and see if you mite find any problems i just want to get a low down on this so i know what im dealing with and can get right to it

Re: Forum Problems

PostPosted: Fri Mar 28, 2008 7:23 pm
Author: Helter
I have one forum that has many mods and for some reason my def_themes.php gets corrupted anytime I do anything with the themes from the acp. Ive invested a tom of time to try to solve it, but found it was easiest to disable theme caching. if this is your problem, and you cannot find a satisfactory fix, you can disable theme caching in includes/functions_categories_hierarchy.php

find

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


replace with

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

PostPosted: Fri Mar 28, 2008 8:27 pm
Author: inferno
Alright thanks Ill have to try that,one other quick thing off hand you wouldn't happen to know if there was a fix for the cracker tracker problem and what i mean is, example i take the board offline but cant because i get a error things like that if not thats ok thanks for just letting me know anyway