forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: Elan on November 06, 2003, 09:07:09 pm

Title: [FIXED] Warnings when creating Categories
Post by: Elan on November 06, 2003, 09:07:09 pm
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.
Title: [FIXED] Warnings when creating Categories
Post by: DJMaze on November 06, 2003, 09:55:24 pm
Open pagetitl.inc.php and change line 30 into:
Code: [Select]
$CPG_M_DIR = 'modules/' . $name;
Title: [FIXED] Warnings when creating Categories
Post by: Elan on November 06, 2003, 10:10:53 pm
That fixed it.  Thank you. :)