how to solve this error? how to solve this error?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

how to solve this error?

Started by Doedeli, December 16, 2004, 10:02:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Doedeli

Hello.

I have got a problem using the script.

If i want to look at (click on) uploaded images i get the following error message.

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

<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<td class="tableh2_compact" nowrap>
<b>{MSG_AUTHOR}</b>
</td>
<td class="tableh2_compact" align="right" width="100%">
{BUTTONS}
</td>
<td class="tableh2_compact" align="right" nowrap>
<span class="comment_date">[{MSG_DATE}]</span>
</td>
</table>
</td>
</tr>
<tr>
<td class="tableb_compact">
<div id="cbody{MSG_ID}" style="display:block">
{MSG_BODY}
</div>
<div id="cedit{MSG_ID}" style="display:none">
{EDIT}

</div>
</td>
</tr>



How can i fix this? I used coppermine 1.0 before and here my template und the script works fine.

Thx for your help.


Hein Traag

Your trying to use an old template and script file which worked in 1.0 in the new stable version 1.3.2 ??

If you are an admin there's a button called Upload approval in case users have uploaded pictures. Maybe you mean that option.

Doedeli

I use an templete which i made for version 1.0. Bute the temple looks fine. But eif i click on a thumbnail of any picture i have uploaded, then i get the above mentioned message.

Joachim Müller