| run0 wrote: |
| that works perfect, thanks! |
| Quote:: |
| nothing in the code box and it is empty |
| BadCO wrote: | ||
I can confirm that the latest version of FC (4.7.7) still works ok with DF and the install is much improved on the early versions. Just one word of warning if you have your DF install in a directory you will need to change the hardcoded link in inc/cmses/cpgNukeCMS.php on line 10:
Do this before you start the install. |
| Code:: |
|
| BadCO wrote: |
| I haven't done this for a while but I'll explain what worked for us: Our root directory for our webserver (Apache) is: /net/path/ Our DF install is in: /net/path/cpgn2/ Our TufatChat is in /net/path/chat/ Before running the installed I modified line 10 of the file /net/path/chat/inc/cmses/cpgNuke.CMS.php. The modification was: require_once($cpg_root_path . '/cpgn2/config.php'); Having said that you are right that the config.php doesn't exist anymore and I can't remember what we did to modify TufatChat. I suspect we modified the above line to point at the new location for config.php which I believe is in include (cannot check as I'm at work) .... so require_once($cpg_root_path . '/cpgn2/includes/config.php'); Either way you need to point at the file that contains the database connection info - which is the DF config.php. |
All times are GMT