"HelterSkelter";p="4833" wrote:With the new versions of CH, there is little left of phpBB
Don't get me wrong I don't want CH latest I HATE the fact that this Mod had moved so much of phpBB code all over the place making it so hard to deploy other Mods. HATE IT. I would rather use a different Mod for making subforums that don't mess all phpBB code. ptirhiik (The Creator of the Mod) wants phpBB to be on his name or something and this Mod is just driving me crazy as its just so hard to maintain with phpBB official updates and of course god forbid if you want to add any other Mod except the "precious CH".
P.S I know it also deals with the calendar and announcements which all have bugs in this current version. <img>
The trouble is I found all this after developing on IntegraMOD for 6 Months so I'm really frustrated.
"HelterSkelter";p="4833" wrote:ps. the def files are caching files, and they are not to blame for every white page.
If you dont want to use def files
OPEN
forum root/includes/functions_categories_hierarchy.php
FIND
define('CACHE_TREE', true);
define('CACHE_WORDS', true);
define('CACHE_THEMES', true);
REPLACE WITH
//define('CACHE_TREE', true);
//define('CACHE_WORDS', true);
//define('CACHE_THEMES', true);
Wouldn't it cause even more stress on the server than its all ready making?
Anyway here is what ptirhiik told me to do to try and upgrade:
The other mods puts in integramods won't probably fit as is CH 2.1.x line. IMHO, your first step should be :
- duplicate the database into a new one,
- copy your config.php into a new directory, and adjust the parms to go to the new database,
- use CH 2.1.4c "installed" pack, and copy the root directory into this new directory,
- with phpMyadmin, update phpbb_config with changing all the references to the regular domain & path to this new domain (if changed) and new path,
- let's the CH installer run by hitting this new path,
- then check CH 2.1.4c functionalities : the chances are very high you won't need a lot of supplementary mod. Check which ones are required, then search in contribution forum which one are available.
You can also push integramod team to upgrade their product too.
What I would really want is to get rid of CH altogether!!!
If we can't upgrade it and it's all buggy and changing so much code in phpBB making it impossible to update and develop I guess everyone would agree it's best to get rid of it altogether and find less demanding Mods that output the same result!.