[FIXED] Warnings when creating Categories [FIXED] Warnings when creating Categories
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

[FIXED] Warnings when creating Categories

Started by Elan, November 06, 2003, 09:07:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Elan

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.

DJMaze

Open pagetitl.inc.php and change line 30 into:
$CPG_M_DIR = 'modules/' . $name;
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Elan