I ran into this same type of problem here is how I fixed it..
under the "modules/coppermine/include" directory there is a file "init.inc.php"
Open that file in a text editor and looking for line 126 and 127 which will look like:
|
Quote:
|
include "config.inc.php";
include "functions.inc.php";
|
Change it to:
|
Quote:
|
include "modules/coppermine/include/config.inc.php";
include "modules/coppermine/include/functions.inc.php";
|
and that should fix your problem. However, MAKE SURE YOU RUN THRU ALL THE ENTIRE SYSTEM to find the rest of these types of errors. There are a couple and you will need to change the include format for all of them. Good luck!
-Spodi
www.2scubadive.com