Problem z modyfikacją - Problem z BBCode Menager
Minokon - 29-06-2009, 20:46 Temat postu: Problem z BBCode Menager zainstalowałem BBCode Menagera i mam takie błędy i góry forum:
Kod: | Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/index.php on line 342 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/index.php on line 348 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245 |
Wszystko działa chyba poprawnie, tylko to niestety nie
używam ACP Announcement Centre i to ma coś wspólnego z tym
linijki:
index.php 342 i 348
Kod: | $announcement_centre_config['announcement_text'] = bbencode_second_pass ( $announcement_centre_config['announcement_text'], $announcement_text_uid );
$announcement_centre_config['announcement_guest_text'] = bbencode_second_pass ( $announcement_centre_config['announcement_guest_text'], $announcement_guest_text_uid );
|
bbcode.php 245
Kod: | function bbencode_second_pass($text, $uid, $postdata, $topic_id = 0, $is_sig = false) |
Wie ktoś jak to naprawić??
[ Dodano: 29-06-2009, 21:23 ]
teraz zauwazyłem dodatkowe błędy:
Kod: | Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245
Warning: Missing argument 4 for bbencode_second_pass(), called in /home/minokon/public_html/gry-all.pl/fetchposts.php on line 91 and defined in /home/minokon/public_html/gry-all.pl/includes/bbcode.php on line 245 |
MagicalFire - 30-06-2009, 14:26
wgraj ten plik includes/bbcode.php
kpietrek - 15-10-2009, 16:43
ja rowniez mam takie bledy:
Kod: | Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars_list.php on line 218 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 278
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars_list.php on line 222 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 278
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars_list.php on line 226 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 278
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars_list.php on line 230 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 278
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars_list.php on line 234 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 278
|
wgralem ten plik z postu wyzej ale on niestety nic nie zmienil dalej te bledy sie wyswietlaja.
Prosze o pomoc.
MagicalFire - 15-10-2009, 16:51
kpietrek, zrób tak
z czystej paczki ze skryptem skopiuj plik
includes/bbcode.php
i zmień jego nazwę na bbcode2.php wgraj go do katalogu includes na FTP forum
następne w pliku usercars_list.php
znajdź
Kod: | include($phpbb_root_path . 'includes/bbcode.'.$phpEx); |
zamień na
Kod: | include($phpbb_root_path . 'includes/bbcode2.'.$phpEx); |
kpietrek - 15-10-2009, 17:17
tym razem mam:
Kod: | Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 364 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 368 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 372 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 376 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 380 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 384 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
Warning: Missing argument 3 for bbencode_second_pass(), called in /home/yfh43581/public_html/usercars.php on line 388 and defined in /home/yfh43581/public_html/includes/bbcode.php on line 283
|
MagicalFire - 15-10-2009, 18:07
kpietrek, zrób to samo w usercars.php
kpietrek - 15-10-2009, 18:40
no niestety
MagicalFire - 15-10-2009, 18:50
kpietrek, po instalacji BBM sie top pokazało czy czegoś innego ??
kpietrek - 15-10-2009, 20:12
BBM mialem juz zainstalowane kiedy zdecydowalem sie na instalacje tego moda.
i takie problemy sa po instalacji tego moda
MagicalFire - 15-10-2009, 20:35
no to zastosuj to samo w pliku usercp_viewprofile.php
kpietrek - 15-10-2009, 20:45
teraz zaczelo sie wyswietlac wszystko dobrze
dzieki za pomoc.
|
|
|