Error when viewing images Error when viewing images
 

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

Error when viewing images

Started by Imaginary_Dream, March 29, 2006, 11:43:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Imaginary_Dream

My gallery:
http://jamesroot.co.uk/photo-gallery/index.php

When clicking the thumbnails to the pictures, I get this error:

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

        <tr>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{THUMB_TGT}" class="navmenu_pic" title="{THUMB_TITLE}"><img src="images/folder.gif" width="16" height="16" align="absmiddle" border="0" alt="{THUMB_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="images/info.gif" width="16" height="16" border="0" align="absmiddle" alt="{PIC_INFO_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{SLIDESHOW_TGT}" title="{SLIDESHOW_TITLE}"><img src="images/slideshow.gif" width="16" height="16" border="0" align="absmiddle" alt="{SLIDESHOW_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" witdh="100%">
                        {PIC_POS}
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ECARD_TGT}" title="{ECARD_TITLE}"><img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{PREV_TGT}" class="navmenu_pic" title="{PREV_TITLE}"><img src="images/prev.gif" width="16" height="16" border="0" align="absmiddle" alt="{PREV_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{NEXT_TGT}" class="navmenu_pic" title="{NEXT_TITLE}"><img src="images/next.gif" width="16" height="16" border="0" align="absmiddle" alt="{NEXT_TITLE}" /></a>
                </td>
        </tr>



It's probably something very simple, but could you help me with this?

Nibbler

You need to update your 1.3 theme to 1.4 spec following the instructions provided in the docs.

Imaginary_Dream

Sorry, I'm Dutch, I'm afraid I don't understand exactly.  :-[


Imaginary_Dream


Imaginary_Dream

This is too fucking difficult for me  :'( I give up.
Thanks anyway

Joachim Müller

then just use one of the themes that come with coppermine temporarily. Zip your cpg1.3.x custom theme and attach it to your posting using "additional options" when composing your message.

Imaginary_Dream

Like this?

Joachim Müller

well, that's just the plain, unmodified classic theme from cpg1.3.x except for the style sheet - replace theme.php and template.html from your package with the corresponding files from the classic theme that comes with cpg1.4.x and you will be fine.