Warning: main(modules//lang/english.php): failed to open stream: No such file or directory in /home/elan/public_html/modules/coppermine/include/pagetitle.inc.php on line 47
Warning: main(): Failed opening 'modules//lang/english.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elan/public_html/modules/coppermine/include/pagetitle.inc.php on line 47
Could someone help me with this please? I'm running this off PHP-nuke 6.5.
Open pagetitl.inc.php and change line 30 into:
$CPG_M_DIR = 'modules/' . $name;
That fixed it. Thank you. :)