bbcode Issues

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

hi, where can I fix this bbcode?
https://i.gyazo.com/3872441f6d123edc40506b01e3079ccc.mp4
after I like, the post returns to its original form
and edit zone -
58646d49c65125f0d4216dd04d89c93b.png

https://gyazo.com/58646d49c65125f0d4216dd04d89c93b
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

you mean the carriage returns?
which version of xenforo is it?
since when does this problem occur?
what has been installed in the meantime?
BattleKingVersion 2.2.12
I don't know exactly when the problem occurred. We have now found that the code is no longer arranged correctly..
 

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

View previous replies…

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

I cannot reproduce the problem, could you try to disable all the addons via the config.php parameter

$config['enableListeners'] = false;

Check if the problem still exist, if not then one of the addons caused the problem.
BattleKingyes, its working with $config['enableListeners'] = false;
i disable all addons but nothing :|
 

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

try to change PHP version. .clear cache. and rebuild the master data
DareSeci try from 7.0 to 8.1 php version.. nothing
clear cache & rebuild master data done and nothing
but i reiceve this -https://gyazo.com/fe8d8f4a1e84af19a798c6b93a2d0961
install folder i renamed
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

yes, its working with $config['enableListeners'] = false;
i disable all addons but nothing :|
beaudeciudaSo it works if you use hte config variable set to false, right.

If that is the case you need to check each addon, or did you then set it back and disabled all addons and it is failing again?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

i try from 7.0 to 8.1 php version.. nothing
clear cache & rebuild master data done and nothing
but i reiceve this -https://gyazo.com/fe8d8f4a1e84af19a798c6b93a2d0961
install folder i renamed
beaudeciudaok so you have renamed the install folder, so the first three message can be ignored.
Did you modified the other ones?
  • index.php
  • EditorHtml.php
  • Html.php
  • XTR Exclusive Style Properties addon.json
What kind of changes did you made there?
 

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

ok so you have renamed the install folder, so the first three message can be ignored.
Did you modified the other ones?
  • index.php
  • EditorHtml.php
  • Html.php
  • XTR Exclusive Style Properties addon.json
What kind of changes did you made there?
BattleKingThanks for support!

I didn't change anything physically in the files, I just updated xenforo from version 1.5 to the current one 2.2.13 over the years..
if i put in config.php - $config['enableListeners'] = false; its works
i disable all addons and not work
index.php - https://pastebin.com/fkNVe40T
EditorHtml.php - https://pastebin.com/p4QyMMW3
Html.php - https://pastebin.com/nynUSkzy
addon.json - https://pastebin.com/RCgjXvPQ
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

Thanks for support!

I didn't change anything physically in the files, I just updated xenforo from version 1.5 to the current one 2.2.13 over the years..
if i put in config.php - $config['enableListeners'] = false; its works
i disable all addons and not work
index.php - https://pastebin.com/fkNVe40T
EditorHtml.php - https://pastebin.com/p4QyMMW3
Html.php - https://pastebin.com/nynUSkzy
addon.json - https://pastebin.com/RCgjXvPQ
beaudeciudaSorry for the delay, but it looks like that the files are not the one from XenForo 2.2.12 they are different, it might be good to take the release again and overwrite the existing files again and check if the problem still exist.

I'm not able to reproduce the problem
 

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

Sorry for the delay, but it looks like that the files are not the one from XenForo 2.2.12 they are different, it might be good to take the release again and overwrite the existing files again and check if the problem still exist.

I'm not able to reproduce the problem
BattleKinghm, if i install clean xenforo and keep database? maybe this will fix..
 

beaudeciuda

Member
Registered
Joined
Oct 6, 2019
Messages
24
Points
13

Reputation:

problem fixed, in my case it is at: SEO (SEO2) 2.3.0 Beta5 XF21

thank you all for your help!🍻
 
Top