forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: DRealRebel on October 09, 2004, 09:19:56 pm

Title: Need Help
Post by: DRealRebel on October 09, 2004, 09:19:56 pm
ok i have to post it here cause it wont let me post in the support area.
i just installed Coppermine Photo Gallery v1.2.0-Nuke on my site everything is working fine with the exception that when i click on a pic i get an error message the following is what i get.
Code: [Select]
Template error
Failed to find block 'edit_box_no_smilies'(#(<!-- BEGIN edit_box_no_smilies -->)(.*?)(<!-- END edit_box_no_smilies -->)#s) in :

        <tr>
                <td>
                        <table width="100%" cellpadding="0" cellspacing="0">
                                <td class="tableh2_compact" nowrap>
                                        <b>{MSG_AUTHOR}</b>
<!-- BEGIN ipinfo -->
                                ({HDR_IP} [{RAW_IP}])
<!-- END ipinfo -->

                                </td>
                                <td class="tableh2_compact" align="right" width="100%">
<!-- BEGIN buttons -->
                                        <a href="javascript:;" onClick="blocking('cbody{MSG_ID}','', 'block'); blocking('cedit{MSG_ID}','', 'block'); return false;" title="{EDIT_TITLE}"><img src="modules/coppermine/images/edit.gif" border="0" align="absmiddle" ></a>
                                        <a href="modules.php?name=coppermine&file=delete&msg_id={MSG_ID}&what=comment"  onclick="return confirm('{CONFIRM_DELETE}');"><img src="modules/coppermine/images/delete.gif" border="0" align="absmiddle" ></a>
<!-- END 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">
<!-- BEGIN edit_box_smilies -->
                                <table width="100%" cellpadding="0" cellspacing="0">
                                        <tr>
                                                <form name="f{MSG_ID}" method="POST" action="modules.php?name=coppermine&file=db_input">
                                                <input type="hidden" name="event" value="comment_update">
                                                <input type="hidden" name="msg_id" value="{MSG_ID}">
                                                <tr>
                                                <td>
                                                   <input type=text name=msg_author value={MSG_AUTHOR} class="textinput" size=10>
                                                </td>
                                                </tr>
                                                <tr>
                                                <td width="80%">
                                                        <textarea cols="40" rows="2" class="textinput" name="msg_body" onselect="storeCaret_f{MSG_ID}(this);" onclick="storeCaret_f{MSG_ID}(this);" onkeyup="storeCaret_f{MSG_ID}(this);" style="width: 100%;">{MSG_BODY_RAW}</textarea>
                                                </td>
                                                <td class="tableb_compact">
                                                </td>
                                                <td>
                                                        <input type="submit" class="comment_button" name="submit" value="{OK}">
                                                </td>
                                                </form>
                                        </tr>
                                        <tr>
                                                <td colspan="3"><img src="modules/coppermine/images/spacer.gif" width="1" height="2" /><br /></td>
                                        </tr>
                                </table>
                                {SMILIES}
<!-- END edit_box_smilies -->
<!-- BEGIN edit_box_no_smilies -->
                                <table width="100%" cellpadding="0" cellspacing="0">
                                        <tr>
                                                <form name="f{MSG_ID}" method="POST" action="modules.php?name=coppermine&file=db_input">
                                                <input type="hidden" name="event" value="comment_update">
                       

if u would like to see it for yourself go to my site http://www.imaclan.com its under ima photo album.

Please help with this problem
Title: Re: Need Help
Post by: kegobeer on October 09, 2004, 09:39:57 pm
Please search the forums and read about the phpnuke version.  We don't support the nuke version.

Look at the post entitled BOARD MOVED PLEASE READ THIS.
Title: Re: Need Help
Post by: Joachim Müller on October 10, 2004, 11:52:59 am
...that's why you weren't able to post there. Moving this thread from "general discussion" to the board you were trying to post on. Didn't it make you wonder why the board caption was saying
Quote
This used to be the support board for the PHPnuke/Postnuke port of Coppermine. It has been locked because nuke support has moved, please read the stickies to find out more!

Joachim