Attachment Mod - einige Fehlermeldungen
Verfasst: 26.03.2006 13:31
Hallo!
Sorry, wusste nicht recht, wie ich das Thema nennen soll, falls einem Moderator oder Admin ein treffender Titel einfällt, bitte umändern
Ich hab das aktuelle Board mit vorinstalliertem CHMod.. dazu hab ich noch ein paar andere Mods installiert (wie z.b. Lexikon, Download, etc..)
Nun wollte ich den Attachment Mod installieren und hab nun folgende Probleme:
1. Problem:
in der installationsanleitung steht:
2. Problem
Wenn ich ein Thema ansehen möchte bekomme ich folgende Fehlermeldung:
3. Problem
In der Installationsanleitung steht:
und zum Schluss noch mein letztes Problem:
In der Installationsanleitung steht:
aber bei mir sieht die Datei folgendermaßen aus und ich kann beim besten Willen nichts finden, wo ich das Teil einfügen kann/soll/darf
HILFÄ!!!!
Ich hab das dämliche Teil jetzt sicher schon 3 - 4 mal vollständig neu installiert mit allem drum und dran.. aber ich krieg immer wieder Fehlermeldungen
Sorry, wusste nicht recht, wie ich das Thema nennen soll, falls einem Moderator oder Admin ein treffender Titel einfällt, bitte umändern

Ich hab das aktuelle Board mit vorinstalliertem CHMod.. dazu hab ich noch ein paar andere Mods installiert (wie z.b. Lexikon, Download, etc..)
Nun wollte ich den Attachment Mod installieren und hab nun folgende Probleme:
1. Problem:
in der installationsanleitung steht:
Wenn ich execute_posting_attachment_handling(); aber einfüge, bekomme ich folgenden Fehler in meinem Board, wenn ich ein neues Thema erstellen möchte:#
#-----[ OPEN ]---------------------------------------------
#
posting.php
#
#-----[ FIND ]---------------------------------------------
# around line 422
$attach_sig = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['attach_sig']) ) ? TRUE : 0 ) : ( ( $userdata['user_id'] == ANONYMOUS ) ? 0 : $userdata['user_attachsig'] );
#
#-----[ AFTER, ADD ]---------------------------------------
#
execute_posting_attachment_handling();
Fatal error: Call to undefined function: execute_posting_attachment_handling() in ....\posting.php on line 608
2. Problem
Wenn ich ein Thema ansehen möchte bekomme ich folgende Fehlermeldung:
Fatal error: Call to undefined function: attach_setup_viewtopic_auth() in ...\viewtopic.php on line 202
3. Problem
In der Installationsanleitung steht:
Wenn ich das einbaue bekomme ich die Fehlermeldung:#-----[ OPEN ]---------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]---------------------------------------------
# around line 319
//
// Set up style
#
#-----[ BEFORE, ADD ]---------------------------------------
#
include_attach_lang();
Fatal error: Call to undefined function: include_attach_lang() in ...\includes\functions.php on line 360
und zum Schluss noch mein letztes Problem:
In der Installationsanleitung steht:
#-----[ OPEN ]---------------------------------------------
#
templates/subSilver/modcp_body.tpl
#
#-----[ FIND ]---------------------------------------------
# around line 27
<td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>
#
#-----[ IN-LINE FIND ]---------------------------------------------
# around line 27 (directly in that line)
{topicrow.TOPIC_TYPE}
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------------
#
{topicrow.TOPIC_ATTACHMENT_IMG}
#
aber bei mir sieht die Datei folgendermaßen aus und ich kann beim besten Willen nichts finden, wo ich das Teil einfügen kann/soll/darf

<table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr>
<td><span class="maintitle">
<a href="{U_MOD_CP}" class="maintitle">{L_MOD_CP}</a>
</span><span class="gensmall"><br />
{L_MOD_CP_EXPLAIN}<br />
</span></td>
</tr>
</table>
<form method="post" action="{S_MODCP_ACTION}">
{NAVIGATION_BOX}
<!-- BEGIN forum_header -->
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="bottom"><span class="gensmall">
<!-- BEGIN pagination --><b>{forum_header.pagination.L_PAGE_OF}</b> {forum_header.pagination.L_COUNT}<!-- END pagination -->
</span></td>
<td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall">
<!-- BEGIN pagination -->
<!-- BEGIN unique_ELSE --><b>{forum_header.pagination.L_GOTO}: </b><!-- END unique_ELSE -->
<!-- BEGIN previous --><b><a href="{forum_header.pagination.U_PREVIOUS}" class="gensmall">{forum_header.pagination.L_PREVIOUS}</a> </b><!-- END previous -->
<!-- BEGIN page_number --><b><!-- BEGIN number --><!-- BEGIN current_ELSE --><a href="{forum_header.pagination.page_number.U_PAGE}" class="gensmall"><!-- END current_ELSE -->{forum_header.pagination.page_number.PAGE}<!-- BEGIN current_ELSE --></a><!-- END current_ELSE --><!-- BEGIN sep -->, <!-- END sep --><!-- BEGINELSE number -->..., <!-- END number --></b><!-- END page_number -->
<!-- BEGIN next --><b> <a href="{forum_header.pagination.U_NEXT}" class="gensmall">{forum_header.pagination.L_NEXT}</a></b><!-- END next -->
<!-- END pagination -->
</span></td>
</tr>
</table>
<!-- END forum_header -->
<!-- INCLUDE topics_row_box.tpl -->
<!-- BEGIN forum_header -->
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="bottom"><span class="gensmall">
<!-- BEGIN pagination --><b>{forum_header.pagination.L_PAGE_OF}</b> {forum_header.pagination.L_COUNT}<!-- END pagination -->
</span></td>
<td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall">
<!-- BEGIN pagination -->
<!-- BEGIN unique_ELSE --><b>{forum_header.pagination.L_GOTO}: </b><!-- END unique_ELSE -->
<!-- BEGIN previous --><b><a href="{forum_header.pagination.U_PREVIOUS}" class="gensmall">{forum_header.pagination.L_PREVIOUS}</a> </b><!-- END previous -->
<!-- BEGIN page_number --><b><!-- BEGIN number --><!-- BEGIN current_ELSE --><a href="{forum_header.pagination.page_number.U_PAGE}" class="gensmall"><!-- END current_ELSE -->{forum_header.pagination.page_number.PAGE}<!-- BEGIN current_ELSE --></a><!-- END current_ELSE --><!-- BEGIN sep -->, <!-- END sep --><!-- BEGINELSE number -->..., <!-- END number --></b><!-- END page_number -->
<!-- BEGIN next --><b> <a href="{forum_header.pagination.U_NEXT}" class="gensmall">{forum_header.pagination.L_NEXT}</a></b><!-- END next -->
<!-- END pagination -->
</span></td>
</tr>
</table>
<!-- END forum_header -->
{NAVIGATION_BOX}
{S_HIDDEN_FIELDS}</form>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right">{JUMPBOX}</td>
</tr>
</table>
HILFÄ!!!!

Ich hab das dämliche Teil jetzt sicher schon 3 - 4 mal vollständig neu installiert mit allem drum und dran.. aber ich krieg immer wieder Fehlermeldungen
