Topic: Need help with MOd
I added a Mod to be able to have an Avatar gallery
One of the final aspects of the Mod said:
2) In the code you just added, find:
// changeme
define('CPG_PATH', '../coppermine/');
and fill in the local or full path to your coppermine directory - not an url !
I'm having trouble with that path, and the install file wasn't very helpful. What should I place here?? I added an Avatar folder and attempted to enter a path here to that folder, but I keep getting the following error message:
Warning: main(/home/calvaryc/public_html/ccforums/avatar/include/config.inc.php): failed to open stream: No such file or directory in /home/calvaryc/public_html/ccforums/profile.php on line 447
Warning: main(/home/calvaryc/public_html/ccforums/avatar/include/config.inc.php): failed to open stream: No such file or directory in /home/calvaryc/public_html/ccforums/profile.php on line 447
Fatal error: main(): Failed opening required '/home/calvaryc/public_html/ccforums/avatar/include/config.inc.php' (include_path='.:/usr/local/lib/php') in /home/calvaryc/public_html/ccforums/profile.php on line 447
Can anyone give me a hand?
Paul