Error after install. Error after install.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Error after install.

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

Previous topic - Next topic

0 Members and 1 Guest 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