habe mich wohl ein wenig blöd angestellt, habe es jetzt noch mal versucht, habe folgender version eingabaut:
http://www.impleri.net/media/cat-Mods/C ... d_223a.zip
es hat soweit funktioniert, das im admin menü alles funktioniert hat. im forum jedoch ist der der fehler aufgetreten das man in kein thema mehr rein kam. die hauptansicht ging aber noch, auch in die profile konnte man noch gehen.
nun weiß ich bei folgenden zeilen nicht was ich genau tun muss:
Code: Alles auswählen
#-----[ FIND ]------------------------------------------
#
# Depending on other modifications, this may be XHTML compliant ( end with '" />'; ) instead.
$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//-- mod : cash mod ------------------------------------------------
//-- add
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
//-- fin mod : cash mod --------------------------------------------
bei find, steht noch der text: "Depending on other modifications, this may be XHTML compliant ( end with '" />'; ) instead."
den hatte ich nicht mit eingabaut, liegt hier wo möglich der fehler?
die zweite stelle wo ich nicht genau wusste was nun eingabaut (verändert werden muss:
Code: Alles auswählen
-----[ FIND ]------------------------------------------
# in subSilver, the full line is
# <td class="catBottom" colspan="8" height="28"> </td>
#
colspan="8"
#
#-----[ IN-LINE FIND ]------------------------------------------
#
8
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
# Note: any columns added to the memberlist beyond the default will have to reconciled in memberlist.php
# at the call to $cm_memberlist->generate_columns($sql,8);
{NUM_COLUMNS}
dort habe ich, wegelassen:"Note: any columns added to the memberlist beyond the default will have to reconciled in memberlist.php"
und dann ab "at the.." eingefügt, das war vermutlich auch falsch.
in der memberlist.php habe ich nichts mehr verändert, weil ich diese zeile nicht verstehe!
ich wäre euch sehr dankbar, wenn ihr mir helfen würdet. entschuldigt das ich nerve und vermutlich blöde fragen stelle, aber ich stehe gerade erst am anfang mit php!
Edit:
habe diese oben beschriebenen fehlereinbauten behoben, trotzdem funktioniert es nicht, folgende fehler tauchen auf:
fehler 1 beim anklicken eines themas im forum:
Code: Alles auswählen
Warning: main(./includes/classes_cash.php): failed to open stream: No such file or directory in /www/htdocs/w006a9c6/includes/functions_cash.php on line 98
Warning: main(): Failed opening './includes/classes_cash.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w006a9c6/includes/functions_cash.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w006a9c6/includes/functions_cash.php:98) in /www/htdocs/w006a9c6/includes/sessions.php on line 451
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w006a9c6/includes/functions_cash.php:98) in /www/htdocs/w006a9c6/includes/sessions.php on line 452
Fatal error: Call to a member function on a non-object in /www/htdocs/w006a9c6/viewtopic.php on line 542
und im admin menü geschieht folgendes, die casheeinstellungen gehen nicht mehr, es kommt folgender fehler:
Code: Alles auswählen
Warning: main(./../includes/classes_cash.php): failed to open stream: No such file or directory in /www/htdocs/w006a9c6/includes/functions_cash.php on line 98
Warning: main(): Failed opening './../includes/classes_cash.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w006a9c6/includes/functions_cash.php on line 98
Fatal error: Cannot instantiate non-existent class: cash_events in /www/htdocs/w006a9c6/admin/admin_caches.php on line 471
ich hoffe mir kann jemand helfen was ich falsch mache!