To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - problems with bbcode menager

SEFica - 11-02-2007, 16:09
Temat postu: problems with bbcode menager
i install bbcode menager.. and now i have two errors

first in shoutbox

Kod:
Parse error: syntax error, unexpected $end in /home/xcroinf/public_html/kirs/includes/bbcode.php on line 944


second in admin cp>General Admin>BBCode Manager

Kod:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/xcroinf/public_html/kirs/admin/bbcodemanager.php on line 302



:?:

piekarz - 11-02-2007, 16:48

Try reinstall bbcode manager and if doesnt work, you will see what is in files:
home/xcroinf/public_html/kirs/admin/bbcodemanager.php in line 302
and
/home/xcroinf/public_html/kirs/includes/bbcode.php in line 944

Maybe, you will find some suggestion in this lines...

SEFica - 11-02-2007, 17:04

the only thing in bbcode.php in line 944 is

Kod:
?>
i am sure that i didnt change there anything

and i didnt change bbcodemanegar.php

in installation u have to upload that file... not to change it... :shock:

piekarz - 11-02-2007, 17:21

maybe you have more mods, and this bbcode manegar cant work with its, but this is only think. I am really dont know why it dont work... Maybe other users help you. ;) Dont worry.
SEFica - 11-02-2007, 17:43

i dont have any other modes... this was the first one...

i fix it...

for this
Kod:
Parse error: syntax error, unexpected $end in /home/xcroinf/public_html/kirs/includes/bbcode.php on line 944


i change file with Dreamweaver not notepad... :mrgreen:

for
Kod:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/xcroinf/public_html/kirs/admin/bbcodemanager.php on line 302



Kod:
297            'L_BBCODE_SIG' => 'Zezwól na u¿ywanie w podpisach: ',
298            'L_SHOWUP' => 'Rozwiñ',
299            'L_BBCODE_NAME' => 'Nazwa znacznika: ',
300            'L_BBCODE_IN' => 'Kod znacznika: ',
301            'L_BBCODE_OUT' => 'Kod wynikowy: '
302            'L_BBCODE_LOCK' => 'Nie parsuj zawartoœci znacznika',
303        ));


on line 301 is missing "," :roll: :mrgreen:

Kod:
297            'L_BBCODE_SIG' => 'Zezwól na u¿ywanie w podpisach: ',
298            'L_SHOWUP' => 'Rozwiñ',
299            'L_BBCODE_NAME' => 'Nazwa znacznika: ',
300            'L_BBCODE_IN' => 'Kod znacznika: ',
301            'L_BBCODE_OUT' => 'Kod wynikowy: ',
302            'L_BBCODE_LOCK' => 'Nie parsuj zawartoœci znacznika',
303        ));

everything is ok now...


can anyone translate this for me..?

U¿yj zaimplementowanej funkcji PHP
Kod wynikowy:
Nie parsuj zawartoœci znacznika
Zezwól na u¿ywanie w podpisach:
Uprawnienia:
Rozwiñ
Okre¶l grupê u¿ytkowników która mo¿e u¿ywaæ danego znacznika:
Go¶cie
U¿ytkownicy

[ Added: 11-02-2007, 21:20 ]
i think this day will never end... now im getting

Kod:
Fatal error: Cannot redeclare bbencode_second_pass() (previously declared in /home/xcroinf/public_html/kirs/includes/bbcode.php:172) in /home/xcroinf/public_html/kirs/includes/bbcode.php on line 227


when i want to look topics

[ Added: 11-02-2007, 21:38 ]
fixed...



Powered by phpBB modified by Przemo © 2003 phpBB Group