coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: DJMaze on October 31, 2003, 02:45:20 AM

Title: Failed to find block 'file_line'(#(<!-- BEGIN file_line -
Post by: DJMaze on October 31, 2003, 02:45:20 AM
This is caused by one or all below problems:

You put the coppermine.sql in a seperate database with phpMyAdmin[list=1]
You upload wrong coppermine module
Check if you are using phpNuke 5.5-6.0 OR 6.5 and upload the appropiate files BECAUSE THEY ARE DIFFERENT !
Title: Failed to find block 'file_line'(#(<!-- BEGIN file_line -
Post by: Biker on November 02, 2003, 03:27:22 PM
Suggestion maybe also:

Look @ your include/config.inc.php @ the prefix for your tables!

Is it like this:

Quote// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] = "nuke_";

it will not work!!!!!!

You only have to change it to this:

Quote// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] = "cpg_";

and it will work fine!  :!:

greets
Bernd
Title: Failed to find block 'file_line'(#(<!-- BEGIN file_line -
Post by: DJMaze on November 02, 2003, 05:24:04 PM
$CONFIG['TABLE_PREFIX'] is default set to "cpg_"

if you changed it then yes you must turn it back