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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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