Error after install. Error after install.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Error after install.

Started by SmedRock, January 04, 2004, 11:44:12 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

SmedRock

After getting a good install I now come across this:

Template error
Failed to find block 'file_line'(#(<!-- BEGIN file_line -->)(.*?)(<!-- END file_line -->)#s) in :


I'm Stumped.

Joachim Müller

it says you over-modified /theme/yourtheme/theme.php by removing the line<!-- BEGIN file_line -->. Put it back in, or use a theme that comes with coppermine.

GauGau

SmedRock

Well the only thing I changed was the line to my pm_inc.php.  The rest I never touched.

Here is the code are you mentioned:

<!-- BEGIN file_line -->
                        <br />
                        <br />
                        {FILE_TXT}{FILE} - {LINE_TXT}{LINE}
<!-- END file_line -->


That is a direct cut and paste. And those are the only occurences. could it be the path to pm_inc.php that couses this?

Here is the code for that path: <?php include("./pm/cgp/pm_inc.php");?>

Do I need an absolute path to this?

Joachim Müller

I don't get the point... What's pm_inc.php? Could it be that you're refering to the nuke version of coppermine? You're currently posting in the support board for the standalone version...

GauGau